Re: [PATCH 10/12] lguest: Only descend into lguest directory when CONFIG_LGUEST is set

2016-06-20 Thread Rusty Russell
"Andrew F. Davis" writes: > When CONFIG_LGUEST is not set make will still descend into the lguest > directory but nothing will be built. This produces unneeded build > artifacts and messages in addition to slowing the build. Fix this here. > > Signed-off-by: Andrew F. Davis

Re: WARNING: CPU: 1 PID: 813 at kernel/module.c:291 module_assert_mutex_or_preempt+0x49/0x90()

2015-08-23 Thread Rusty Russell
-by: Peter Zijlstra (Intel) pet...@infradead.org Signed-off-by: Rusty Russell ru...@rustcorp.com.au Fixes: a6e6abd575fc (module: remove module_text_address()) Cc: sta...@kernel.org diff --git a/kernel/module.c b/kernel/module.c index b86b7bf1be38..8f051a106676 100644 --- a/kernel/module.c +++ b/kernel

Re: [PATCH 05/16] cx18: fix handling of 'radio' module parameter

2012-01-31 Thread Rusty Russell
On Tue, 31 Jan 2012 14:45:18 +0100, Danny Kukawka danny.kuka...@bisect.de wrote: On Dienstag, 31. Januar 2012, Andy Walls wrote: Overseen this. But wouldn't be the correct fix in this case to: a) reverse the part of 90ab5ee94171b3e28de6bb42ee30b527014e0be7 to: get: static unsigned

[PATCH 1/15] module_param: check type correctness for module_param_array

2011-12-14 Thread Rusty Russell
-by: Rusty Russell ru...@rustcorp.com.au --- drivers/media/video/et61x251/et61x251_core.c |4 ++-- drivers/media/video/sn9c102/sn9c102_core.c |4 ++-- drivers/mfd/janz-cmodio.c|2 +- drivers/misc/lis3lv02d/lis3lv02d.c |2 ++ include/linux