]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
selftests/bpf: Add a test to stress bpf_timer_start and map_delete race
authorAlexei Starovoitov <ast@kernel.org>
Sun, 1 Feb 2026 02:54:03 +0000 (18:54 -0800)
committerAndrii Nakryiko <andrii@kernel.org>
Wed, 4 Feb 2026 00:58:47 +0000 (16:58 -0800)
commitb135beb07758a854160e5421b6f4d5bde72e0da6
treec0bc2b18acde0d3f1fab17c59c049df7771b9620
parent3f7a8415209eeca4b1fda2a57f9d7ec49413e2eb
selftests/bpf: Add a test to stress bpf_timer_start and map_delete race

Add a test to stress bpf_timer_start and map_delete race

Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20260201025403.66625-10-alexei.starovoitov@gmail.com
tools/testing/selftests/bpf/prog_tests/timer_start_delete_race.c [new file with mode: 0644]
tools/testing/selftests/bpf/progs/timer_start_delete_race.c [new file with mode: 0644]