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:
dd521d1
)
powerpc: Use probe_kernel_address in show_instructions
author
Anton Blanchard
<anton@samba.org>
Mon, 13 Oct 2014 09:27:15 +0000
(20:27 +1100)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Wed, 5 Nov 2014 10:00:45 +0000
(21:00 +1100)
We really don't want to take a pagefault in show_instructions,
so use probe_kernel_address instead of __get_user.
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
No differences found