summaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)Author
2024-07-29selftests/bpf: Load struct_ops map in global_maps_resize testDavid Vernet
2024-07-29selftests/bpf: Integrate test_xdp_veth into test_progsAlexis Lothoré (eBPF Foundation)
2024-07-29selftests/bpf: Update xdp_redirect_map prog sections for libbpfAlexis Lothoré (eBPF Foundation)
2024-07-29selftests/bpf: Fix errors compiling cg_storage_multi.h with musl libcTony Ambardar
2024-07-29selftests/bpf: Fix errors compiling crypto_sanity.c with musl libcTony Ambardar
2024-07-29selftests/bpf: Fix errors compiling decap_sanity.c with musl libcTony Ambardar
2024-07-29selftests/bpf: Fix errors compiling lwt_redirect.c with musl libcTony Ambardar
2024-07-29selftests/bpf: Fix compiling core_reloc.c with musl-libcTony Ambardar
2024-07-29selftests/bpf: Fix compiling tcp_rtt.c with musl-libcTony Ambardar
2024-07-29selftests/bpf: Fix compiling flow_dissector.c with musl-libcTony Ambardar
2024-07-29selftests/bpf: Fix compiling kfree_skb.c with musl-libcTony Ambardar
2024-07-29selftests/bpf: Fix compiling parse_tcp_hdr_opt.c with musl-libcTony Ambardar
2024-07-29selftests/bpf: Fix include of <sys/fcntl.h>Tony Ambardar
2024-07-29selftests/bpf: Fix missing BUILD_BUG_ON() declarationTony Ambardar
2024-07-29selftests/bpf: Fix missing UINT_MAX definitions in benchmarksTony Ambardar
2024-07-29selftests/bpf: Fix missing ARRAY_SIZE() definition in bench.cTony Ambardar
2024-07-29selftests/bpf: Drop unneeded error.h includesTony Ambardar
2024-07-29selftests/bpf: Fix error compiling bpf_iter_setsockopt.c with musl libcTony Ambardar
2024-07-29selftests/bpf: Fix compile error from rlim_t in sk_storage_map.cTony Ambardar
2024-07-29selftests/bpf: Use pid_t consistently in test_progs.cTony Ambardar
2024-07-29selftests/bpf: Make %.test.d prerequisite order onlyIhor Solodrai
2024-07-29selftests/bpf: test no_caller_saved_registers spill/fill removalEduard Zingerman
2024-07-29selftests/bpf: __arch_* macro to limit test cases to specific archsEduard Zingerman
2024-07-29selftests/bpf: allow checking xlated programs in verifier_* testsEduard Zingerman
2024-07-29selftests/bpf: extract test_loader->expect_msgs as a data structureEduard Zingerman
2024-07-29selftests/bpf: no need to track next_match_pos in struct test_loaderEduard Zingerman
2024-07-29selftests/bpf: print correct offset for pseudo calls in disasm_insn()Eduard Zingerman
2024-07-29selftests/bpf: extract utility function for BPF disassemblyEduard Zingerman
2024-07-29selftests/bpf: Add reg_bounds tests for ldsx and subreg compareYonghong Song
2024-07-29selftests/bpf: Add tests for ldsx of pkt data/data_end/data_meta accessesYonghong Song
2024-07-29selftests/bpf: Fix wrong binary in Makefile log outputTony Ambardar
2024-07-29selftests/bpf: Add uprobe multi consumers testJiri Olsa
2024-07-29selftests/bpf: Add uprobe fail tests for uprobe multiJiri Olsa
2024-07-29selftests/bpf: Fix compilation failure when CONFIG_NET_FOU!=yArtem Savkov
2024-07-29selftests/bpf: Fix error linking uprobe_multi on mipsTony Ambardar
2024-07-29selftests/bpf: Add missing system defines for mipsTony Ambardar
2024-07-29selftests/bpf: Don't include .d files on make cleanIhor Solodrai
2024-07-29selftests/bpf: Add a test for mmap-able map in mapSong Liu
2024-07-29selftests/bpf: Drop __start_server in network_helpersGeliang Tang
2024-07-29selftests/bpf: Drop inetaddr_len in sk_lookupGeliang Tang
2024-07-29selftests/bpf: Drop make_socket in sk_lookupGeliang Tang
2024-07-29selftests/bpf: Drop make_client in sk_lookupGeliang Tang
2024-07-29selftests/bpf: Workaround strict bpf_lsm return value check.Alexei Starovoitov
2024-07-29selftests/bpf: Add verifier tests for bpf lsmXu Kuohai
2024-07-29selftests/bpf: Add test for lsm tail callXu Kuohai
2024-07-29selftests/bpf: Add return value checks for failed testsXu Kuohai
2024-07-29selftests/bpf: Avoid load failure for token_lsm.cXu Kuohai
2024-07-29selftests/bpf: Ensure the unsupported struct_ops prog cannot be loadedMartin KaFai Lau
2024-07-29selftests/bpf: Fix the missing tramp_1 to tramp_40 ops in cfi_stubsMartin KaFai Lau
2024-07-29selftests/bpf: Add testcases for tailcall hierarchy fixingLeon Hwang