Re: [PATCH 10/12] powerpc/entry32: Blacklist exception entry points for kprobe.

2020-03-30 Thread Naveen N. Rao
Christophe Leroy wrote: Le 31/03/2020 à 08:17, Naveen N. Rao a écrit : Christophe Leroy wrote: Le 30/03/2020 à 20:33, Christophe Leroy a écrit : Le 30/03/2020 à 19:08, Naveen N. Rao a écrit : Christophe Leroy wrote: kprobe does not handle events happening in real mode. As exception en

Re: [PATCH 10/12] powerpc/entry32: Blacklist exception entry points for kprobe.

2020-03-30 Thread Christophe Leroy
Le 31/03/2020 à 08:17, Naveen N. Rao a écrit : Christophe Leroy wrote: Le 30/03/2020 à 20:33, Christophe Leroy a écrit : Le 30/03/2020 à 19:08, Naveen N. Rao a écrit : Christophe Leroy wrote: kprobe does not handle events happening in real mode. As exception entry points are running w

Re: [PATCH 10/12] powerpc/entry32: Blacklist exception entry points for kprobe.

2020-03-30 Thread Naveen N. Rao
Christophe Leroy wrote: Le 30/03/2020 à 20:33, Christophe Leroy a écrit : Le 30/03/2020 à 19:08, Naveen N. Rao a écrit : Christophe Leroy wrote: kprobe does not handle events happening in real mode. As exception entry points are running with MMU disabled, blacklist them. Signed-off-by: C

Re: [PATCH 10/12] powerpc/entry32: Blacklist exception entry points for kprobe.

2020-03-30 Thread Naveen N. Rao
Christophe Leroy wrote: Le 30/03/2020 à 19:08, Naveen N. Rao a écrit : Christophe Leroy wrote: kprobe does not handle events happening in real mode. As exception entry points are running with MMU disabled, blacklist them. Signed-off-by: Christophe Leroy ---  arch/powerpc/kernel/entry_32.S

Re: [PATCH 10/12] powerpc/entry32: Blacklist exception entry points for kprobe.

2020-03-30 Thread Christophe Leroy
Le 30/03/2020 à 20:33, Christophe Leroy a écrit : Le 30/03/2020 à 19:08, Naveen N. Rao a écrit : Christophe Leroy wrote: kprobe does not handle events happening in real mode. As exception entry points are running with MMU disabled, blacklist them. Signed-off-by: Christophe Leroy ---  ar

Re: [PATCH 10/12] powerpc/entry32: Blacklist exception entry points for kprobe.

2020-03-30 Thread Christophe Leroy
Le 30/03/2020 à 19:08, Naveen N. Rao a écrit : Christophe Leroy wrote: kprobe does not handle events happening in real mode. As exception entry points are running with MMU disabled, blacklist them. Signed-off-by: Christophe Leroy ---  arch/powerpc/kernel/entry_32.S | 7 +++  1 file chan

Re: [PATCH 10/12] powerpc/entry32: Blacklist exception entry points for kprobe.

2020-03-30 Thread Naveen N. Rao
Christophe Leroy wrote: kprobe does not handle events happening in real mode. As exception entry points are running with MMU disabled, blacklist them. Signed-off-by: Christophe Leroy --- arch/powerpc/kernel/entry_32.S | 7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/powerpc/ker

[PATCH 10/12] powerpc/entry32: Blacklist exception entry points for kprobe.

2020-03-29 Thread Christophe Leroy
kprobe does not handle events happening in real mode. As exception entry points are running with MMU disabled, blacklist them. Signed-off-by: Christophe Leroy --- arch/powerpc/kernel/entry_32.S | 7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/powerpc/kernel/entry_32.S b/arch/powe