From: Rusty Russell Date: Mon, 14 Jan 2008 08:55:03 +0000 (-0800) Subject: modules: de-mutex more symbol lookup paths in the module code X-Git-Tag: v2.6.24-rc8~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb2a52052cebe4716e83b9d2e53682ba00f67de6;p=pandora-kernel.git modules: de-mutex more symbol lookup paths in the module code Kyle McMartin reports sysrq_timer_list_show() can hit the module mutex from hard interrupt context. 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 Cc: Ingo Molnar Cc: Kyle McMartin Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed