linux-next: next-20230918: x86 build fails

From: Aithal, Srikanth
Date: Mon Sep 18 2023 - 23:55:51 EST


Hi all,

linux-next: next-20230918: x86 build fails with below error:

arch/x86/net/bpf_jit_comp.c: In function ‘arch_bpf_stack_walk’:
arch/x86/net/bpf_jit_comp.c:3022:72: error: ‘struct unwind_state’ has no member named ‘sp’; did you mean ‘bp’?
3022 | if (!addr || !consume_fn(cookie, (u64)addr, (u64)state.sp, (u64)state.bp))
| ^~
| bp
make[4]: *** [scripts/Makefile.build:243: arch/x86/net/bpf_jit_comp.o] Error 1
make[3]: *** [scripts/Makefile.build:480: arch/x86/net] Error 2



Thanks,
Srikanth Aithal