On Tue, Jan 08, 2008 at 10:28:04PM +1100, Rusty Russell wrote:
> De-mutex more symbol lookup paths in the module code
> 
> Kyle McMartin reports sysrq_timer_list_show() can hit the module
> mutex; these paths don't need to though, since we long ago changed all
> the module list manipulation to occur via stop_machine().
> 
> Disabling preemption is enough.
> 
> Signed-off-by: Rusty Russell <[EMAIL PROTECTED]>
> 

ACK that it (obviously) fixes the lock checker spew.

Signed-off-by: Kyle McMartin <[EMAIL PROTECTED]>

cheers, Kyle
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to