commit | 60ba5b3ed7278a5700c8d57c3f5486b6066f745c | [log] [tgz] |
---|---|---|
author | Kumar Kartikeya Dwivedi <memxor@gmail.com> | Sat Mar 15 21:05:41 2025 -0700 |
committer | Alexei Starovoitov <ast@kernel.org> | Wed Mar 19 08:03:06 2025 -0700 |
tree | 0e72d4e7d107eadefbb6c4f2d1763e1d3108e983 | |
parent | ea21771c077c7aa85d46dd021d03eb0d96b5f418 [diff] |
selftests/bpf: Add tests for rqspinlock Introduce selftests that trigger AA, ABBA deadlocks, and test the edge case where the held locks table runs out of entries, since we then fallback to the timeout as the final line of defense. Also exercise verifier's AA detection where applicable. Signed-off-by: Kumar Kartikeya Dwivedi <memxor@gmail.com> Link: https://lore.kernel.org/r/20250316040541.108729-26-memxor@gmail.com Signed-off-by: Alexei Starovoitov <ast@kernel.org>