summaryrefslogtreecommitdiff
path: root/lib/dump_stack.c
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2026-05-15 13:32:32 +0200
committerAlexei Starovoitov <ast@kernel.org>2026-05-15 09:49:16 -0700
commita828abbb897657451d96ad7bf20f1893ac983bb9 (patch)
tree20f682e8a539341711f8707fb58a44830c37dc74 /lib/dump_stack.c
parent593980175389a05793f6060aa20e626330960395 (diff)
bpf: make bpf_session_is_return() reference optional
Building without CONFIG_BPF_EVENTS produces a build-time warning: WARN: resolve_btfids: unresolved symbol bpf_session_is_return The function is actually defined in kernel/trace/bpf_trace.o, which is built conditionally based on configuration. Make the reference to this function conditional as well, as is already done in the bpf verifier for other functions. Fixes: 8fe4dc4f6456 ("bpf: change prototype of bpf_session_{cookie,is_return}") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Link: https://lore.kernel.org/r/20260515113242.2706303-1-arnd@kernel.org Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'lib/dump_stack.c')
0 files changed, 0 insertions, 0 deletions