aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/prog_tests/snprintf_btf.c
diff options
context:
space:
mode:
authorTony Ambardar <[email protected]>2024-07-23 05:54:36 +0000
committerAndrii Nakryiko <[email protected]>2024-07-29 22:05:07 +0000
commit6495eb79ca7d15bd87c38d77307e8f9b6b7bf4ef (patch)
tree9a9a1f29edde9b7a1a739d68fc5c0479367c94b8 /tools/testing/selftests/bpf/prog_tests/snprintf_btf.c
parentselftests/bpf: Fix missing UINT_MAX definitions in benchmarks (diff)
downloadkernel-6495eb79ca7d15bd87c38d77307e8f9b6b7bf4ef.tar.gz
kernel-6495eb79ca7d15bd87c38d77307e8f9b6b7bf4ef.zip
selftests/bpf: Fix missing BUILD_BUG_ON() declaration
Explicitly include '<linux/build_bug.h>' to fix errors seen compiling with gcc targeting mips64el/musl-libc: user_ringbuf.c: In function 'test_user_ringbuf_loop': user_ringbuf.c:426:9: error: implicit declaration of function 'BUILD_BUG_ON' [-Werror=implicit-function-declaration] 426 | BUILD_BUG_ON(total_samples <= c_max_entries); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors Fixes: e5a9df51c746 ("selftests/bpf: Add selftests validating the user ringbuf") Signed-off-by: Tony Ambardar <[email protected]> Signed-off-by: Andrii Nakryiko <[email protected]> Link: https://lore.kernel.org/bpf/b28575f9221ec54871c46a2e87612bb4bbf46ccd.1721713597.git.tony.ambardar@gmail.com
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/snprintf_btf.c')
0 files changed, 0 insertions, 0 deletions