summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/progs/local_storage.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-03selftests/bpf: Attempt to build BPF programs with -Wsign-compareAlexei Starovoitov1-1/+1
2023-03-26selftests/bpf: Test task storage when local_storage->smap is NULLMartin KaFai Lau1-14/+42
2023-03-10selftests/bpf: Check freeing sk->sk_local_storage with sk_local_storage->smap...Martin KaFai Lau1-9/+20
2023-03-10selftests/bpf: fix lots of silly mistakes pointed out by compilerAndrii Nakryiko1-1/+0
2022-03-21selftests/bpf: Test for associating multiple elements with the local storageJoanne Koong1-0/+19
2021-12-30bpf/selftests: Update local storage selftest for sleepable programsKP Singh1-19/+5
2021-01-12bpf: Update local storage test to check handling of null ptrsKP Singh1-27/+35
2020-11-06bpf: Add tests for task_local_storageKP Singh1-7/+54
2020-11-06bpf: Update selftests for local_storage to use vmlinux.hKP Singh1-19/+1
2020-11-06bpf: Fix tests for local_storageKP Singh1-9/+15
2020-08-26bpf: Add selftests for local_storageKP Singh1-0/+140