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

From: Naveen N. Rao
Date: Mon Mar 30 2020 - 13:13:35 EST


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 <christophe.leroy@xxxxxx>
---
arch/powerpc/platforms/52xx/lite5200_sleep.S | 2 ++
1 file changed, 2 insertions(+)

Apart from the two minor comments, for this series:
Acked-by: Naveen N. Rao <naveen.n.rao@xxxxxxxxxxxxxxxxxx>

- Naveen