summaryrefslogtreecommitdiff
path: root/tools/testing/selftests
AgeCommit message (Expand)AuthorFilesLines
2026-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski13-8/+583
2026-03-26Merge tag 'landlock-7.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+90
2026-03-26KVM: arm64: kselftest: set_id_regs: Add test for FEAT_LSUIYeoreum Yun1-0/+1
2026-03-26Merge tag 'net-7.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds5-4/+171
2026-03-26RISC-V: KVM: selftests: Add RISC-V SBI STA shmem alignment testsJiakai Xu2-0/+33
2026-03-26KVM: selftests: Refactor UAPI tests into dedicated functionJiakai Xu1-16/+51
2026-03-25selftests: netfilter: nft_concat_range.sh: add check for flush+reload bugFlorian Westphal1-1/+69
2026-03-25selftests/bpf: Make reg_bounds test more robustAlexei Starovoitov1-1/+17
2026-03-25tcp: add cwnd_event_tx_start to tcp_congestion_opsEric Dumazet3-26/+31
2026-03-25selftests: drv-net: add missing tc config options for netkit testsBobby Eshleman1-0/+2
2026-03-25Merge commit 'f35dbac6942171dc4ce9398d1d216a59224590a9' into trace/ring-buffe...Steven Rostedt14-42/+331
2026-03-25selftests/bpf: Test variable length stack writeAlexei Starovoitov1-0/+41
2026-03-25selftests/futex: Bump up libnuma version checkDavidlohr Bueso2-2/+2
2026-03-25selftests/futex: Conditionally include libnuma supportNylon Chen2-1/+6
2026-03-25selftests/bpf: verify_pkcs7_sig: Use 'struct module_signature' from the UAPI ...Thomas Weißschuh1-25/+3
2026-03-25sign-file: use 'struct module_signature' from the UAPI headersThomas Weißschuh1-0/+1
2026-03-24selftests/bpf: move trampoline_count to dedicated bpf_testmod targetSun Jian3-20/+27
2026-03-24selftests/bpf: Fix sockmap_multi_channels reliabilityJiayuan Chen1-2/+15
2026-03-24selftests/bpf: Improve tc_tunnel test reliabilityJiayuan Chen1-1/+1
2026-03-24selftests/bpf: Add trampolines single and multi-level pointer params test cov...Slava Imameev2-0/+70
2026-03-24selftests/sched_ext: Skip rt_stall on older kernels and list skipped testsCheng-Yang Chou2-1/+12
2026-03-24selftests/cgroup: Don't require synchronous populated update on task exitTejun Heo4-4/+23
2026-03-24selftests/bpf: Test 32-bit scalar spill pruning in stacksafe()Alexei Starovoitov1-0/+37
2026-03-24Merge tag 'kvm-s390-master-7.0-1' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2-0/+76
2026-03-24selftests/bpf: Add test for struct_ops __ref argument in any positionVarun R Mallya4-0/+54
2026-03-24selftests/bpf: Fix compiler warnings in task_local_data.hAmery Hung1-2/+3
2026-03-24selftests: team: add non-Ethernet header_ops reproducerJiayuan Chen3-0/+44
2026-03-24selftests: net: io_uring_zerocopy: enable io_uring for the testAleksei Oladko1-0/+9
2026-03-24selftests: net: run reuseport in an isolated netnsAleksei Oladko4-0/+42
2026-03-24selftests: rds: Add -c config option to rds/config.shAllison Henderson2-16/+26
2026-03-24selftests: rds: add tools/testing/selftests/net/rds/configAllison Henderson1-0/+5
2026-03-24selftests: bonding: add test for stacked bond header_parse recursionJiayuan Chen3-0/+74
2026-03-24selftests: forwarding: local_termination: fix PTP UDP cksumsDaniel Golle1-6/+6
2026-03-24selftests: rss_drv: Add RSS indirection table resize testsBjörn Töpel1-4/+229
2026-03-24selftest: net: Add GC test for temporary routes with exceptions.Kuniyuki Iwashima1-3/+58
2026-03-23selftests/bpf: Improve connect_force_port test reliabilityVarun R Mallya3-12/+34
2026-03-23selftests: check pidfd_info->coredump_code correctnessEmanuele Rocca5-2/+66
2026-03-23kselftest/coredump: reintroduce null pointer dereferenceEmanuele Rocca1-1/+1
2026-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc5Alexei Starovoitov21-47/+680
2026-03-23selftests/sched_ext: Add tests for SCX_ENQ_IMMED and scx_bpf_dsq_reenq()zhidao su7-0/+601
2026-03-23Merge tag 'v7.0-rc5' into driver-core-nextDanilo Krummrich7-4/+348
2026-03-22Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds6-4/+336
2026-03-22selftests/nolibc: enable -WundefThomas Weißschuh1-1/+2
2026-03-22tools/nolibc: add support for program_invocation_{,short_}nameThomas Weißschuh1-0/+34
2026-03-21selftests/bpf: Add a test cases for sync_linked_regs regarding zext propagationDaniel Borkmann1-0/+108
2026-03-21selftests/bpf: Test bpf_program__clone() attach_btf_id overrideMykyta Yatsenko2-0/+91
2026-03-21selftests/bpf: Use bpf_program__clone() in veristatMykyta Yatsenko1-60/+42
2026-03-21selftests/bpf: Add tests for maybe_fork_scalars() OR vs AND handlingDaniel Wade1-0/+94
2026-03-21selftests/bpf: Add tests for sdiv32/smod32 with INT_MIN dividendJenny Guanni Qu1-0/+58
2026-03-21selftests/bpf: Add alignment flag for test_verifier 190 testcaseTiezhu Yang1-0/+1