aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2025-12-03Merge tag 'livepatching-for-6.19' of git://git.kernel.org/pub/scm/linux/kerne...HEADmasterLinus Torvalds1-1/+5
2025-12-03Merge tag 'sched_ext-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-0/+476
2025-12-03Merge tag 'cgroup-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-24/+32
2025-12-03Merge tag 'rcu.release.v6.19' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-17/+158
2025-12-03Merge tag 'nolibc-20251130-for-6.19-1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-1/+15
2025-12-02Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds4-8/+70
2025-12-02Merge tag 's390-6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds4-53/+1
2025-12-02Merge tag 'x86_cpu_for_6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-9/+12
2025-12-02Merge tag 'timers-core-2025-11-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-10/+77
2025-12-01Merge tag 'vfs-6.19-rc1.coredump' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9-1663/+2851
2025-12-01Merge tag 'namespace-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds14-58/+8274
2025-11-30Merge branch 'rcu/misc' into nextFrederic Weisbecker3-16/+157
2025-11-28Merge branch 'for-next/sysreg' into for-next/coreCatalin Marinas1-3/+7
2025-11-28Merge branches 'for-next/misc', 'for-next/kselftest', 'for-next/efi-preempt',...Catalin Marinas3-5/+63
2025-11-27KVM: arm64: selftests: Consider all 7 possible levels of cacheBen Horgan1-1/+1
2025-11-27KVM: arm64: selftests: Remove ARM64_FEATURE_FIELD_BITS and its last userBen Horgan1-2/+6
2025-11-26Merge tag 'mm-hotfixes-stable-2025-11-26-11-51' of git://git.kernel.org/pub/s...Linus Torvalds1-8/+7
2025-11-24selftests/mm: fix division-by-zero in uffd-unit-testsCarlos Llamas1-8/+7
2025-11-22selftests/nolibc: error out on linker warningsThomas Weißschuh1-1/+1
2025-11-22selftests/nolibc: use lld to link loongarch binariesThomas Weißschuh1-0/+1
2025-11-20Merge tag 'net-6.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds6-12/+188
2025-11-19selftests: mptcp: add a check for 'add_addr_accepted'Gang Yan1-0/+7
2025-11-19selftests: mptcp: join: userspace: longer timeoutMatthieu Baerts (NGI0)1-5/+5
2025-11-19selftests: mptcp: join: endpoints: longer timeoutMatthieu Baerts (NGI0)1-4/+4
2025-11-19selftests: mptcp: join: fastclose: remove flaky marksMatthieu Baerts (NGI0)1-2/+0
2025-11-18selftest: af_unix: Add test for SO_PEEK_OFF.Kuniyuki Iwashima3-0/+164
2025-11-18selftests/x86: Update the negative vsyscall tests to expect a #GPSohil Mehta1-9/+12
2025-11-17selftests: net: lib: Do not overwrite error messagesIdo Schimmel2-1/+8
2025-11-17kselftest/arm64: Cover disabling streaming mode without SVE in fp-ptraceMark Brown1-4/+1
2025-11-17kselftst/arm64: Test NT_ARM_SVE FPSIMD format writes on non-SVE systemsMark Brown1-0/+61
2025-11-17tools: Remove s390 compat supportHeiko Carstens4-53/+1
2025-11-16Merge tag 'mm-hotfixes-stable-2025-11-16-10-40' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+1
2025-11-15selftests/user_events: fix type cast for write_index packed member in perf_testAnkit Khushwaha1-1/+1
2025-11-14Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds13-12/+613
2025-11-14selftests/timers/nanosleep: Add tests for return of remaining timeThomas Weißschuh1-0/+55
2025-11-14selftests/timers: Clean up kernel version check in posix_timersWake Liu1-10/+22
2025-11-14selftests/cgroup: conform test to KTAP format outputGuopeng Zhang8-24/+32
2025-11-14selftests/bpf: Test widen_imprecise_scalars() with different stack depthEduard Zingerman1-0/+53
2025-11-13Merge tag 'vfio-v6.18-rc6' of https://github.com/awilliam/linux-vfioLinus Torvalds4-9/+288
2025-11-13selftests/bpf: Add mptcp test with sockmapJiayuan Chen2-0/+183
2025-11-13Merge tag 'linux_kselftest-fixes-6.18-rc6' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-0/+4
2025-11-13Merge tag 'net-6.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds12-66/+687
2025-11-12vfio: selftests: replace iova=vaddr with allocated iovasAlex Mastro2-5/+12
2025-11-12vfio: selftests: add iova allocatorAlex Mastro2-1/+84
2025-11-12vfio: selftests: fix map limit tests to use last available iovaAlex Mastro1-2/+13
2025-11-12vfio: selftests: add iova range query helpersAlex Mastro2-1/+179
2025-11-11selftests: mptcp: join: properly kill background tasksMatthieu Baerts (NGI0)2-9/+30
2025-11-11selftests: mptcp: connect: trunc: read all recv dataMatthieu Baerts (NGI0)1-5/+13
2025-11-11selftests: mptcp: join: userspace: longer transferMatthieu Baerts (NGI0)1-5/+5
2025-11-11selftests: mptcp: join: endpoints: longer transferMatthieu Baerts (NGI0)1-4/+4
2025-11-11selftests: mptcp: join: rm: set backup flagMatthieu Baerts (NGI0)1-27/+27
2025-11-11selftests: mptcp: connect: fix fallback note due to OoOMatthieu Baerts (NGI0)1-1/+1
2025-11-11selftests/namespaces: fix nsid testsChristian Brauner1-56/+51
2025-11-11Merge branch 'kbuild-6.19.fms.extension'Christian Brauner5-61/+85
2025-11-10selftest: netcons: add test for netconsole over bonded interfacesBreno Leitao4-7/+414
2025-11-10selftest: netcons: create a torture testBreno Leitao2-0/+131
2025-11-10selftest: netcons: refactor target creationBreno Leitao1-11/+19
2025-11-10selftests/tracing: Run sample events to clear page cache eventsSteven Rostedt1-0/+4
2025-11-10selftests/tc-testing: Create tests trying to add children to clsact/ingress q...Victor Nogueira1-0/+44
2025-11-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-1/+11
2025-11-10selftests/namespaces: test for efaultChristian Brauner3-0/+533
2025-11-10selftests/namespaces: add active reference count regression testChristian Brauner3-1/+117
2025-11-09Merge tag 'kvmarm-fixes-6.18-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2-1/+11
2025-11-08tools/nolibc: add support for fchdir()Thomas Weißschuh1-0/+2
2025-11-07selftests: net: local_termination: Wait for interfaces to come upAlexander Sverdlin1-0/+2
2025-11-07Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-2/+4
2025-11-07kselftest/arm64: Align zt-test register dumpsMark Rutland1-1/+1
2025-11-07torture: Permit negative kvm.sh --kconfig numberic argumentsPaul E. McKenney1-1/+1
2025-11-06Merge tag 'net-6.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-6/+18
2025-11-06selftests/vsock: avoid false-positives when checking dmesgBobby Eshleman1-4/+4
2025-11-05selftests/bpf: Add stacktrace ips test for raw_tpJiri Olsa2-0/+54
2025-11-05selftests/bpf: Add stacktrace ips test for kprobe_multi/kretprobe_multiJiri Olsa3-0/+171
2025-11-06rcutorture: Make TREE04 use CONFIG_RCU_DYNTICKS_TORTUREValentin Schneider1-0/+1
2025-11-06rcutorture: Permit kvm-again.sh to re-use the build directoryPaul E. McKenney1-16/+40
2025-11-06torture: Add kvm-series.sh to test commit/scenario combinationPaul E. McKenney1-0/+116
2025-11-05iommufd: Make vfio_compat's unmap succeed if the range is already emptyJason Gunthorpe1-0/+2
2025-11-04bpf: add _impl suffix for bpf_stream_vprintk() kfuncMykyta Yatsenko1-3/+3
2025-11-04bpf:add _impl suffix for bpf_task_work_schedule* kfuncsMykyta Yatsenko3-9/+9
2025-11-04selftests/coredump: add second PIDFD_INFO_COREDUMP_SIGNAL testChristian Brauner1-0/+146
2025-11-04selftests/coredump: add first PIDFD_INFO_COREDUMP_SIGNAL testChristian Brauner1-0/+146
2025-11-04selftests/coredump: ignore ENOSPC errorsChristian Brauner3-2/+9
2025-11-04selftests/coredump: add debug logging to coredump socket protocol testsChristian Brauner1-118/+367
2025-11-04selftests/coredump: add debug logging to coredump socket testsChristian Brauner1-22/+71
2025-11-04selftests/coredump: add debug logging to test helpersChristian Brauner1-11/+44
2025-11-04selftests/coredump: handle edge-triggered epoll correctlyChristian Brauner1-0/+8
2025-11-04selftests/coredump: fix userspace coredump client detectionChristian Brauner1-4/+8
2025-11-04selftests/coredump: fix userspace client detectionChristian Brauner1-1/+3
2025-11-04selftests/coredump: split out coredump socket testsChristian Brauner5-1661/+1722
2025-11-04selftests/coredump: split out common helpersChristian Brauner2-0/+399
2025-11-04selftests/pidfd: add second supported_mask testChristian Brauner1-0/+32
2025-11-04selftests/pidfd: add first supported_mask testChristian Brauner1-0/+41
2025-11-04selftests/pidfd: update pidfd headerChristian Brauner1-2/+13
2025-11-03selftests/bpf: Add tests for livepatch + bpf trampolineSong Liu3-0/+140
2025-11-03sched_ext: Merge branch 'for-6.19' of git://git.kernel.org/pub/scm/linux/kern...Tejun Heo28-180/+674
2025-11-03selftests/namespace: test listns() paginationChristian Brauner3-1/+142
2025-11-03selftests/namespace: add stress testChristian Brauner3-1/+630
2025-11-03selftests/namespace: commit_creds() active reference testsChristian Brauner3-1/+818
2025-11-03selftests/namespace: third threaded active reference count testChristian Brauner1-0/+319
2025-11-03selftests/namespace: second threaded active reference count testChristian Brauner1-0/+99
2025-11-03selftests/namespace: first threaded active reference count testChristian Brauner1-0/+138
2025-11-03selftests/namespaces: twelth inactive namespace resurrection testChristian Brauner1-0/+564
2025-11-03selftests/namespaces: eleventh inactive namespace resurrection testChristian Brauner1-0/+283
2025-11-03selftests/namespaces: tenth inactive namespace resurrection testChristian Brauner1-0/+195
2025-11-03selftests/namespaces: ninth inactive namespace resurrection testChristian Brauner1-0/+203
2025-11-03selftests/namespaces: eigth inactive namespace resurrection testChristian Brauner1-0/+34
2025-11-03selftests/namespaces: seventh inactive namespace resurrection testChristian Brauner1-0/+141
2025-11-03selftests/namespaces: sixth inactive namespace resurrection testChristian Brauner1-0/+68
2025-11-03selftests/namespaces: fifth inactive namespace resurrection testChristian Brauner1-0/+26
2025-11-03selftests/namespaces: fourth inactive namespace resurrection testChristian Brauner1-0/+51
2025-11-03selftests/namespaces: third inactive namespace resurrection testChristian Brauner1-2/+63
2025-11-03selftests/namespaces: second inactive namespace resurrection testChristian Brauner1-0/+126
2025-11-03selftests/namespaces: first inactive namespace resurrection testChristian Brauner3-1/+81
2025-11-03selftests/namespaces: seventh listns() permission testChristian Brauner1-0/+108
2025-11-03selftests/namespaces: sixth listns() permission testChristian Brauner1-0/+87
2025-11-03selftests/namespaces: fifth listns() permission testChristian Brauner1-0/+119
2025-11-03selftests/namespaces: fourth listns() permission testChristian Brauner1-0/+76
2025-11-03selftests/namespaces: third listns() permission testChristian Brauner1-0/+138
2025-11-03selftests/namespaces: second listns() permission testChristian Brauner1-0/+100
2025-11-03selftests/namespaces: first listns() permission testChristian Brauner3-1/+134
2025-11-03selftests/namespaces: ninth listns() testChristian Brauner1-0/+49
2025-11-03selftests/namespaces: eigth listns() testChristian Brauner1-0/+150
2025-11-03selftests/namespaces: seventh listns() testChristian Brauner1-0/+31
2025-11-03selftests/namespaces: sixth listns() testChristian Brauner1-0/+122
2025-11-03selftests/namespaces: fifth listns() testChristian Brauner1-0/+123
2025-11-03selftests/namespaces: fourth listns() testChristian Brauner1-0/+33
2025-11-03selftests/namespaces: third listns() testChristian Brauner1-0/+53
2025-11-03selftests/namespaces: second listns() testChristian Brauner1-0/+61
2025-11-03selftests/namespaces: first listns() testChristian Brauner3-1/+60
2025-11-03selftests/namespaces: add listns() wrapperChristian Brauner1-0/+35
2025-11-03selftests/namespaces: fifteenth active reference count testsChristian Brauner1-0/+164
2025-11-03selftests/namespaces: fourteenth active reference count testsChristian Brauner1-0/+132
2025-11-03selftests/namespaces: thirteenth active reference count testsChristian Brauner1-0/+194
2025-11-03selftests/namespaces: twelth active reference count testsChristian Brauner1-0/+176
2025-11-03selftests/namespaces: eleventh active reference count testsChristian Brauner1-0/+171
2025-11-03selftests/namespaces: tenth active reference count testsChristian Brauner1-0/+170
2025-11-03selftests/namespaces: ninth active reference count testsChristian Brauner1-0/+164
2025-11-03selftests/namespaces: eigth active reference count testsChristian Brauner1-0/+117
2025-11-03selftests/namespaces: seventh active reference count testsChristian Brauner1-0/+222
2025-11-03selftests/namespaces: sixth active reference count testsChristian Brauner1-0/+155
2025-11-03selftests/namespaces: fifth active reference count testsChristian Brauner1-0/+82
2025-11-03selftests/namespaces: fourth active reference count testsChristian Brauner1-0/+90
2025-11-03selftests/namespaces: third active reference count testsChristian Brauner1-0/+124
2025-11-03selftests/namespaces: second active reference count testsChristian Brauner1-0/+81
2025-11-03selftests/namespaces: first active reference count testsChristian Brauner3-1/+79
2025-11-03selftests/filesystems: remove CLONE_NEWPIDNS from setup_userns() helperChristian Brauner1-1/+1
2025-11-02tools/nolibc: add missing memchr() to string.hWilly Tarreau1-0/+2
2025-10-31selftests: netdevsim: Fix ethtool-coalesce.sh fail by installing ethtool-comm...Wang Liang1-0/+4
2025-10-31selftests/net: use destination options instead of hop-by-hopAnubhav Singh1-2/+2
2025-10-31selftests/net: fix out-of-order delivery of FIN in gro:tcp testAnubhav Singh1-0/+8
2025-10-31Merge tag 'vfio-v6.18-rc4' of https://github.com/awilliam/linux-vfioLinus Torvalds3-28/+198
2025-10-30Merge tag 'linux_kselftest-fixes-6.18-rc4' of git://git.kernel.org/pub/scm/li...Linus Torvalds2-2/+3
2025-10-30KVM: arm64: selftests: Filter ZCR_EL2 in get-reg-listMark Brown1-0/+1
2025-10-30KVM: arm64: selftests: Add SCTLR2_EL2 to get-reg-listMark Brown1-0/+2
2025-10-30KVM: selftests: fix MAPC RDbase target formatting in vgic_lpi_stressMaximilian Dittgen1-1/+8
2025-10-29selftests: net: use BASH for bareudp testingPo-Hsu Lin1-1/+1
2025-10-29tools/nolibc: add uio.h with readv and writevBenjamin Berg1-0/+9
2025-10-28vfio: selftests: add end of address space DMA map/unmap testsAlex Mastro1-0/+90
2025-10-28vfio: selftests: update DMA map/unmap helpers to support more test kindsAlex Mastro3-28/+108
2025-10-23Merge tag 'net-6.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-52/+56
2025-10-22selftests: cachestat: Fix warning on declaration under labelSidharth Seela1-2/+2
2025-10-22selftests/cachestat: add tmpshmcstat file to .gitignoreMadhur Kumar1-0/+1
2025-10-21selftests: mptcp: join: mark laminar tests as skipped if not supportedMatthieu Baerts (NGI0)1-5/+5
2025-10-21selftests: mptcp: join: mark 'delete re-add signal' as skipped if not supportedMatthieu Baerts (NGI0)1-1/+1
2025-10-21selftests: mptcp: join: mark implicit tests as skipped if not supportedMatthieu Baerts (NGI0)1-2/+2
2025-10-21selftests: mptcp: join: mark 'flush re-add' as skipped if not supportedMatthieu Baerts (NGI0)1-1/+1
2025-10-20selftests: net: fix server bind failure in sctp_vrf.shXin Long2-43/+47
2025-10-20iommufd/selftest: Fix ioctl return value in _test_cmd_trigger_vevents()Nicolin Chen1-2/+2
2025-10-20Merge tag 'cgroup-for-6.18-rc2-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-9/+29
2025-10-18Merge tag 'hid-for-linus-2025101701' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+55
2025-10-18Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2-10/+16
2025-10-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds19-154/+477
2025-10-18Merge tag 'kvm-x86-fixes-6.18-rc2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini9-145/+288
2025-10-17selftests/bpf: Fix redefinition of 'off' as different kind of symbolBrahmajit Das1-7/+7
2025-10-16Merge tag 'net-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds6-16/+126
2025-10-16selftests: arg_parsing: Ensure data is flushed to disk before reading.Xing Guo1-0/+3
2025-10-15selftests: tls: add test for short splice due to full skmsgSabrina Dubroca1-0/+31
2025-10-15selftests: net: tls: add tests for cmsg vs MSG_MORESabrina Dubroca1-0/+34
2025-10-15sched_ext: Add a selftest for scx_bpf_dsq_peekRyan Newton3-0/+476
2025-10-15selftests/hid: add tests for missing release on the Dell SynapticsBenjamin Tissoires1-0/+55
2025-10-15selftests: cgroup: Use values_close_report in test_cpuSebastian Chlad1-9/+9
2025-10-15selftests: cgroup: add values_close_report helperSebastian Chlad1-0/+20
2025-10-15selftests: livepatch: use canonical ftrace pathlivepatching-for-6.19for-6.19/trivialFushuai Wang1-1/+5
2025-10-14selftests/bpf: make arg_parsing.c more robust to crashesAndrii Nakryiko1-3/+6
2025-10-14selftests: net: check jq command is supportedWang Liang2-0/+4
2025-10-13KVM: arm64: selftests: Fix misleading comment about virtual timer encodingMarc Zyngier1-3/+14
2025-10-13KVM: arm64: selftests: Add an E2H=0-specific configuration to get_reg_listMarc Zyngier1-0/+79
2025-10-13KVM: arm64: selftests: Make dependencies on VHE-specific registers explicitMarc Zyngier1-0/+3
2025-10-13KVM: arm64: selftests: Actually enable IRQs in vgic_lpi_stressOliver Upton1-0/+1
2025-10-13KVM: arm64: selftests: Allocate vcpus with correct sizeZenghui Yu1-1/+1
2025-10-13KVM: arm64: selftests: Sync ID_AA64PFR1, MPIDR, CLIDR in guestZenghui Yu1-0/+3
2025-10-13KVM: selftests: Fix irqfd_test for non-x86 architecturesOliver Upton6-3/+33
2025-10-13KVM: arm64: selftests: Track width of timer counter as "int", not "uint64_t"Sean Christopherson1-1/+1
2025-10-13KVM: arm64: selftests: Test effective value of HCR_EL2.AMOOliver Upton2-1/+54
2025-10-12selftests: drv-net: update remaining Python init filesJakub Kicinski3-16/+57
2025-10-11Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds3-1/+62
2025-10-10KVM: selftests: Verify that reads to inaccessible guest_memfd VMAs SIGBUSSean Christopherson1-0/+1
2025-10-10KVM: selftests: Verify that faulting in private guest_memfd memory failsSean Christopherson1-5/+21
2025-10-10KVM: selftests: Add wrapper macro to handle and assert on expected SIGBUSSean Christopherson3-17/+27
2025-10-10KVM: selftests: Isolate the guest_memfd Copy-on-Write negative testcaseSean Christopherson1-3/+9
2025-10-10KVM: selftests: Add wrappers for mmap() and munmap() to assert successSean Christopherson6-64/+64