aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2025-06-27selftests/bpf: Fix cgroup_xattr/read_cgroupfs_xattrSong Liu4-97/+49
2025-06-27Merge tag 'block-6.16-20250626' of git://git.kernel.dk/linuxLinus Torvalds1-2/+3
2025-06-26Merge branch 'vfs-6.17.bpf' of https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsAlexei Starovoitov4-0/+366
2025-06-26selftests: forwarding: lib: Split setup_wait()Petr Machata4-5/+10
2025-06-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2-0/+95
2025-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski15-99/+280
2025-06-26selftests/bpf: Test array presets in veristatMykyta Yatsenko2-24/+159
2025-06-26selftests/bpf: Support array presets in veristatMykyta Yatsenko1-50/+189
2025-06-26selftests/bpf: Separate var preset parsing in veristatMykyta Yatsenko1-53/+99
2025-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3Alexei Starovoitov53-363/+1494
2025-06-26selftests/bpf: Add tests for string kfuncsViktor Malik4-0/+212
2025-06-26selftests/bpf: Allow macros in __retvalViktor Malik3-23/+19
2025-06-26Merge tag 'net-6.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-5/+139
2025-06-25Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds7-85/+112
2025-06-25selftests/mm: fix validate_addr() helperDev Jain1-2/+5
2025-06-25netlink: specs: ethtool: replace underscores with dashes in namesJakub Kicinski1-1/+1
2025-06-25selftests: drv-net: test RSS Netlink notificationsJakub Kicinski1-0/+89
2025-06-25selftests/bpf: adapt one more case in test_lru_map to the new target_freeWillem de Bruijn1-15/+18
2025-06-25selftests/bpf: check operations on untrusted ro pointers to memEduard Zingerman2-0/+145
2025-06-25selftests/bpf: Add tests for BPF_NEG range tracking logicSong Liu1-0/+70
2025-06-25bpf: Add range tracking for BPF_NEGSong Liu2-10/+23
2025-06-25selftests/bpf: Fix usdt multispec failure with arm64/clang20 selftest buildYonghong Song1-4/+10
2025-06-25libbpf: Fix possible use-after-free for externsAdin Scannell1-0/+16
2025-06-25torture: Default --no-clocksourcewd on arm64Paul E. McKenney1-2/+2
2025-06-25torture: Default --no-rcutasksflavors on arm64Paul E. McKenney1-2/+11
2025-06-25torture: Make torture.sh KCSAN runs set CONFIG_RCU_TORTURE_TEST_CHK_RDR_STATE=yPaul E. McKenney1-1/+6
2025-06-25torture: Permit multiple space characters in kvm.sh --kconfig argumentPaul E. McKenney1-1/+1
2025-06-25torture: Suppress torture.sh "Zero time" messages for disabled testsPaul E. McKenney1-3/+3
2025-06-25rcutorture: Make BUSTED scenario check and log readersPaul E. McKenney1-0/+3
2025-06-24selftests: ublk: don't take same backing file for more than one ublk devicesMing Lei1-2/+3
2025-06-24selftests/bpf: Add testcases for BPF_ADD and BPF_SUBHarishankar Vishwanathan1-0/+161
2025-06-24KVM: selftests: Add back the missing check of MONITOR/MWAIT availabilityChenyi Qiang1-0/+1
2025-06-24iommufd/selftest: Fix build warnings due to uninitialized mfdNicolin Chen1-2/+6
2025-06-24iommufd/selftest: Add asserts testing global mfdNicolin Chen1-0/+2
2025-06-24iommufd/selftest: Add missing close(mfd) in memfd_mmap()Nicolin Chen1-2/+7
2025-06-24iommufd/selftest: Fix iommufd_dirty_tracking with large hugepage sizesNicolin Chen1-9/+21
2025-06-24selftests/pidfd: decode pidfd file handles withou having to specify an fdChristian Brauner3-1/+65
2025-06-24fcntl/pidfd: redefine PIDFD_SELF_THREAD_GROUPChristian Brauner1-1/+1
2025-06-24selftest: af_unix: Add tests for -ECONNRESET.Kuniyuki Iwashima1-4/+115
2025-06-24af_unix: Add test for consecutive consumed OOB.Kuniyuki Iwashima1-0/+23
2025-06-23selftests/bpf: Convert test_sysctl to prog_testsJerome Marchand3-33/+10
2025-06-23page_pool: import Jesper's page_pool benchmarkJesper Dangaard Brouer6-0/+964
2025-06-23selftests: drv-net: stats: use skip instead of xfail for unsupported featuresJakub Kicinski1-3/+3
2025-06-23selftests: drv-net: stats: fix pylint issuesJakub Kicinski1-15/+30
2025-06-23selftests/nolibc: avoid GCC 15 -Wunterminated-string-initializationThomas Weißschuh1-1/+1
2025-06-23selftests/nolibc: integrate with kselftestsThomas Weißschuh2-0/+27
2025-06-23selftests/nolibc: rename MakefileThomas Weißschuh2-1/+1
2025-06-23selftests/nolibc: split out CFLAGS logicThomas Weißschuh2-8/+14
2025-06-23selftests/nolibc: drop implicit defconfig executionsThomas Weißschuh1-2/+2
2025-06-23selftests: drv-net: import things in lib one by oneJakub Kicinski2-0/+31