aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/progs/map_excl.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2025-09-18selftests/bpf: Add tests for exclusive mapsKP Singh1-0/+34
Check if access is denied to another program for an exclusive map Signed-off-by: KP Singh <kpsingh@kernel.org> Link: https://lore.kernel.org/r/20250914215141.15144-6-kpsingh@kernel.org Signed-off-by: Alexei Starovoitov <ast@kernel.org>