Re: [PATCH] powerpc/security: Provide stubs for when PPC_BARRIER_NOSPEC isn't enabled

2022-03-03 Thread Michael Ellerman
Christophe Leroy writes: > Le 10/01/2022 à 11:07, Naveen N. Rao a écrit : >> kernel test robot reported the below build error with a randconfig: >>powerpc64-linux-ld: arch/powerpc/net/bpf_jit_comp64.o:(.toc+0x0): >>undefined reference to `powerpc_security_features' >> >> This can happen

Re: [PATCH] powerpc/security: Provide stubs for when PPC_BARRIER_NOSPEC isn't enabled

2022-03-02 Thread Naveen N. Rao
Christophe Leroy wrote: Le 10/01/2022 à 11:07, Naveen N. Rao a écrit : kernel test robot reported the below build error with a randconfig: powerpc64-linux-ld: arch/powerpc/net/bpf_jit_comp64.o:(.toc+0x0): undefined reference to `powerpc_security_features' This can happen if

Re: [PATCH] powerpc/security: Provide stubs for when PPC_BARRIER_NOSPEC isn't enabled

2022-02-23 Thread Christophe Leroy
Le 10/01/2022 à 11:07, Naveen N. Rao a écrit : > kernel test robot reported the below build error with a randconfig: >powerpc64-linux-ld: arch/powerpc/net/bpf_jit_comp64.o:(.toc+0x0): >undefined reference to `powerpc_security_features' > > This can happen if CONFIG_PPC_BARRIER_NOSPEC is

[PATCH] powerpc/security: Provide stubs for when PPC_BARRIER_NOSPEC isn't enabled

2022-01-10 Thread Naveen N. Rao
kernel test robot reported the below build error with a randconfig: powerpc64-linux-ld: arch/powerpc/net/bpf_jit_comp64.o:(.toc+0x0): undefined reference to `powerpc_security_features' This can happen if CONFIG_PPC_BARRIER_NOSPEC is not enabled. Address this by providing stub functions for