Re: [PATCH] powerpc/kprobes: Handle error returned by set_memory_rox()

2024-03-13 Thread Michael Ellerman
On Fri, 16 Feb 2024 11:13:28 +0100, Christophe Leroy wrote: > set_memory_rox() can fail. > > In case it fails, free allocated memory and return NULL. > > Applied to powerpc/next. [1/1] powerpc/kprobes: Handle error returned by set_memory_rox()

[PATCH] powerpc/kprobes: Handle error returned by set_memory_rox()

2024-02-16 Thread Christophe Leroy
set_memory_rox() can fail. In case it fails, free allocated memory and return NULL. Link: https://github.com/KSPP/linux/issues/7 Signed-off-by: Christophe Leroy --- arch/powerpc/kernel/kprobes.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git