First
|
Prev |
Next
|
Last
Pages: 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289
[PATCH 09/25] serial: bfin_sport_uart: drop useless status masks From: Mike Frysinger <vapier(a)gentoo.org> These were all copied over from the Blackfin UART driver, but they don't make sense here because these bits are all specific to the Blackfin UART. Signed-off-by: Mike Frysinger <vapier(a)gentoo.org> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- drivers/serial/b... 21 May 2010 13:54
[PATCH 07/25] serial: bfin_sport_uart: protect changes to uart_port From: Sonic Zhang <sonic.zhang(a)analog.com> Common serial API says we need to grab the port lock before modifying the port state to prevent inconsistent state between threads. Signed-off-by: Sonic Zhang <sonic.zhang(a)analog.com> Signed-off-by: Mike Frysinger <vapier(a)gentoo.org> Signed-off-by: Greg Kroah-Hartman ... 21 May 2010 13:54
[PATCH 23/38] sysfs: Implement sysfs_delete_link From: Eric W. Biederman <ebiederm(a)xmission.com> When removing a symlink sysfs_remove_link does not provide enough information to figure out which tagged directory the symlink falls in. So I need sysfs_delete_link which is passed the target of the symlink to delete. sysfs_rename_link is updated to call sysfs_d... 21 May 2010 13:54
[PATCH 19/38] sysfs: Remove double free sysfs_get_sb From: Eric W. Biederman <ebiederm(a)xmission.com> Signed-off-by: Eric W. Biederman <ebiederm(a)aristanetworks.com> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- fs/sysfs/mount.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/fs/sysfs/mount.c b/fs/sysfs/mount.c index db0b1f2..50... 21 May 2010 13:54
[PATCH 20/38] kobj: Add basic infrastructure for dealing with namespaces. From: Eric W. Biederman <ebiederm(a)xmission.com> Move complete knowledge of namespaces into the kobject layer so we can use that information when reporting kobjects to userspace. Signed-off-by: Eric W. Biederman <ebiederm(a)xmission.com> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- drivers/base/class... 21 May 2010 13:54
[PATCH 37/38] hotplug: netns aware uevent_helper From: Eric W. Biederman <ebiederm(a)xmission.com> It only makes sense for uevent_helper to get events in the intial namespaces. It's invocation is not per namespace and it is not clear how we could make it's invocation namespace aware. Signed-off-by: Eric W. Biederman <ebiederm(a)xmission.com> Acked-by: David S.... 21 May 2010 13:54
[PATCH 36/38] kobj: Send hotplug events in the proper namespace. From: Eric W. Biederman <ebiederm(a)xmission.com> Utilize netlink_broacast_filtered to allow sending hotplug events in the proper namespace. Signed-off-by: Eric W. Biederman <ebiederm(a)xmission.com> Acked-by: David S. Miller <davem(a)davemloft.net> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- lib/kobje... 21 May 2010 13:54
[PATCH 22/25] tty: fix obsolete comment on tty_insert_flip_string_fixed_flag From: Johan Hovold <jhovold(a)gmail.com> Comment was not updated when tty_insert_flip_string was generalised. Signed-off-by: Johan Hovold <jhovold(a)gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- drivers/char/tty_buffer.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --gi... 21 May 2010 13:54
[PATCH 33/38] netns: Teach network device kobjects which namespace they are in. From: Eric W. Biederman <ebiederm(a)xmission.com> The problem. Network devices show up in sysfs and with the network namespace active multiple devices with the same name can show up in the same directory, ouch! To avoid that problem and allow existing applications in network namespaces to see the same interface... 21 May 2010 13:54
[PATCH 17/38] generate "change" uevent for loop device From: David Zeuthen <davidz(a)redhat.com> Recent udev versions probe loop devices for filesystems meaning that the /dev/disk hierarchy may contain useful entries such as $ ls -l /dev/disk/by-label/Fedora-12-x86_64-Live lrwxrwxrwx 1 root root 11 Mar 11 13:41 /dev/disk/by-label/Fedora-12-x86_64-Live -> ../../loop... 21 May 2010 13:54 |