aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-23selftests: arg_parsing: Ensure data is flushed to disk before reading.Xing Guo1-0/+3
2025-10-23selftests/bpf: make arg_parsing.c more robust to crashesAndrii Nakryiko1-3/+6
2025-10-23selftests: net: check jq command is supportedWang Liang2-0/+4
2025-10-19selftests: mptcp: join: validate C-flag + def limitMatthieu Baerts (NGI0)1-0/+11
2025-10-19rseq/selftests: Use weak symbol reference, not definition, to link with glibcSean Christopherson1-4/+4
2025-10-19selftests: netfilter: query conntrack state to check for port clash resolutionFlorian Westphal1-17/+41
2025-10-19selftests: netfilter: nft_fib.sh: fix spurious test failuresFlorian Westphal1-5/+8
2025-10-19selftest: net: ovpn: Fix uninit return valuesSidharth Seela1-0/+2
2025-10-15selftests/mm: skip soft-dirty tests when CONFIG_MEM_SOFT_DIRTY is disabledLance Yang4-20/+24
2025-10-15selftests/bpf: Fix realloc size in bpf_get_addrsJiri Olsa1-1/+1
2025-10-15selftests/bpf: move get_ksyms and get_addrs to trace_helpers.cMenglong Dong3-217/+220
2025-10-15selftests/bpf: Fix typos and grammar in test sourcesShubham Sharma28-36/+36
2025-10-15iommu/selftest: prevent use of uninitialized variableAlessandro Zanni1-5/+3
2025-10-15selftests/mm: fix va_high_addr_switch.sh failure on x86_64Chunyu Hu1-2/+2
2025-10-15selftests: always install UAPI headers to the correct directoryThomas Weißschuh1-1/+4
2025-10-15selftest/futex: Compile also with libnuma < 2.0.16Sebastian Andrzej Siewior2-12/+14
2025-10-15selftest/futex: Make the error check more precise for futex_numa_mpolAndré Almeida1-15/+21
2025-10-15selftests/futex: Fix futex_wait() for 32bit ARMDan Carpenter2-1/+12
2025-10-15selftests/kselftest_harness: Add harness-selftest.expected to TEST_FILESYi Lai1-0/+1
2025-10-15selftests: watchdog: skip ping loop if WDIOF_KEEPALIVEPING not supportedAkhilesh Patil1-0/+6
2025-10-15selftests: vDSO: vdso_test_abi: Correctly skip whole test with missing vDSOThomas Weißschuh1-5/+4
2025-10-15selftests: vDSO: Fix -Wunitialized in powerpc VDSO_CALL() wrapperThomas Weißschuh1-4/+3
2025-10-15selftests/bpf: Fix count write in testapp_xdp_metadata_copy()Ricardo B. Marlière1-13/+1
2025-10-15selftests/nolibc: fix EXPECT_NZ macroBenjamin Berg1-2/+2
2025-10-15selftests/futex: Fix some futex_numa_mpol subtestsWaiman Long1-4/+2
2025-10-15selftests/futex: Remove the -g parameter from futex_priv_hashSebastian Andrzej Siewior2-2/+0
2025-10-15tools/nolibc: fix error return value of clock_nanosleep()Thomas Weißschuh1-0/+1
2025-10-15bpf/selftests: Fix test_tcpnotify_userMatt Bobrowski2-11/+10
2025-10-15selftests/bpf: Copy test_kmods when installing selftestAmery Hung1-1/+1
2025-10-15selftests: cgroup: Make test_pids backwards compatibleMichal Koutný3-0/+16
2025-10-15kselftest/arm64/gcs: Correctly check return value when disabling GCSThomas Weißschuh1-1/+1
2025-10-15selftests: arm64: Fix -Waddress warning in tpidr2 testBala-Vignesh-Reddy1-4/+4
2025-10-15selftests: arm64: Check fread return value in exec_targetBala-Vignesh-Reddy1-1/+6
2025-09-25Merge tag 'net-6.17-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-6/+46
2025-09-23selftests: fib_nexthops: Add test cases for FDB status changeIdo Schimmel1-0/+40
2025-09-23selftests: fib_nexthops: Fix creation of non-FDB nexthopsIdo Schimmel1-6/+6
2025-09-22Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/git/jgg/iommufdLinus Torvalds1-1/+1
2025-09-19iommufd/selftest: Update the fail_nth limitJason Gunthorpe1-1/+1
2025-09-18selftests: tls: test skb copy under mem pressure and OOBJakub Kicinski1-0/+16
2025-09-17selftest: packetdrill: Add tcp_fastopen_server_reset-after-disconnect.pkt.Kuniyuki Iwashima1-0/+26
2025-09-17selftests: bonding: add vlan over bond testingHangbin Liu2-0/+59
2025-09-15selftests: mptcp: sockopt: fix error messagesGeliang Tang1-6/+10
2025-09-15selftests: mptcp: userspace pm: validate deny-join-id0 flagMatthieu Baerts (NGI0)2-3/+18
2025-09-15selftests: mptcp: connect: print pcap prefixMatthieu Baerts (NGI0)1-1/+5
2025-09-15selftests: mptcp: print trailing bytes with odMatthieu Baerts (NGI0)1-1/+1
2025-09-15selftests: mptcp: avoid spurious errors on TCP disconnectMatthieu Baerts (NGI0)1-2/+2
2025-09-15selftests: mptcp: connect: catch IO errors on listen sideMatthieu Baerts (NGI0)1-3/+4
2025-09-15selftests: bonding: add fail_over_mac testingHangbin Liu3-2/+142
2025-09-14selftests: openvswitch: add a simple test for tunnel metadataIlya Maximets1-7/+81
2025-09-11Merge tag 'net-6.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds10-8/+96