Found 8 matching messages (0.038 seconds). Page 1 of 1.
- Re: [PATCH 045/104] KVM: Fix defined but not used warning in drivers/kvm/vmx.c
You've got to be kidding me.
104 patches is way over the top, post them in smaller chunks
please instead ... as it has to crunch
out every single one of these 104 patches to several thousand
recipients.
-
To unsubscribe from this list: send the line ...
linux-kernel - David Miller - Sep 17 2007 - 12:27
- Re: [kvm-devel] [PATCH 045/104] KVM: Fix defined but not used warning in drivers/kvm/vmx.c
... Miller wrote:
> You've got to be kidding me.
>
> 104 patches is way over the top, post them in smaller chunks
> ... has to crunch
> out every single one of these 104 patches to several thousand
> recipients.
>
>
I can understand the load on the ...
linux-kernel - Avi Kivity - Sep 17 2007 - 13:35
- [patch 045/101] md: Fix raid10 recovery problem.
From: NeilBrown
There are two errors that can lead to recovery problems with raid10
when used in 'far' more (not the default).
Due to a '>' instead of '>=' the wrong block is located which would
result in garbage being written to
linux-kernel - Greg KH - Mar 7 2007 - 13:11
- [PATCH 045/104] KVM: Fix defined but not used warning in drivers/kvm/vmx.c
From: Gabriel C
move_msr_up() is used only on X86_64 and generates a warning on !X86_64
Signed-off-by: Gabriel Craciunescu
Signed-off-by: Avi Kivity
---
drivers/kvm/vmx.c
linux-kernel - Avi Kivity - Sep 17 2007 - 04:31
- [PATCH 045/149] USB Core: hub.c: prevent re-enumeration on HNP
From: Vikram Pandita
Patch is to prevent the OTG host of doing 3 times enumeration of
device when the Host suspends for HNP. The error code used in
this case is ENOTSUPP.
Signed-off-by: Vikram Pandita linux-usb-devel - Greg Kroah-Hartman - Jul 12 2007 - 19:41
- [PATCH 045/142] USB: SisUSB2VGA: Mis-spelled word
From: Felipe Balbi
Trivial fix
Signed-off-by: Felipe Balbi
Cc: Thomas Winischhofer
Signed-off-by: Greg Kroah-Hartman
---
drivers/usb/misc/sisusbvga/
linux-usb-devel - Greg Kroah-Hartman - Oct 12 2007 - 18:17
- [PATCH 045/196] kobject: add kobject_create_and_add function
This lets users create dynamic kobjects much easier.
Cc: Kay Sievers
Signed-off-by: Greg Kroah-Hartman
---
include/linux/kobject.h | 3 ++
lib/kobject.c | 81
linux-kernel - Greg Kroah-Hartman - Jan 25 2008 - 03:09
- [PATCH 045/148] include/asm-x86/ia32.h: checkpatch cleanups - formatting only
Signed-off-by: Joe Perches
---
include/asm-x86/ia32.h | 62 +++++++++++++++++++++++------------------------
1 files changed, 30 insertions(+), 32 deletions(-)
diff --git a/include/asm-x86/ia32.h b/include/asm-x86/ia32.h
index
linux-kernel - Joe Perches - Mar 23 2008 - 04:02