aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/bpf (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-05selftests/bpf: Suppress warning message of an unused variable.Kui-Feng Lee3-7/+4
2024-02-05selftests/bpf: Fix flaky test ptr_untrustedYonghong Song1-3/+3
2024-02-02selftests/bpf: add more cases for __arg_trusted __arg_nullable argsAndrii Nakryiko1-3/+29
2024-02-02selftests/bpf: trace_helpers.c: do not use poisoned typeShung-Hsi Yu1-1/+1
2024-02-02selftests/bpf: States pruning checks for scalar vs STACK_MISCEduard Zingerman1-0/+154
2024-02-02selftests/bpf: Add test cases for narrowing fillMaxim Mikityanskiy1-0/+111
2024-02-02bpf: Preserve boundaries and track scalars on narrowing fillMaxim Mikityanskiy1-7/+19
2024-02-02selftests/bpf: Test tracking spilled unbounded scalarsMaxim Mikityanskiy1-0/+27
2024-02-02bpf: Track spilled unbounded scalarsMaxim Mikityanskiy1-3/+3
2024-02-01selftests/bpf: Fix bench runner SIGSEGVAndrii Nakryiko1-2/+10
2024-02-01selftests/bpf: Enable inline bpf_kptr_xchg() test for RV64Pu Lehui1-1/+2
2024-01-31bpf: treewide: Annotate BPF kfuncs in BTFDaniel Xu1-4/+4
2024-01-31selftests/bpf: Disable IPv6 for lwt_redirect testManu Bretelle1-0/+1
2024-01-30selftests/bpf: convert bpf_rdonly_cast() uses to bpf_core_cast() macroAndrii Nakryiko8-18/+12
2024-01-30libbpf: add bpf_core_cast() macroAndrii Nakryiko3-6/+2
2024-01-30selftests/bpf: add trusted global subprog arg testsAndrii Nakryiko2-0/+158
2024-01-30bpf: Move -Wno-compare-distinct-pointer-types to BPF_CFLAGSJose E. Marchesi1-3/+3
2024-01-30bpf: Build type-punning BPF selftests with -fno-strict-aliasingJose E. Marchesi1-0/+13
2024-01-29bpf: Use -Wno-error in certain tests when building with GCCJose E. Marchesi1-1/+11
2024-01-29selftests/bpf: Remove "&>" usage in the selftestsMartin KaFai Lau10-20/+25
2024-01-29selftests/bpf: Drop return in bpf_testmod_exitGeliang Tang1-1/+1
2024-01-26selftests/bpf: Add missing line break in test_verifierTiezhu Yang1-1/+1
2024-01-24selftests/bpf: Incorporate LSM policy to token-based testsAndrii Nakryiko2-17/+104
2024-01-24selftests/bpf: Add tests for LIBBPF_BPF_TOKEN_PATH envvarAndrii Nakryiko1-0/+98
2024-01-24selftests/bpf: Add tests for BPF object load with implicit tokenAndrii Nakryiko1-0/+64
2024-01-24selftests/bpf: Add BPF object loading tests with explicit token passingAndrii Nakryiko3-0/+166
2024-01-24selftests/bpf: Utilize string values for delegate_xxx mount optionsAndrii Nakryiko1-20/+32
2024-01-24selftests/bpf: Add BPF token-enabled testsAndrii Nakryiko1-0/+683
2024-01-24bpf: Add BPF token support to BPF_PROG_LOAD commandAndrii Nakryiko2-0/+5
2024-01-24bpf: Add BPF token support to BPF_MAP_CREATE commandAndrii Nakryiko2-0/+5
2024-01-24selftests/bpf: Wait for the netstamp_needed_key static key to be turned onMartin KaFai Lau1-4/+75
2024-01-24selftests/bpf: Fix the flaky tc_redirect_dtime testMartin KaFai Lau1-0/+11
2024-01-23selftests/bpf: Skip callback tests if jit is disabled in test_verifierTiezhu Yang2-0/+17
2024-01-23selftests/bpf: Move is_jit_enabled() into testing_helpersTiezhu Yang3-18/+19
2024-01-23selftests/bpf: test case for register_bpf_struct_ops().Kui-Feng Lee4-0/+176
2024-01-23selftests/bpf: Add fill_link_info test for perf eventJiri Olsa2-0/+46
2024-01-23selftests/bpf: Add cookies check for perf_event fill_link_info testJiri Olsa1-5/+21
2024-01-23selftests/bpf: Add cookies check for kprobe_multi fill_link_info testJiri Olsa1-12/+36
2024-01-23bpf: Use r constraint instead of p constraint in selftestsJose E. Marchesi2-3/+3
2024-01-23bpf: fix constraint in test_tcpbpf_kern.cJose E. Marchesi1-1/+1
2024-01-23bpf: avoid VLAs in progs/test_xdp_dynptr.cJose E. Marchesi1-5/+5
2024-01-23selftests/bpf: Enable kptr_xchg_inline test for arm64Hou Tao1-1/+1
2024-01-23selftest/bpf: Add map_in_maps with BPF_MAP_TYPE_PERF_EVENT_ARRAY valuesAndrey Grafin2-1/+31
2024-01-23selftest: bpf: Test bpf_sk_assign_tcp_reqsk().Kuniyuki Iwashima7-0/+953
2024-01-23selftests/bpf: Fix potential premature unload in bpf_testmodArtem Savkov1-0/+9
2024-01-23bpf: Minor improvements for bpf_cmp.Alexei Starovoitov1-9/+12
2024-01-23selftests/bpf: Add a selftest with not-8-byte aligned BPF_STYonghong Song1-0/+41
2024-01-23bpf: Track aligned st store as imprecise spilled registersYonghong Song1-8/+8
2024-01-23selftests/bpf: Test assigning ID to scalars on spillMaxim Mikityanskiy1-0/+133
2024-01-23bpf: Assign ID to scalars on spillMaxim Mikityanskiy2-4/+4