summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)AuthorFilesLines
2024-11-17selftests/bpf: Assert link info uprobe_multi count & path_size if unsetTyrone Wu1-0/+9
2024-11-17selftests/bpf: Verify that sync_linked_regs preserves subreg_defEduard Zingerman1-0/+67
2024-11-01selftests/bpf: Fix cross-compiling urandom_readTony Ambardar1-1/+1
2024-11-01selftests/bpf: fix perf_event link info name_len assertionTyrone Wu1-3/+6
2024-10-17selftests/bpf: Fix ARG_PTR_TO_LONG {half-,}uninitialized testDaniel Borkmann1-4/+1
2024-10-10selftests/bpf: fix uprobe.path leak in bpf_testmodJiri Olsa1-0/+1
2024-10-04selftests/bpf: correctly move 'log' upon successful matchEduard Zingerman1-1/+1
2024-10-04selftests/bpf: Fix incorrect parameters in NULL pointer checkingHao Ge1-1/+1
2024-10-04selftests/bpf: fix to avoid __msg tag de-duplication by clangEduard Zingerman3-22/+48
2024-10-04selftests/bpf: __arch_* macro to limit test cases to specific archsEduard Zingerman2-0/+51
2024-10-04selftests/bpf: allow checking xlated programs in verifier_* testsEduard Zingerman2-3/+84
2024-10-04selftests/bpf: extract test_loader->expect_msgs as a data structureEduard Zingerman1-40/+41
2024-10-04selftests/bpf: no need to track next_match_pos in struct test_loaderEduard Zingerman2-12/+8
2024-10-04selftests/bpf: Fix error compiling tc_redirect.c with musl libcTony Ambardar1-6/+6
2024-10-04selftests/bpf: Fix compile if backtrace support missing in libcTony Ambardar1-1/+15
2024-10-04selftests/bpf: Fix redefinition errors compiling lwt_reroute.cTony Ambardar1-0/+1
2024-10-04selftests/bpf: Fix C++ compile error from missing _Bool typeTony Ambardar1-0/+4
2024-10-04selftests/bpf: Fix error compiling test_lru_map.cTony Ambardar1-1/+2
2024-10-04selftests/bpf: Fix arg parsing in veristat, test_progsTony Ambardar2-6/+6
2024-10-04selftests/bpf: Fix errors compiling cg_storage_multi.h with musl libcTony Ambardar1-2/+0
2024-10-04selftests/bpf: Fix errors compiling crypto_sanity.c with musl libcTony Ambardar1-1/+0
2024-10-04selftests/bpf: Fix errors compiling decap_sanity.c with musl libcTony Ambardar1-1/+0
2024-10-04selftests/bpf: Fix errors compiling lwt_redirect.c with musl libcTony Ambardar1-1/+0
2024-10-04selftests/bpf: Fix compiling core_reloc.c with musl-libcTony Ambardar1-0/+1
2024-10-04selftests/bpf: Fix compiling tcp_rtt.c with musl-libcTony Ambardar1-0/+1
2024-10-04selftests/bpf: Fix compiling flow_dissector.c with musl-libcTony Ambardar1-0/+1
2024-10-04selftests/bpf: Fix compiling kfree_skb.c with musl-libcTony Ambardar1-0/+1
2024-10-04selftests/bpf: Fix compiling parse_tcp_hdr_opt.c with musl-libcTony Ambardar1-0/+1
2024-10-04selftests/bpf: Fix include of <sys/fcntl.h>Tony Ambardar1-1/+1
2024-10-04selftests/bpf: Fix missing BUILD_BUG_ON() declarationTony Ambardar1-0/+1
2024-10-04selftests/bpf: Fix missing UINT_MAX definitions in benchmarksTony Ambardar1-0/+1
2024-10-04selftests/bpf: Fix missing ARRAY_SIZE() definition in bench.cTony Ambardar1-0/+1
2024-10-04selftests/bpf: Drop unneeded error.h includesTony Ambardar3-3/+0
2024-10-04selftests/bpf: Fix error compiling bpf_iter_setsockopt.c with musl libcTony Ambardar1-1/+1
2024-10-04selftests/bpf: Fix compile error from rlim_t in sk_storage_map.cTony Ambardar1-1/+1
2024-10-04selftests/bpf: Use pid_t consistently in test_progs.cTony Ambardar1-1/+1
2024-10-04selftests/bpf: Fix wrong binary in Makefile log outputTony Ambardar1-5/+6
2024-10-04selftests/bpf: Fix error linking uprobe_multi on mipsTony Ambardar1-0/+2
2024-10-04selftests/bpf: Workaround strict bpf_lsm return value check.Alexei Starovoitov1-0/+1
2024-09-04selftests/bpf: Add a selftest to check for incorrect namesJeongjun Park1-0/+34
2024-08-12selftests/bpf: Add a test to verify previous stacksafe() fixYonghong Song1-0/+54
2024-08-02Merge tag 'asm-generic-fixes-6.11-1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2024-08-02uretprobe: change syscall number, againArnd Bergmann1-1/+1
2024-07-30bpf/selftests: Fix ASSERT_OK condition check in uprobe_syscall testJiri Olsa1-1/+1
2024-07-29selftests/bpf: Filter out _GNU_SOURCE when compiling test_cppStanislav Fomichev1-1/+1
2024-07-25Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski6-33/+72
2024-07-25selftests/bpf: Add XDP_UMEM_TX_METADATA_LEN to XSK TX metadata testStanislav Fomichev1-1/+2
2024-07-18Merge tag 'probes-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds6-1/+821
2024-07-17selftests/bpf: Test sockmap redirect for AF_UNIX MSG_OOBMichal Luczaj1-3/+33
2024-07-17selftests/bpf: Parametrize AF_UNIX redir functions to accept send() flagsMichal Luczaj1-22/+26