Prev: [PATCH 3/6] netlink: Implment netlink_broadcast_filtered
Next: [PATCH 4/6] kobj: Send hotplug events in the proper namespace.
From: Eric W. Biederman on 4 May 2010 20:40 With the tagged sysfs support finally merged into Greg's tree, it is time for the last little bits of work to get the kobject layer and network namespaces to play together properly. These patches are roughly evenly divided between network layer work and sysfs layer work. Last time this conundrum came up I believe we decided that the easiest way to handle this was for Greg to carry all of the patches. David, Greg does that still make sense? This patchset adds: - kobject layer support for sending events in all network namespaces - netlink support for filtering broadcast packets based on attributes of the destination socket. - Enabling the network namespace support for sysfs and the kobject layer. include/linux/kobject.h | 1 + include/linux/netlink.h | 4 ++ lib/kobject_uevent.c | 108 +++++++++++++++++++++++++++++++++++++++++----- net/Kconfig | 8 +++ net/core/dev.c | 28 ++---------- net/core/net-sysfs.c | 62 ++++++++++++++++++++------ net/core/net-sysfs.h | 1 - net/netlink/af_netlink.c | 21 ++++++++- 8 files changed, 181 insertions(+), 52 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |