Re: [PATCH 01/12] powerpc/52xx: Blacklist functions running with MMU disabled for kprobe

2020-03-30 Thread Naveen N. Rao
Christophe Leroy wrote: kprobe does not handle events happening in real mode, all functions running with MMU disabled have to be blacklisted. Signed-off-by: Christophe Leroy --- arch/powerpc/platforms/52xx/lite5200_sleep.S | 2 ++ 1 file changed, 2 insertions(+) Apart from the two minor comm

[PATCH 01/12] powerpc/52xx: Blacklist functions running with MMU disabled for kprobe

2020-03-29 Thread Christophe Leroy
kprobe does not handle events happening in real mode, all functions running with MMU disabled have to be blacklisted. Signed-off-by: Christophe Leroy --- arch/powerpc/platforms/52xx/lite5200_sleep.S | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/powerpc/platforms/52xx/lite5200_sleep.