[PATCH 5/7] fbdev: section cleanup in vfb
This patch cleans up the section in the vfb driver. WARNING: drivers/video/vfb.o(.devinit.text+0xf8): Section mismatch in reference from the function vfb_probe() to the variable .init.data:vfb_default The function __devinit vfb_probe() references a variable __initdata vfb_default. If vfb_default is only used by v... 27 Mar 2010 03:21
[PATCH 3/7] fbdev: section cleanup in hgafb
This patch cleans up the sections in the hgafb driver. WARNING: drivers/video/hgafb.o(.devinit.text+0x18): Section mismatch in referenc e from the function hgafb_probe() to the function .init.text:hga_card_detect() The function __devinit hgafb_probe() references a function __init hga_card_detect(). If hga_card_d... 27 Mar 2010 03:21
[PATCH 6/7] fbdev: section cleanup in vga16fb
This patch cleans up the sections in the vga16fb driver. WARNING: drivers/video/built-in.o(.devinit.text+0x1a420): Section mismatch in re ference from the function vga16fb_probe() to the (unknown reference) .init.data: (unknown) The function __devinit vga16fb_probe() references a (unknown reference) __initdata (... 27 Mar 2010 03:21
[PATCH 1/7] fbdev: section cleanup in arcfb
This patch fixes the sections in the arcfb driver. WARNING: drivers/video/built-in.o(.devinit.text+0x543): Section mismatch in reference from the function arcfb_probe() to the variable .init.data:arcfb_var The function __devinit arcfb_probe() references a variable __initdata arcfb_var. If arcfb_var is only used b... 27 Mar 2010 03:21
[PATCH 2/9] arch/blackfin: Fix continuation lines
looks fine, i'll merge into my tree. thanks! -mike -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ ... 27 Mar 2010 02:16
tracing: add compat syscall support v3
On Tue, Mar 16, 2010 at 01:46:08PM -0400, Jason Baron wrote: Hi, Re-post to add infrastructure for compat syscall event tracing support. This patch series also adds x86_64 arch specific support as an example consumer of the new infrastructure. Arches can request compat syscall tracing by setting:... 27 Mar 2010 01:10
kmemtrace.txt question: kernel parameter(s)?
On Fri, 18 Dec 2009 08:57:49 +0800 Li Zefan wrote: Randy Dunlap wrote: Hi, Documentation/trace/kmemtrace.txt says: Q: 'cat /sys/kernel/debug/kmemtrace/total_overruns' is non-zero, how do I fix this? Should I worry? A: If it's non-zero, this affects kmemtrace's accuracy, dependi... 27 Mar 2010 01:10
[PATCH 2/9] arch/blackfin: Fix continuation lines
Signed-off-by: Joe Perches <joe(a)perches.com> --- arch/blackfin/mach-common/smp.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/blackfin/mach-common/smp.c b/arch/blackfin/mach-common/smp.c index 7803f22..f58a554 100644 --- a/arch/blackfin/mach-common/smp.c +++ b/arch/blackfin/... 26 Mar 2010 22:55
[PATCH 0/9] Continuation line fixes
Fix undesired spaces caused by improper continuation line use Joe Perches (9): arch/arm: Fix continuation lines arch/blackfin: Fix continuation lines drivers/infiniband: Fix continuation lines drivers/media: Fix continuation lines drivers/message: Fix continuation lines drivers/net: Fix continuatio... 26 Mar 2010 22:55
[PATCH 6/9] drivers/net: Fix continuation lines
Signed-off-by: Joe Perches <joe(a)perches.com> --- drivers/net/atlx/atl1.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/net/atlx/atl1.c b/drivers/net/atlx/atl1.c index 9ba5470..0ebd820 100644 --- a/drivers/net/atlx/atl1.c +++ b/drivers/net/atlx/atl1.c @@ -84,7 +84,7 @@ ... 26 Mar 2010 22:55