[PATCH v3 2/2] powerpc: emulate_step tests for load/store instructions
Michael Ellerman
mpe at ellerman.id.au
Tue Feb 14 21:41:53 AEDT 2017
Ravi Bangoria <ravi.bangoria at linux.vnet.ibm.com> writes:
> diff --git a/arch/powerpc/kernel/kprobes.c b/arch/powerpc/kernel/kprobes.c
> index fce05a3..5c5ae66 100644
> --- a/arch/powerpc/kernel/kprobes.c
> +++ b/arch/powerpc/kernel/kprobes.c
> @@ -528,6 +528,8 @@ int __kprobes longjmp_break_handler(struct kprobe *p, struct pt_regs *regs)
>
> int __init arch_init_kprobes(void)
> {
> + test_emulate_step();
> +
I don't see any good reason why this is called from here.
So I'm inclined to just make test_emulate_step() a regular init call.
cheers
More information about the Linuxppc-dev
mailing list