]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
selftests/bpf: Remove test_task_storage_map_stress_lookup
authorAmery Hung <ameryhung@gmail.com>
Thu, 5 Feb 2026 22:29:13 +0000 (14:29 -0800)
committerMartin KaFai Lau <martin.lau@kernel.org>
Fri, 6 Feb 2026 22:48:05 +0000 (14:48 -0800)
commite02cf06b85f8ae337c86db1bad5a0fd54c7bd301
tree785723cf99d7b94d1a3052da855ac1df23cc9c2f
parent902a79b6389ff39fd736c6fd1581ded1372adbf5
selftests/bpf: Remove test_task_storage_map_stress_lookup

Remove a test in test_maps that checks if the updating of the percpu
counter in task local storage map is preemption safe as the percpu
counter is now removed.

Acked-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: Amery Hung <ameryhung@gmail.com>
Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>
Link: https://patch.msgid.link/20260205222916.1788211-16-ameryhung@gmail.com
tools/testing/selftests/bpf/map_tests/task_storage_map.c [deleted file]
tools/testing/selftests/bpf/progs/read_bpf_task_storage_busy.c [deleted file]