提交 d42335a3 编写于 作者: H Heiko Carstens 提交者: Martin Schwidefsky

[S390] kretprobe_trampoline_holder() in wrong section.

kretprobe_trampoline_holder() is in kprobes section but used to
register a kprobe in arch_init_kprobes(). Hence register_kprobe()
and therefore arch_init_kprobes() will fail.
Signed-off-by: NHeiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
上级 35df8d53
...@@ -356,7 +356,7 @@ static int __kprobes kprobe_handler(struct pt_regs *regs) ...@@ -356,7 +356,7 @@ static int __kprobes kprobe_handler(struct pt_regs *regs)
* - When the probed function returns, this probe * - When the probed function returns, this probe
* causes the handlers to fire * causes the handlers to fire
*/ */
void __kprobes kretprobe_trampoline_holder(void) void kretprobe_trampoline_holder(void)
{ {
asm volatile(".global kretprobe_trampoline\n" asm volatile(".global kretprobe_trampoline\n"
"kretprobe_trampoline: bcr 0,0\n"); "kretprobe_trampoline: bcr 0,0\n");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册