Re: [PATCH] powerpc/kexec: blacklist functions called in real mode for kprobe

2021-08-03 Thread Michael Ellerman
On Wed, 14 Jul 2021 18:17:58 +0530, Hari Bathini wrote: > As kprobe does not handle events happening in real mode, blacklist the > functions that only get called in real mode or in kexec sequence with > MMU turned off. Applied to powerpc/next. [1/1] powerpc/kexec: blacklist functions called in

[PATCH] powerpc/kexec: blacklist functions called in real mode for kprobe

2021-07-14 Thread Hari Bathini
As kprobe does not handle events happening in real mode, blacklist the functions that only get called in real mode or in kexec sequence with MMU turned off. Signed-off-by: Hari Bathini --- arch/powerpc/kernel/head_64.S|2 ++ arch/powerpc/kexec/core_64.c |6 --