Found 6 matching messages (0.014 seconds). Page 1 of 1.
- [patch 094/101] fix section mismatch warning in lockdep
From: Sam Ravnborg
lockdep_init() is marked __init but used in several places
outside __init code. This causes following warnings:
$ scripts/mod/modpost kernel/lockdep.o
WARNING: kernel/built-in.o - Section mismatch: reference
linux-kernel - Greg KH - Mar 7 2007 - 13:12
- [PATCH 094/104] KVM: x86 emulator: call near
From: Nitin A Kamble
Implement emulation of instruction
opcode: 0xe8
call (near)
Signed-off-by: Nitin A Kamble
Signed-off-by: Avi Kivity
---
drivers/kvm/x86_emulate.c |
linux-kernel - Avi Kivity - Sep 17 2007 - 04:32
- [PATCH 094/149] USB: serial: navman: clean up urb->status usage
This done in anticipation of removal of urb->status, which will make
that patch easier to review and apply in the future.
Cc:
Signed-off-by: Greg Kroah-Hartman
---
drivers/usb/serial/navman ...
linux-usb-devel - Greg Kroah-Hartman - Jul 12 2007 - 19:42
- [PATCH 094/142] USB: remove traces of urb->status from usbcore
From: Alan Stern
This patch (as981) removes the remaining nontrivial usages of
urb->status from usbcore.
Signed-off-by: Alan Stern
Signed-off-by: Greg Kroah-Hartman
---
...
linux-usb-devel - Greg Kroah-Hartman - Oct 12 2007 - 18:18
- [PATCH 094/196] kset: convert block_subsys to use kset_create
Dynamically create the kset instead of declaring it statically. We also
rename block_subsys to block_kset to catch all users of this symbol
with a build error instead of an easy-to-ignore build warning.
Cc: Kay Sievers
Signed
linux-kernel - Greg Kroah-Hartman - Jan 25 2008 - 03:32
- [PATCH 094/148] include/asm-x86/pgtable_32.h: checkpatch cleanups - formatting only
Signed-off-by: Joe Perches
---
include/asm-x86/pgtable_32.h | 102 ++++++++++++++++++++++--------------------
1 files changed, 53 insertions(+), 49 deletions(-)
diff --git a/include/asm-x86/pgtable_32.h b/include/asm-x86/
linux-kernel - Joe Perches - Mar 23 2008 - 04:03