Commit 9a914aa6 authored by Naveen N. Rao's avatar Naveen N. Rao Committed by Michael Ellerman

powerpc/kprobes: Blacklist common exception handlers

Blacklist all the exception common/OOL handlers as the kernel stack is not yet
setup, which means we can't take a trap at this point.
Signed-off-by: default avatarNaveen N. Rao <naveen.n.rao@linux.vnet.ibm.com>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent 7aa5b018
...@@ -213,6 +213,7 @@ end_##sname: ...@@ -213,6 +213,7 @@ end_##sname:
USE_TEXT_SECTION(); \ USE_TEXT_SECTION(); \
.balign IFETCH_ALIGN_BYTES; \ .balign IFETCH_ALIGN_BYTES; \
.global name; \ .global name; \
_ASM_NOKPROBE_SYMBOL(name); \
DEFINE_FIXED_SYMBOL(name); \ DEFINE_FIXED_SYMBOL(name); \
name: name:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment