From: Rusty Russell Date: Tue, 29 Jan 2008 22:13:22 +0000 (-0500) Subject: module: make module_address_lookup safe X-Git-Tag: v2.6.25-rc1~1165^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6dd06c9fbe025f542bce4cdb91790c0f91962722;p=pandora-kernel.git module: make module_address_lookup safe module_address_lookup releases preemption then returns a pointer into the module space. The only user (kallsyms) copies the result, so just do that under the preempt disable. Signed-off-by: Rusty Russell --- Reading git-diff-tree failed