[PATCH] module: init sysfs attributes
This is required for lockdep. Signed-off-by: Johannes Berg <johannes(a)sipsolutions.net> --- kernel/module.c | 3 +++ --- wireless-testing.orig/kernel/module.c 2010-02-20 16:16:52.740706797 +0100 +++ wireless-testing/kernel/module.c 2010-02-20 16:22:52.499698256 +0100 @@ -1085,6 +10... 20 Feb 2010 11:19
[PATCH] windfarm: init sysfs attributes
This is required for lockdep. Signed-off-by: Johannes Berg <johannes(a)sipsolutions.net> --- drivers/macintosh/windfarm_core.c | 1 + drivers/macintosh/windfarm_smu_controls.c | 1 + --- wireless-testing.orig/drivers/macintosh/windfarm_smu_controls.c 2010-02-20 16:05:55.738721565 +0100 +++ wireles... 20 Feb 2010 11:19
sysctl extern cleanup
On Sat, Feb 20, 2010 at 10:28:25PM +0800, Dave Young wrote: Forgot to tell in subjects: The sysctl cleanup patch set is based on mmotm 2010-02-11-21-55 Sorry, very bad, I sent a wrong version of patch set, some of them should not be compiled. I will sent again tommorrow night, our company blocks smtp ports,... 20 Feb 2010 10:12
USB: fix I2C API usage in ohci-pnx4008.
On Fri, 19 Feb 2010 15:42:00 +0100, Luotao Fu wrote: i2c_board_info doesn't contain a member called name. i2c_register_client call does not exist. Signed-off-by: Luotao Fu <l.fu(a)pengutronix.de> Indeed... my bad. That's what I get for touching code I can't build, I guess. Acked-by: Jean Delvare <khal... 20 Feb 2010 10:12
ftrace - add support for tracing_thresh to function_graph tracer
On Wed, Feb 10, 2010 at 02:52:47PM -0800, Tim Bird wrote: int trace_graph_entry(struct ftrace_graph_ent *trace) { struct trace_array *tr = graph_array; @@ -221,6 +226,10 @@ int trace_graph_entry(struct ftrace_graph_ent *trace) if (!ftrace_graph_addr(trace->func)) return 0; + /* if tra... 22 Feb 2010 14:08
[Patch] um: tell git to ignore generated files
git should ignore these files, since they are generated. Signed-off-by: WANG Cong <xiyou.wangcong(a)gmail.com> Cc: Jeff Dike <jdike(a)addtoit.com> --- diff --git a/.gitignore b/.gitignore index de6344e..efab0eb 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,7 @@ modules.builtin # tags TAGS +linu... 20 Feb 2010 10:12
[PATCH series] sysctl extern cleanup
Forgot to tell in subjects: The sysctl cleanup patch set is based on mmotm 2010-02-11-21-55 -- 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 ht... 20 Feb 2010 10:12
[PATCH 14/18] sysctl extern cleanup - acct
Extern declarations in sysctl.c should be move to their own head file, and then include them in relavant .c files. Move acct_parm extern declaration to linux/acct.h Signed-off-by: Dave Young <hidave.darkstar(a)gmail.com> --- include/linux/acct.h | 6 ++++++ kernel/sysctl.c | 5 +---- 2 files change... 20 Feb 2010 10:12
[PATCH 05/18] sysctl extern cleanup - pid
Extern declarations in sysctl.c should be move to their own head file, and then include them in relavant .c files. Move pid/pid_max_min/pid_max_max extern declarations to linux/pid.h Signed-off-by: Dave Young <hidave.darkstar(a)gmail.com> --- include/linux/pid.h | 5 +++++ kernel/sysctl.c | 3 +-- 2... 20 Feb 2010 10:12
[PATCH 08/18] sysctl extern cleanup - latencytop
Extern declarations in sysctl.c should be move to their own head file, and then include them in relavant .c files. latencytop_enabled is declcared in linux/latencytop.h, so remove the declaration in sysctl.c, include the head file instead. Signed-off-by: Dave Young <hidave.darkstar(a)gmail.com> --- kernel/sysc... 20 Feb 2010 10:12