summaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)Author
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: Filter out _GNU_SOURCE when compiling test_cppStanislav Fomichev
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-29Merge tag 'for-linus-2024072901' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-07-29selftests/timers/posix-timers: Validate overrun after unblockThomas Gleixner
2024-07-29selftests/timers/posix-timers: Validate timer_gettime()Thomas Gleixner
2024-07-29selftests/timers/posix-timers: Validate SIGEV_NONEThomas Gleixner
2024-07-29selftests/timers/posix_timers: Validate signal rulesThomas Gleixner
2024-07-29selftests/timers/posix_timers: Add SIG_IGN testThomas Gleixner
2024-07-29selftests/timers/posix_timers: Simplify error handlingThomas Gleixner
2024-07-29selftests/bpf: Add testcases for tailcall hierarchy fixingLeon Hwang
2024-07-29selftests/bpf: Update comments find_equal_scalars->sync_linked_regsEduard Zingerman
2024-07-29selftests/bpf: Tests for per-insn sync_linked_regs() precision trackingEduard Zingerman
2024-07-29bpf: Remove mark_precise_scalar_ids()Eduard Zingerman
2024-07-29bpf: Track equal scalars history on per-instruction levelEduard Zingerman
2024-07-29selftests/bpf: Use auto-dependencies for test objectsIhor Solodrai
2024-07-29selftests/bpf: Add connect_to_addr_str helperGeliang Tang
2024-07-29selftests/bpf: Drop must_fail from network_helper_optsGeliang Tang
2024-07-29selftests/bpf: Drop type of connect_to_fd_optsGeliang Tang
2024-07-29selftests: mptcp: always close input's FD if openedLiu Jing
2024-07-29selftests: mptcp: fix error pathPaolo Abeni
2024-07-29selftests: mptcp: add explicit test case for remove/readdPaolo Abeni
2024-07-29selftests: drv-net: rss_ctx: check for all-zero keysJakub Kicinski
2024-07-29kselftests: dmabuf-heaps: Ensure the driver name is null-terminatedZenghui Yu
2024-07-29KVM: riscv: selftests: Fix compile errorYong-Xuan Wang
2024-07-29rcutorture: Add CFcommon.arch for arch-specific Kconfig optionsZhouyi Zhou
2024-07-28minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds