commit | 8d76996a17932c2e0d0c83c837fec6057a86b8fa | [log] [tgz] |
---|---|---|
author | Alexei Starovoitov <ast@kernel.org> | Thu Nov 07 12:59:33 2024 -0800 |
committer | Alexei Starovoitov <ast@kernel.org> | Thu Nov 07 18:41:12 2024 -0800 |
tree | c6bfcf907adb3573ea1bf1cd148cc31206359be6 | |
parent | 226a3b2b9b9686f6b3a2e1001bb88b355b5879a0 [diff] |
selftests/bpf: Add a test for arena range tree algorithm Add a test that verifies specific behavior of arena range tree algorithm and just existing bif_alloc1 test due to use of global data in arena. Signed-off-by: Alexei Starovoitov <ast@kernel.org>