aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests
AgeCommit message (Expand)AuthorFilesLines
2026-08-13selftests/bpf: Add tests to verify global percpu dataLeon Hwang3-1/+230
2026-08-13selftests/cgroup: Preserve CPU hotplug write errorsRui Qi1-2/+3
2026-08-13selftests/bpf: Fix chained_global_func_calls_success() for cpu v4Yonghong Song1-0/+5
2026-08-13Merge tag 'net-7.2-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-10/+105
2026-08-13selftests: netconsole: add a userdata torture testBreno Leitao2-0/+230
2026-08-13selftests: net: verify RTA_DEL_REASON on route deletionYuyang Huang3-5/+193
2026-08-13selftests/namespaces: Fix racy pipe handshake in timens and pidns_separateRicardo B. Marlière (SUSE)1-4/+0
2026-08-13selftests/epoll: add a regression test for pipe->poll_usageOleg Nesterov1-0/+23
2026-08-12selftests/bpf: Test resolve_btfids arena argument suffixesKumar Kartikeya Dwivedi2-16/+45
2026-08-12selftests/bpf: Test subprogram instruction statisticsKumar Kartikeya Dwivedi2-0/+225
2026-08-12selftests/bpf: Test stack depth stats without BTF subprog namesKumar Kartikeya Dwivedi2-2/+12
2026-08-12selftests/bpf: Adjust veristat stack depth parsingKumar Kartikeya Dwivedi1-4/+19
2026-08-12bpf: Show more useful info in stack depth statsKumar Kartikeya Dwivedi5-16/+44
2026-08-12selftests: drv-net: so_txtime: fix qdisc replace with handleWillem de Bruijn1-0/+5
2026-08-12selftests/bpf: vmtest.sh: Preserve command quoting when running in the VMVineet Gupta2-4/+13
2026-08-12selftests/bpf: Report failed subtest count in test_progs summaryVineet Gupta2-9/+14
2026-08-12selftests/bpf: Add --no-error-summary to skip end-of-run error log dumpVineet Gupta2-13/+31
2026-08-12selftests/bpf: map_kptr: Expect BPF_ST reject msg on cpuv4 toolchainsVineet Gupta1-0/+9
2026-08-12selftests: harness: Mark test fixture objects __maybe_unusedDavid Matlack1-1/+1
2026-08-12selftests/bpf: Add arena fault tests for atomics with fetchDaniel Borkmann2-0/+105
2026-08-12sched_ext: Merge branch 'for-7.2-fixes' into for-7.3Tejun Heo1-1/+12
2026-08-11cgroup/cpuset: Add test for partition root invalidation returning wrong CPUsShaojie Sun1-0/+6
2026-08-11selftests: drv-net: hide the devlink port_split testJakub Kicinski1-1/+4
2026-08-11selftests: net: adopt harness for flow label mgrMarcelo Mendes Spessoto Junior1-240/+348
2026-08-11selftests: net: test IPV6_FL_F_REFLECTMarcelo Mendes Spessoto Junior1-0/+66
2026-08-11selftests: net: create own netns in ipv6_flowlabel_mgrMarcelo Mendes Spessoto Junior2-1/+29
2026-08-11selftests: net: test IPV6_FL_F_REMOTEMarcelo Mendes Spessoto Junior1-0/+88
2026-08-11selftests: net: test IPV6_FL_A_RENEWMarcelo Mendes Spessoto Junior1-1/+57
2026-08-11selftests/bpf: Test RCU iterator state pruningNing Ding1-0/+46
2026-08-11selftests: timers: nsleep-lat: Check all calls to clock_nanosleep() and clock_gettime()Thomas Weißschuh (Schneider Electric)1-7/+16
2026-08-11selftests: timers: nsleep-lat: Reuse kselftest error numbersThomas Weißschuh (Schneider Electric)1-13/+6
2026-08-11selftests: timers: nsleep-lat: Explicitly list the tested clocksThomas Weißschuh (Schneider Electric)1-14/+12
2026-08-11selftests: timers: nsleep-lat: Use NSEC_PER_MSEC define for unreasonable latencyThomas Weißschuh (Schneider Electric)1-1/+1
2026-08-11selftests: timers: nanosleep: Report each test separatelyThomas Weißschuh (Schneider Electric)1-13/+8
2026-08-11selftests: timers: nanosleep: Explicitly handle timer_delete() failureThomas Weißschuh (Schneider Electric)1-4/+7
2026-08-11selftests: timers: nanosleep: Move all single clock tests out of the loop in main()Thomas Weißschuh (Schneider Electric)1-23/+28
2026-08-11selftests: timers: nanosleep: Reuse kselftest error numbersThomas Weißschuh (Schneider Electric)1-19/+17
2026-08-11selftests: timers: nanosleep: Explicitly list the tested clocksThomas Weißschuh (Schneider Electric)1-14/+12
2026-08-11selftests: timers: nanosleep: Drop output alignmentThomas Weißschuh (Schneider Electric)1-5/+5
2026-08-11selftests: timers: Use clock_name() and constants from clock-helpers.hThomas Weißschuh (Schneider Electric)12-205/+47
2026-08-11selftests: Add clock-helpers.hThomas Weißschuh (Schneider Electric)1-0/+76
2026-08-11Merge tag 'probes-fixes-v7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-2/+25
2026-08-11selftests: tls: cover splice after a failed decryptChuck Lever1-10/+65
2026-08-11selftests: net: reuseport_bpf_numa: consider cpuless numa nodeFeng Tang1-0/+24
2026-08-10selftests/livepatch: update test-ftrace.sh for deprecated ftrace_enabledAndrey Grodzovsky2-17/+42
2026-08-10selftests: bonding: disable DAD for IPv6 addressesJakub Kicinski1-6/+4
2026-08-10selftests: drv-net: so_txtime: only send test traffic to sch_etfWillem de Bruijn2-3/+15
2026-08-10selftests: drv-net: let ethtool stats settle before readingJakub Kicinski3-0/+19
2026-08-10selftests: drv-net: pace ethtool_std_stats packet generationJakub Kicinski1-2/+2
2026-08-10selftests: netdevsim: fix SIGPIPE flake in ethtool-coalesceJakub Kicinski1-4/+6