Found 7 matching messages (0.047 seconds). Page 1 of 1.
- [PATCH 032/149] USB: prevent char device open/deregister race
... Stern
This patch (as908) adds central protection in usbcore ... are no longer necessary, and the patch removes them. The
following USB drivers ... (and their consequent code
simplifications), the patch fixes a use-after-free bug ...
linux-usb-devel - Greg Kroah-Hartman - Jul 12 2007 - 19:41
- [patch 032/101] Fix recently introduced problem with shutting down a busy NFS server.
From: NeilBrown
When the last thread of nfsd exits, it shuts down all related sockets.
It currently uses svc_close_socket to do this, but that only is
immediately effective if the socket is not SK_BUSY.
If the socket is busy - i.
linux-kernel - Greg KH - Mar 7 2007 - 13:11
- [PATCH 032 of 35] Remove blk_queue_merge_bvec and bio_split and related code.
No driver calls blk_queue_merge_bvec or bio_split any more,
so they can go.
Also, several places test if merge_bvec_fn is set or not. As it is
now never set (it doens't even exist) they can be cleaned up too.
Signed-off-by: Neil Brown linux-kernel - NeilBrown - Jul 30 2007 - 22:18
- [PATCH 032/104] KVM: Remove three magic numbers
From: Rusty Russell
There are several places where hardcoded numbers are used in place of
the easily-available constant, which is poor form.
Signed-off-by: Rusty Russell
Signed-off-by: Avi Kivity <
linux-kernel - Avi Kivity - Sep 17 2007 - 04:31
- [PATCH 032/142] usb: usb_probe_interface() obeys authorization
From: Inaky Perez-Gonzalez
If called and the device is not authorized to be used, it won't
configure the interface and print a message saying so.
Signed-off-by: Inaky Perez-Gonzalez
Signed-off-by:
linux-usb-devel - Greg Kroah-Hartman - Oct 12 2007 - 18:17
- [PATCH 032/196] sysfs: remove SPIN_LOCK_UNLOCKED
From: Jiri Slaby
SPIN_LOCK_UNLOCKED is deprecated, use DEFINE_SPINLOCK instead
Signed-off-by: Jiri Slaby
Signed-off-by: Andrew Morton
Cc: Tejun Heo
Signed-off
linux-kernel - Greg Kroah-Hartman - Jan 25 2008 - 03:09
- [PATCH 032/148] include/asm-x86/efi.h: checkpatch cleanups - formatting only
Signed-off-by: Joe Perches
---
include/asm-x86/efi.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/asm-x86/efi.h b/include/asm-x86/efi.h
index ea9734b..d53004b 100644
--- a/include/asm-x86/
linux-kernel - Joe Perches - Mar 23 2008 - 04:02