summaryrefslogtreecommitdiff
path: root/tools/testing/selftests
AgeCommit message (Expand)Author
2021-12-02selftests/bpf: Mute xdpxceiver.c's deprecation warningsAndrii Nakryiko
2021-12-02selftests/bpf: Remove recently reintroduced legacy btf__dedup() useAndrii Nakryiko
2021-12-02selftests/bpf: Update test names for xchg and cmpxchgPaul E. McKenney
2021-12-02selftests/bpf: Build testing_helpers.o out of treeJean-Philippe Brucker
2021-12-02selftests/bpf: Add CO-RE relocations to verifier scale test.Alexei Starovoitov
2021-12-02selftests/bpf: Revert CO-RE removal in test_ksyms_weak.Alexei Starovoitov
2021-12-02selftests/bpf: Additional test for CO-RE in the kernel.Alexei Starovoitov
2021-12-02selftests/bpf: Convert map_ptr_kern test to use light skeleton.Alexei Starovoitov
2021-12-02selftests/bpf: Improve inner_map test coverage.Alexei Starovoitov
2021-12-02selftests/bpf: Add lskel version of kfunc test.Alexei Starovoitov
2021-11-30selftest/bpf/benchs: Add bpf_loop benchmarkJoanne Koong
2021-11-30selftests/bpf: Measure bpf_loop verifier performanceJoanne Koong
2021-11-30selftests/bpf: Add bpf_loop testJoanne Koong
2021-11-28selftests/bpf: Test BPF_MAP_TYPE_PROG_ARRAY static initializationHengqi Chen
2021-11-26selftests/bpf: Fix misaligned accesses in xdp and xdp_bpf2bpf testsAndrii Nakryiko
2021-11-26selftests/bpf: Fix misaligned memory accesses in xdp_bonding testAndrii Nakryiko
2021-11-26selftests/bpf: Prevent out-of-bounds stack access in test_bpffsAndrii Nakryiko
2021-11-26selftests/bpf: Fix misaligned memory access in queue_stack_map testAndrii Nakryiko
2021-11-26selftests/bpf: Prevent misaligned memory access in get_stack_raw_tp testAndrii Nakryiko
2021-11-26selftests/bpf: Fix possible NULL passed to memcpy() with zero sizeAndrii Nakryiko
2021-11-26selftests/bpf: Fix UBSan complaint about signed __int128 overflowAndrii Nakryiko
2021-11-25selftests/bpf: Migrate selftests to bpf_map_create()Andrii Nakryiko
2021-11-25selftests/bpf: Mix legacy (maps) and modern (vars) BPF in one testAndrii Nakryiko
2021-11-22selftests/bpf: Fix trivial typoDrew Fustini
2021-11-19libbpf: Change bpf_program__set_extra_flags to bpf_program__set_flagsFlorent Revest
2021-11-19selftests/bpf: Add btf_dedup case with duplicated structs within CUJiri Olsa
2021-11-18selfetests/bpf: Adapt vmtest.sh to s390 libbpf CI changesIlya Leoshkevich
2021-11-17selftests/bpf: Fix xdpxceiver failures for no hugepagesTirthendu Sarkar
2021-11-16selftests/bpf: Mark variable as staticYucong Sun
2021-11-16selftests/bpf: Variable naming fixYucong Sun
2021-11-16selftests/bpf: Move summary line after the error logsYucong Sun
2021-11-16selftests/bpf: Add uprobe triggering overhead benchmarksAndrii Nakryiko
2021-11-16selftests/bpf: Configure dir paths via env in test_bpftool_synctypes.pyQuentin Monnet
2021-11-16bpftool: Update doc (use susbtitutions) and test_bpftool_synctypes.pyQuentin Monnet
2021-11-16selftests/bpf: Add a dedup selftest with equivalent structure typesYonghong Song
2021-11-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-11-12selftests/bpf: Fix a tautological-constant-out-of-range-compare compiler warningYonghong Song
2021-11-12selftests/bpf: Fix an unused-but-set-variable compiler warningYonghong Song
2021-11-11selftests/bpf: Clarify llvm dependency with btf_tag selftestYonghong Song
2021-11-11selftests/bpf: Add a C test for btf_type_tagYonghong Song
2021-11-11selftests/bpf: Rename progs/tag.c to progs/btf_decl_tag.cYonghong Song
2021-11-11selftests/bpf: Test BTF_KIND_DECL_TAG for deduplicationYonghong Song
2021-11-11selftests/bpf: Add BTF_KIND_TYPE_TAG unit testsYonghong Song
2021-11-11selftests/bpf: Test libbpf API function btf__add_type_tag()Yonghong Song
2021-11-11selftests/bpf: Update btf_dump__new() uses to v1.0+ variantAndrii Nakryiko
2021-11-11selftests/bpf: Migrate all deprecated perf_buffer usesAndrii Nakryiko
2021-11-11libbpf: Turn btf_dedup_opts into OPTS-based structAndrii Nakryiko
2021-11-11selftests/bpf: Minor cleanups and normalization of MakefileAndrii Nakryiko
2021-11-11selftests/bpf: Fix bpf_prog_test_load() logic to pass extra log levelAndrii Nakryiko
2021-11-11Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds