aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2026-08-17selftests: mptcp: pcap: drop most of the payloadMatthieu Baerts (NGI0)3-3/+3
2026-08-17selftests: mptcp: simult_flow: test name in pcap fileMatthieu Baerts (NGI0)1-2/+7
2026-08-17selftests: mptcp: connect: test name in pcap fileMatthieu Baerts (NGI0)1-3/+3
2026-08-17selftests: mptcp: check per-event MPTCP_RST_EMPTCP countersShardul Bankar1-0/+93
2026-08-17sched_ext: Merge branch 'for-7.3-arena-args' into for-7.3Tejun Heo241-865/+10710
2026-08-17Merge tag 'vfs-7.3-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds3-1/+137
2026-08-17Merge tag 'vfs-7.3-rc1.ovl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds4-8/+512
2026-08-17Merge tag 'vfs-7.3-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds8-5/+95
2026-08-17Merge tag 'vfs-7.3-rc1.kfunc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds3-0/+124
2026-08-17selftests: net: separate ipv6_flowlabel_mgr testMarcelo Mendes Spessoto Junior2-4/+1
2026-08-17selftests/bpf: Add tests for a store on a fault prone qdisc pointerDaniel Borkmann2-0/+67
2026-08-17selftests/bpf: Add tests for fault prone loads out of RCU pointersDaniel Borkmann2-0/+78
2026-08-17selftests/bpf: Add tests for pointer type merge at a shared loadDaniel Borkmann1-0/+234
2026-08-17selftests/bpf: Remove duplicate copies of the arena spinlock qnodesChangwoo Min3-6/+15
2026-08-17Merge tag 'vfs-7.3-rc1.failfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds4-0/+593
2026-08-17Merge tag 'vfs-7.3-rc1.binfmt' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds20-0/+2869
2026-08-17selftests/bpf: Retry stat generation in cgroup_iter_memcgAndrii Nakryiko1-0/+43
2026-08-17selftests/bpf: Enable kptr_xchg_inline test on LoongArchChenguang Zhao1-1/+2
2026-08-17selftests/bpf: Test pseudo-function policy diagnosticsKumar Kartikeya Dwivedi1-0/+18
2026-08-17selftests/bpf: Test kfunc argument diagnosticsKumar Kartikeya Dwivedi2-0/+11
2026-08-17selftests/bpf: Exercise negative optlen in cgroup getsockopt hookJunseo Lim1-0/+22
2026-08-17selftests/bpf: tc_tunnel - validate decap GSO and encapsulation stateNick Hudson2-8/+84
2026-08-17selftests/bpf: Enable timed may_goto tests for LoongArchTiezhu Yang3-0/+7
2026-08-17selftests/bpf: Fix comment style in network_helpers.cAlexis Lothoré (eBPF Foundation)1-8/+16
2026-08-17selftests/landlock: Add landlock_enforce_domain trace testsMickaël Salaün2-0/+521
2026-08-17selftests/landlock: Add scope and ptrace tracepoint testsMickaël Salaün4-7/+1080
2026-08-17selftests/landlock: Add network tracepoint testsMickaël Salaün1-1/+589
2026-08-17selftests/landlock: Add filesystem tracepoint testsMickaël Salaün2-0/+979
2026-08-17selftests/landlock: Add trace event test infrastructure and testsMickaël Salaün6-35/+1794
2026-08-16selftests/bpf: Cover mixed arena and stack atomicsYiyang Chen1-1/+31
2026-08-15selftests/mm: thuge-gen: fix test_shmget() for PAGE_SIZE checkMike Rapoport (Microsoft)1-5/+10
2026-08-15selftests: ublk: add SET_PARAMS validation testYao Sang2-0/+116
2026-08-15selftests: ublk: add helper for SET_PARAMSYao Sang2-1/+178
2026-08-15selftests/bpf: Add ksock test for async callback guardMahe Tardy2-0/+107
2026-08-15selftests/bpf: Test forbidden bpf_ksock_send() LSM attachMahe Tardy2-0/+41
2026-08-15selftests/bpf: Add ksock kfunc testMahe Tardy3-0/+274
2026-08-15bpf: Report Call Type Safety argument errorsKumar Kartikeya Dwivedi1-0/+1
2026-08-15bpf: Report Register Type Safety errorsKumar Kartikeya Dwivedi1-0/+1
2026-08-15selftests/landlock: Test LANDLOCK_RESTRICT_SELF_NO_NEW_PRIVSJustin Suess2-14/+168
2026-08-15landlock: Add LANDLOCK_RESTRICT_SELF_NO_NEW_PRIVSJustin Suess1-2/+10
2026-08-15landlock: Check landlock_restrict_self(2)'s flags before privilegesJustin Suess1-1/+5
2026-08-15selftests/landlock: Test whiteout object behaviour in OverlayFS renamesGünther Noack1-2/+54
2026-08-15selftests/landlock: Add audit test for whiteout object creationGünther Noack1-0/+19
2026-08-15selftests/landlock: Add tests for whiteout object creationGünther Noack1-0/+176
2026-08-15selftests/landlock: Use an actual chardev for MAKE_CHAR audit testGünther Noack1-1/+1
2026-08-14selftests/bpf: Check per-CPU address resolution per registerVineet Gupta2-0/+74
2026-08-14selftests/sched_ext: Fix flaky ddsp failure tests on busy systemsMichal Blaszczyk2-18/+15
2026-08-14selftests/sched_ext: Make numa idle validation race-freeCheng-Yang Chou1-7/+21
2026-08-14selftests/bpf: Fix selftest build after filter.h updateIhor Solodrai1-1/+1
2026-08-14selftests/bpf: Improve readability in iter test for percpu dataLeon Hwang2-6/+6