On 2/14/23 09:41, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.10.168 release. There are 134 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be made by Thu, 16 Feb 2023 17:25:19 +0000. Anything received after that time might be too late.
Still observed for ppc:ppc32_allmodconfig: In file included from arch/powerpc/net/bpf_jit_comp.c:16: arch/powerpc/net/bpf_jit32.h:131:8: error: redefinition of 'struct codegen_context' 131 | struct codegen_context { | ^~~~~~~~~~~~~~~ In file included from arch/powerpc/net/bpf_jit32.h:13, from arch/powerpc/net/bpf_jit_comp.c:16: arch/powerpc/net/bpf_jit.h:124:8: note: originally defined here 124 | struct codegen_context { | ^~~~~~~~~~~~~~~ arch/powerpc/net/bpf_jit_comp.c:18:20: error: redefinition of 'bpf_flush_icache' 18 | static inline void bpf_flush_icache(void *start, void *end) | ^~~~~~~~~~~~~~~~ In file included from arch/powerpc/net/bpf_jit32.h:13, from arch/powerpc/net/bpf_jit_comp.c:16: arch/powerpc/net/bpf_jit.h:139:20: note: previous definition of 'bpf_flush_icache' with type 'void(void *, void *)' 139 | static inline void bpf_flush_icache(void *start, void *end) | ^~~~~~~~~~~~~~~~ Guenter