]> git.ipfire.org Git - thirdparty/linux.git/commit
selftests/bpf: Add a testcase for deadlock avoidance
authorAlexei Starovoitov <ast@kernel.org>
Wed, 4 Feb 2026 05:51:45 +0000 (21:51 -0800)
committerAndrii Nakryiko <andrii@kernel.org>
Wed, 4 Feb 2026 21:12:50 +0000 (13:12 -0800)
commit67ee5ad27d5101be4e9e8980c0734a0423bfd0a7
tree3f8571f0dce703071519d8605f2c212029c950d7
parent7d49635e3775da946e536bc81ab55b2bca6b791d
selftests/bpf: Add a testcase for deadlock avoidance

Add a testcase that checks that deadlock avoidance is working
as expected.

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