aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/bpf/prog_tests/test_local_storage.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-03-25selftests/bpf: Test task storage when local_storage->smap is NULLMartin KaFai Lau1-3/+4
2023-03-10selftests/bpf: Replace CHECK with ASSERT in test_local_storageMartin KaFai Lau1-30/+17
2022-09-01selftests/bpf: Move sys_pidfd_open() into task_local_storage_helpers.hHou Tao1-9/+1
2021-12-29bpf/selftests: Update local storage selftest for sleepable programsKP Singh1-14/+6
2021-02-02selftests/bpf: Fix a compiler warning in local_storage testKP Singh1-1/+1
2021-01-12bpf: Update local storage test to check handling of null ptrsKP Singh1-70/+26
2020-12-03selftests/bpf: Copy file using read/write in local storage testStanislav Fomichev1-10/+18
2020-11-06selftests/bpf: Fix selftest build with old libcAlexei Starovoitov1-0/+4
2020-11-06bpf: Exercise syscall operations for inode and sk storageKP Singh1-2/+15
2020-11-06bpf: Add tests for task_local_storageKP Singh1-13/+172
2020-08-25bpf: Add selftests for local_storageKP Singh1-0/+60