]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
selftests/bpf: Use -1 as token_fd in map create failure test
authorLeon Hwang <leon.hwang@linux.dev>
Mon, 18 May 2026 14:54:45 +0000 (22:54 +0800)
committerAlexei Starovoitov <ast@kernel.org>
Tue, 19 May 2026 01:51:32 +0000 (18:51 -0700)
commit652f0c2c999d28d820bbe2e1aa16d8e0fea369ea
tree362ff4b42cb5fd1bf8c763e4b86c62dd1680682b
parentb4844cb6d1ecff732c99b70998749973c6f50591
selftests/bpf: Use -1 as token_fd in map create failure test

Because 0xFF can be an open BPF token fd in the test runner that will fail
test_invalid_token_fd(), change token_fd from 0xFF to -1 to avoid such
test failure.

Fixes: f675483cac1d ("selftests/bpf: Add tests to verify map create failure log")
Signed-off-by: Leon Hwang <leon.hwang@linux.dev>
Link: https://lore.kernel.org/r/20260518145446.6794-5-leon.hwang@linux.dev
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
tools/testing/selftests/bpf/prog_tests/map_init.c