Re: [PATCH] powerpc: Don't select ARCH_WANTS_NO_INSTR

2023-02-02 Thread Sachin Sant
> > Reported-by: Sachin Sant > Suggested-by: Peter Zijlstra > Signed-off-by: Michael Ellerman > --- Thanks for the patch Michael. Tested-by: Sachin Sant > arch/powerpc/Kconfig | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig > index b8c4

[PATCH] powerpc: Don't select ARCH_WANTS_NO_INSTR

2023-02-02 Thread Michael Ellerman
Commit 41b7a347bf14 ("powerpc: Book3S 64-bit outline-only KASAN support") added a select of ARCH_WANTS_NO_INSTR, because it also added some uses of noinstr. However noinstr is always defined, regardless of ARCH_WANTS_NO_INSTR, so there's no need to select it just for that. As PeterZ says [1]: No