git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb9d3d5
)
module: make module_address_lookup safe
author
Rusty Russell
<rusty@rustcorp.com.au>
Tue, 29 Jan 2008 22:13:22 +0000
(17:13 -0500)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Tue, 29 Jan 2008 06:13:23 +0000
(17:13 +1100)
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 <rusty@rustcorp.com.au>
No differences found