[PATCH 15/37] x86, lmb: Add lmb_find_area_node()
It can be used to find NODE_DATA for numa. Need to make sure early_node_map[] is filled before it is called, otherwise it will fallback to lmb_find_area(), with node range. Signed-off-by: Yinghai Lu <yinghai(a)kernel.org> --- arch/x86/include/asm/lmb.h | 1 + arch/x86/mm/lmb.c | 15 ++++++++++++++... 14 May 2010 16:07
[PATCH 5/10] drivers/message/i2o/memory.c: Use kstrdup
From: Julia Lawall <julia(a)diku.dk> Use kstrdup when the goal of an allocation is copy a string into the allocated region. The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ expression from,to; expression flag,E1,E2; statement S; @@ - to = kmalloc(strle... 14 May 2010 16:07
[PATCH 7/10] security/selinux/ss: Use kstrdup
From: Julia Lawall <julia(a)diku.dk> Use kstrdup when the goal of an allocation is copy a string into the allocated region. The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ expression from,to; expression flag,E1,E2; statement S; @@ - to = kmalloc(strle... 14 May 2010 16:07
[PATCH 11/13 v3] tracing: Fix function declarations if !CONFIG_STACKTRACE
From: Li Zefan <lizf(a)cn.fujitsu.com> ftrace_trace_stack() and frace_trace_userstacke() take a struct ring_buffer argument, not struct trace_array. Commit e77405ad("tracing: pass around ring buffer instead of tracer") made this change. Signed-off-by: Li Zefan <lizf(a)cn.fujitsu.com> LKML-Reference: <4BE77C14.501... 14 May 2010 16:07
[PATCH 6/10] arch/powerpc/platforms/pseries: Use kstrdup
From: Julia Lawall <julia(a)diku.dk> Use kstrdup when the goal of an allocation is copy a string into the allocated region. The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ expression from,to; expression flag,E1,E2; statement S; @@ - to = kmalloc(strle... 14 May 2010 16:07
[PATCH 10/10] arch/powerpc/platforms/iseries: Use kstrdup
From: Julia Lawall <julia(a)diku.dk> Use kstrdup when the goal of an allocation is copy a string into the allocated region. The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ expression from,to; expression flag,E1,E2; statement S; @@ - to = kmalloc(strle... 14 May 2010 16:07
[PATCH 4/10] fs/reiserfs: Use kstrdup
From: Julia Lawall <julia(a)diku.dk> Use kstrdup when the goal of an allocation is copy a string into the allocated region. The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ expression from,to; expression flag,E1,E2; statement S; @@ - to = kmalloc(strle... 14 May 2010 16:07
[PATCH 8/10] fs/ocfs2/dlm: Use kstrdup
From: Julia Lawall <julia(a)diku.dk> Use kstrdup when the goal of an allocation is copy a string into the allocated region. The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ expression from,to; expression flag,E1,E2; statement S; @@ - to = kmalloc(strle... 14 May 2010 16:07
[PATCH 2/10] drivers/char/ipmi: Use kstrdup
From: Julia Lawall <julia(a)diku.dk> Use kstrdup when the goal of an allocation is copy a string into the allocated region. The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ expression from,to; expression flag,E1,E2; statement S; @@ - to = kmalloc(strle... 14 May 2010 16:07
[PATCH 3/10] drivers/acpi: Use kstrdup
From: Julia Lawall <julia(a)diku.dk> Use kstrdup when the goal of an allocation is copy a string into the allocated region. The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ expression from,to; expression flag,E1,E2; statement S; @@ - to = kmalloc(strle... 14 May 2010 16:07