Found 6 matching messages (0.059 seconds). Page 1 of 1.
- [PATCH 061/149] USB: option: fix usage of urb->status abuse
... bug 8561
On Mon, 4 Jun 2007, Paulo Pereira wrote:
> The patch that you send is not resolving the problem... :(
> I ... why: The thing totally
abuses the USB API.
Try applying this patch; it should help.
From: Alan Stern ...
linux-usb-devel - Greg Kroah-Hartman - Jul 12 2007 - 19:41
- [patch 061/101] libata: add missing CONFIG_PM in LLDs
From: Tejun Heo
Add missing #ifdef CONFIG_PM conditionals around all PM related parts
in libata LLDs.
Signed-off-by: Tejun Heo
Signed-off-by: Greg Kroah-Hartman
---
drivers/ata/ahci.c
linux-kernel - Greg KH - Mar 7 2007 - 13:11
- [PATCH 061/104] KVM: Support more memory slots
From: Izik Eidus
Needed for mapping memory at 4GB.
Signed-off-by: Izik Eidus
Signed-off-by: Avi Kivity
---
drivers/kvm/kvm.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions
linux-kernel - Avi Kivity - Sep 17 2007 - 04:31
- [PATCH 061/142] USB: missing test for ESHUTDOWN in adutux driver
From: Oliver Neukum
this driver lacks a test for unlink due to ESHUTDOWN
Signed-off-by: Oliver Neukum
Signed-off-by: Greg Kroah-Hartman
---
drivers/usb/misc/adutux.c | 3 ++-
1 files
linux-usb-devel - Greg Kroah-Hartman - Oct 12 2007 - 18:17
- [PATCH 061/196] kset: convert drivers/base/class.c to use kset_create
Dynamically create the kset instead of declaring it statically.
The class_obj subsystem is not yet converted as it is more complex and
should be going away soon with the removal of class_device from the
kernel tree.
Cc: Kay Sievers linux-kernel - Greg Kroah-Hartman - Jan 25 2008 - 03:09
- [PATCH 061/148] include/asm-x86/lguest_hcall.h: checkpatch cleanups - formatting only
Signed-off-by: Joe Perches
---
include/asm-x86/lguest_hcall.h | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/include/asm-x86/lguest_hcall.h b/include/asm-x86/lguest_hcall.h
index 758b9a5..743d888
linux-kernel - Joe Perches - Mar 23 2008 - 04:02