login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
July
»
3
Re: [PATCH 06/11] sysfs: Implement sysfs tagged directory support.
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Tejun Heo
Subject:
Re: [PATCH 06/11] sysfs: Implement sysfs tagged directory support.
Date: Thursday, July 3, 2008 - 8:58 am
Hello, Eric W. Biederman wrote:
quoted text
> Daniel Lezcano <dlezcano@fr.ibm.com> writes: > >> The kobject events are sent through a netlink message which is not currently per >> network namespace. Shouldn't be useful to have a way to retrieve from the >> kobject the network namespace or the uevent socket associated with it ? IMHO >> having idr in the kobject + netns pointer associated may help to handle the >> sysfs isolation and makes the uevent per namespace trivial, no ? > > Grumble. I have been conveniently been forgetting about that socket. > Similarly we have the user mode helpers to deal with. > > For this conversation there is a simple answer. All of that is in the > kobject layer, and works even when you compile sysfs out of your kernel. > Therefore it is a separate problem. And sysfs idr tags have nothing > to do with it. > > It is most definitely something we need to come back to. I bet there > are some interesting interactions when you have multiple network devices > with the same name generating events.
Related delta: I've been thinking that uevents should be part of sysfs not kobject as that's what the userland is gonna associate the event with. Would that solve the problem you're thinking about? Thanks. -- tejun --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH 06/11] sysfs: Implement sysfs tagged directory support.
, Benjamin Thery
, (Wed Jun 18, 10:08 am)
Re: [PATCH 06/11] sysfs: Implement sysfs tagged directory ...
, Tejun Heo
, (Sun Jun 22, 7:05 pm)
Re: [PATCH 06/11] sysfs: Implement sysfs tagged directory ...
, Eric W. Biederman
, (Thu Jun 26, 1:21 pm)
Re: [PATCH 06/11] sysfs: Implement sysfs tagged directory ...
, Tejun Heo
, (Sat Jun 28, 8:51 pm)
Re: [PATCH 06/11] sysfs: Implement sysfs tagged directory ...
, Eric W. Biederman
, (Mon Jun 30, 11:56 am)
Re: [PATCH 06/11] sysfs: Implement sysfs tagged directory ...
, Serge E. Hallyn
, (Mon Jun 30, 2:44 pm)
Re: [PATCH 06/11] sysfs: Implement sysfs tagged directory ...
, Tejun Heo
, (Mon Jun 30, 11:47 pm)
Re: [PATCH 06/11] sysfs: Implement sysfs tagged directory ...
, Eric W. Biederman
, (Tue Jul 1, 12:50 am)
Re: [PATCH 06/11] sysfs: Implement sysfs tagged directory ...
, Eric W. Biederman
, (Tue Jul 1, 2:20 am)
Re: [PATCH 06/11] sysfs: Implement sysfs tagged directory ...
, Tejun Heo
, (Tue Jul 1, 3:30 am)
Re: [PATCH 06/11] sysfs: Implement sysfs tagged directory ...
, Eric W. Biederman
, (Tue Jul 1, 5:30 am)
Re: [PATCH 06/11] sysfs: Implement sysfs tagged directory ...
, Tejun Heo
, (Tue Jul 1, 8:24 pm)
Re: [PATCH 06/11] sysfs: Implement sysfs tagged directory ...
, Eric W. Biederman
, (Tue Jul 1, 8:53 pm)
Re: [PATCH 06/11] sysfs: Implement sysfs tagged directory ...
, Tejun Heo
, (Tue Jul 1, 9:37 pm)
Re: [PATCH 06/11] sysfs: Implement sysfs tagged directory ...
, Eric W. Biederman
, (Wed Jul 2, 9:49 am)
Re: [PATCH 06/11] sysfs: Implement sysfs tagged directory ...
, Greg KH
, (Wed Jul 2, 5:15 pm)
Re: [PATCH 06/11] sysfs: Implement sysfs tagged directory ...
, Tejun Heo
, (Wed Jul 2, 8:18 pm)
Re: [PATCH 06/11] sysfs: Implement sysfs tagged directory ...
, Eric W. Biederman
, (Wed Jul 2, 10:11 pm)
Re: [PATCH 06/11] sysfs: Implement sysfs tagged directory ...
, Daniel Lezcano
, (Thu Jul 3, 3:56 am)
Re: [PATCH 06/11] sysfs: Implement sysfs tagged directory ...
, Eric W. Biederman
, (Thu Jul 3, 5:27 am)
Re: [PATCH 06/11] sysfs: Implement sysfs tagged directory ...
, Benjamin Thery
, (Thu Jul 3, 5:37 am)
Re: [PATCH 06/11] sysfs: Implement sysfs tagged directory ...
, Daniel Lezcano
, (Thu Jul 3, 5:55 am)
Re: [PATCH 06/11] sysfs: Implement sysfs tagged directory ...
, Tejun Heo
, (Thu Jul 3, 8:58 am)
Re: [PATCH 06/11] sysfs: Implement sysfs tagged directory ...
, Daniel Lezcano
, (Thu Jul 3, 11:29 am)
Re: [PATCH 06/11] sysfs: Implement sysfs tagged directory ...
, Eric W. Biederman
, (Thu Jul 3, 12:57 pm)
Re: [PATCH 06/11] sysfs: Implement sysfs tagged directory ...
, Eric W. Biederman
, (Thu Jul 3, 1:08 pm)
[PATCH 00/15] sysfs support for namespaces
, Eric W. Biederman
, (Thu Jul 3, 5:48 pm)
[PATCH 01/15] kobject: Cleanup kobject_rename and !CONFIG_ ...
, Eric W. Biederman
, (Thu Jul 3, 6:05 pm)
[PATCH 02/15] sysfs: Support for preventing unmounts.
, Eric W. Biederman
, (Thu Jul 3, 6:07 pm)
[PATCH 03/15] sysfs: sysfs_get_dentry add a sb parameter
, Eric W. Biederman
, (Thu Jul 3, 6:08 pm)
[PATCH 04/15] sysfs: Implement __sysfs_get_dentry
, Eric W. Biederman
, (Thu Jul 3, 6:09 pm)
[PATCH 05/15] sysfs: Rename Support multiple superblocks
, Eric W. Biederman
, (Thu Jul 3, 6:10 pm)
[PATCH 06/15] Introduce sysfs_sd_setattr and fix sysfs_chmod
, Eric W. Biederman
, (Thu Jul 3, 6:11 pm)
[PATCH 07/15] sysfs: sysfs_chmod_file handle multiple supe ...
, Eric W. Biederman
, (Thu Jul 3, 6:13 pm)
[PATCH 08/15] sysfs: Make sysfs_mount static once again.
, Eric W. Biederman
, (Thu Jul 3, 6:14 pm)
[PATCH 09/15] sysfs: Implement sysfs tagged directory support.
, Eric W. Biederman
, (Thu Jul 3, 6:16 pm)
[PATCH 10/15] sysfs: Merge sysfs_rename_dir and sysfs_move_dir
, Eric W. Biederman
, (Thu Jul 3, 6:17 pm)
[PATCH 11/15] sysfs: Implement sysfs_delete_link and sysfs ...
, Eric W. Biederman
, (Thu Jul 3, 6:18 pm)
[PATCH 12/15] driver core: Implement tagged directory supp ...
, Eric W. Biederman
, (Thu Jul 3, 6:20 pm)
[PATCH 13/15] Revert "netns: Fix device renaming for sysfs"
, Eric W. Biederman
, (Thu Jul 3, 6:21 pm)
[PATCH 14/15] netns: Enable tagging for net_class director ...
, Eric W. Biederman
, (Thu Jul 3, 6:22 pm)
[PATCH 15/15] sysfs: user namespaces: fix bug with clone(C ...
, Eric W. Biederman
, (Thu Jul 3, 6:23 pm)
Re: [PATCH 00/15] sysfs support for namespaces
, Eric W. Biederman
, (Thu Jul 3, 6:27 pm)
Re: [PATCH 01/15] kobject: Cleanup kobject_rename and !CON ...
, Tejun Heo
, (Thu Jul 3, 11:33 pm)
Re: [PATCH 06/15] Introduce sysfs_sd_setattr and fix sysfs ...
, Tejun Heo
, (Thu Jul 3, 11:40 pm)
Re: [PATCH 07/15] sysfs: sysfs_chmod_file handle multiple ...
, Tejun Heo
, (Thu Jul 3, 11:44 pm)
Re: [PATCH 08/15] sysfs: Make sysfs_mount static once again.
, Tejun Heo
, (Thu Jul 3, 11:44 pm)
Re: [PATCH 12/15] driver core: Implement tagged directory ...
, Tejun Heo
, (Fri Jul 4, 12:50 am)
Re: [PATCH 12/15] driver core: Implement tagged directory ...
, Eric W. Biederman
, (Fri Jul 4, 6:31 am)
Re: [PATCH 12/15] driver core: Implement tagged directory ...
, Tejun Heo
, (Fri Jul 4, 6:57 am)
Re: [PATCH 12/15] driver core: Implement tagged directory ...
, Greg KH
, (Fri Jul 4, 9:12 am)
Re: [PATCH 12/15] driver core: Implement tagged directory ...
, Eric W. Biederman
, (Fri Jul 4, 2:49 pm)
Re: [PATCH 12/15] driver core: Implement tagged directory ...
, Eric W. Biederman
, (Fri Jul 4, 3:00 pm)
Re: [PATCH 00/15] sysfs support for namespaces
, Eric W. Biederman
, (Sat Jul 5, 9:42 pm)
Re: [PATCH 00/15] sysfs support for namespaces
, Cornelia Huck
, (Mon Jul 7, 4:41 am)
Re: [PATCH 00/15] sysfs support for namespaces
, Eric W. Biederman
, (Mon Jul 7, 5:22 am)
Re: [PATCH 12/15] driver core: Implement tagged directory ...
, Eric W. Biederman
, (Sun Jul 13, 6:54 pm)
Re: [PATCH 12/15] driver core: Implement tagged directory ...
, Tejun Heo
, (Tue Jul 15, 8:25 pm)
Re: [PATCH 12/15] driver core: Implement tagged directory ...
, Eric W. Biederman
, (Tue Jul 15, 10:41 pm)
Re: [PATCH 12/15] driver core: Implement tagged directory ...
, Tejun Heo
, (Tue Jul 15, 10:50 pm)
Re: [PATCH 12/15] driver core: Implement tagged directory ...
, Eric W. Biederman
, (Tue Jul 15, 11:32 pm)
Re: [PATCH 12/15] driver core: Implement tagged directory ...
, Tejun Heo
, (Tue Jul 15, 11:48 pm)
Re: [PATCH 12/15] driver core: Implement tagged directory ...
, Tejun Heo
, (Wed Jul 16, 12:02 am)
Re: [PATCH 12/15] driver core: Implement tagged directory ...
, Eric W. Biederman
, (Wed Jul 16, 12:07 pm)
Re: [PATCH 12/15] driver core: Implement tagged directory ...
, Eric W. Biederman
, (Wed Jul 16, 2:09 pm)
Re: [PATCH 12/15] driver core: Implement tagged directory ...
, Greg KH
, (Thu Jul 17, 4:08 pm)
Re: [PATCH 12/15] driver core: Implement tagged directory ...
, Tejun Heo
, (Fri Jul 18, 5:41 am)
Re: [PATCH 12/15] driver core: Implement tagged directory ...
, Greg KH
, (Fri Jul 18, 11:49 am)
Re: [PATCH 12/15] driver core: Implement tagged directory ...
, Eric W. Biederman
, (Fri Jul 18, 1:19 pm)
Re: [PATCH 12/15] driver core: Implement tagged directory ...
, Tejun Heo
, (Fri Jul 18, 6:07 pm)
Re: [PATCH 12/15] driver core: Implement tagged directory ...
, Eric W. Biederman
, (Sat Aug 2, 11:59 pm)
Re: [PATCH 09/15] sysfs: Implement sysfs tagged directory ...
, Greg KH
, (Tue Aug 19, 7:17 pm)
Re: [PATCH 09/15] sysfs: Implement sysfs tagged directory ...
, Eric W. Biederman
, (Tue Aug 19, 11:58 pm)
[PATCH 0/8] sysfs namespace support
, Eric W. Biederman
, (Wed Aug 20, 11:31 pm)
[PATCH 1/8] sysfs: Implement sysfs tagged directory support.
, Eric W. Biederman
, (Wed Aug 20, 11:33 pm)
[PATCH 2/8] sysfs: Merge sysfs_rename_dir and sysfs_move_dir
, Eric W. Biederman
, (Wed Aug 20, 11:34 pm)
[PATCH 3/8] sysfs: Implement sysfs_delete_link and sysfs_r ...
, Eric W. Biederman
, (Wed Aug 20, 11:35 pm)
[PATCH 5/8] sysfs: Remove sysfs_create_link_nowarn
, Eric W. Biederman
, (Wed Aug 20, 11:36 pm)
Re: [PATCH 0/8] sysfs namespace support
, David Miller
, (Wed Aug 20, 11:37 pm)
[PATCH 4/8] driver core: Implement tagged directory suppor ...
, Eric W. Biederman
, (Wed Aug 20, 11:37 pm)
[PATCH 6/8] Revert "netns: Fix device renaming for sysfs"
, Eric W. Biederman
, (Wed Aug 20, 11:38 pm)
[PATCH 7/8] netns: Enable tagging for net_class directorie ...
, Eric W. Biederman
, (Wed Aug 20, 11:39 pm)
[PATCH 8/8] sysfs: user namespaces: fix bug with clone(CLO ...
, Eric W. Biederman
, (Wed Aug 20, 11:40 pm)
Re: [PATCH 6/8] Revert "netns: Fix device renaming for sysfs"
, David Miller
, (Wed Aug 20, 11:47 pm)
Re: [PATCH 7/8] netns: Enable tagging for net_class direct ...
, David Miller
, (Wed Aug 20, 11:47 pm)
Re: [PATCH 1/8] sysfs: Implement sysfs tagged directory su ...
, Benjamin Thery
, (Wed Aug 27, 8:18 am)
Re: [PATCH 1/8] sysfs: Implement sysfs tagged directory su ...
, Mark Ryden
, (Tue Sep 2, 6:54 am)
Re: [PATCH 1/8] sysfs: Implement sysfs tagged directory su ...
, Benjamin Thery
, (Tue Sep 2, 7:03 am)
Re: [PATCH 1/8] sysfs: Implement sysfs tagged directory su ...
, Greg KH
, (Tue Sep 2, 10:01 am)
Re: [PATCH 1/8] sysfs: Implement sysfs tagged directory su ...
, David Shwatrz
, (Wed Sep 3, 10:33 pm)
Re: [PATCH 1/8] sysfs: Implement sysfs tagged directory su ...
, Benjamin Thery
, (Wed Sep 3, 11:44 pm)
Re: [PATCH 1/8] sysfs: Implement sysfs tagged directory su ...
, Mark Ryden
, (Mon Sep 8, 11:39 am)
Re: [PATCH 12/15] driver core: Implement tagged directory ...
, Jiri Slaby
, (Thu Sep 11, 5:45 am)
Re: [PATCH 12/15] driver core: Implement tagged directory ...
, Benjamin Thery
, (Thu Sep 11, 6:05 am)
Re: [PATCH 12/15] driver core: Implement tagged directory ...
, Jiri Slaby
, (Thu Sep 11, 11:32 pm)
Re: [PATCH 1/8] sysfs: Implement sysfs tagged directory su ...
, Mark Ryden
, (Tue Oct 7, 9:39 am)
Re: [PATCH 1/8] sysfs: Implement sysfs tagged directory su ...
, Greg KH
, (Tue Oct 7, 9:48 am)
Re: [PATCH 1/8] sysfs: Implement sysfs tagged directory su ...
, Daniel Lezcano
, (Tue Oct 7, 9:52 am)
Re: [PATCH 1/8] sysfs: Implement sysfs tagged directory su ...
, Eric W. Biederman
, (Tue Oct 7, 1:31 pm)
Re: [PATCH 1/8] sysfs: Implement sysfs tagged directory su ...
, Greg KH
, (Tue Oct 7, 2:09 pm)
Re: [PATCH 1/8] sysfs: Implement sysfs tagged directory su ...
, Eric W. Biederman
, (Tue Oct 7, 3:27 pm)
Re: [PATCH 1/8] sysfs: Implement sysfs tagged directory su ...
, Christoph Hellwig
, (Wed Oct 8, 6:00 am)
Re: [PATCH 1/8] sysfs: Implement sysfs tagged directory su ...
, Eric W. Biederman
, (Mon Oct 13, 8:20 pm)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
monstr
[PATCH 46/56] microblaze_v2: headers files entry.h current.h mman.h registers.h se...
Jan Engelhardt
Re: Linux Security *Module* Framework (Was: LSM conversion to static interface)
Dave Jones
Re: Why do so many machines need "noapic"?
Michael Moore
Re: underage models, pre teen models, lolita porn, young preteens, little lolitas
Lars-Peter Clausen
[PATCH v4] MMC: Add JZ4740 mmc driver
git
:
Andy Parkins
git-fetch fails with error code 128
Eli Zaretskii
Re: Switching from CVS to GIT
Jan Harkes
Re: git-svn and huge data and modifying the git-svn-HEAD branch directly
Dan Chokola
Re: how do you "force a pull"?
Johan Herland
Re: Comment on weak refs
git-commits-head
:
Linux Kernel Mailing List
No need to do lock_super() for exclusion in generic_shutdown_super()
Linux Kernel Mailing List
x86, msr: Export the register-setting MSR functions via /dev/*/msr
Linux Kernel Mailing List
MIPS: SMTC: Fix lockup in smtc_distribute_timer
Linux Kernel Mailing List
Input: gpio-keys - add support for disabling gpios through sysfs
Linux Kernel Mailing List
sh-sci: update receive error handling for muxed irqs
linux-netdev
:
Patrick McHardy
Re: no reassembly for outgoing packets on RAW socket
Ilpo Järvinen
net-next/unix: BUG: using smp_processor_id() in preemptible
Herbert Xu
Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
Evgeniy Polyakov
Re: virt-manager broken by bind(0) in net-next.
Eric Dumazet
Re: [PATCH] conntrack: use SLAB_DESTROY_BY_RCU for nf_conn structs
openbsd-misc
:
elitdostlar
Seks partneri arayan bayanlar bu adreste - 8878xs706x6438
Marcus Andree
Re: This is what Linus Torvalds calls openBSD crowd
Lars D. Noodén
Re: sshd.config and AllowUsers
Henning Brauer
Re: Sun Blade 1000?
Laurens Vets
Re: OT: opinions on IDS / IPS solutions
Colocation donated by:
Syndicate