index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
Age
Commit message (
Expand
)
Author
Lines
2026-04-07
selftests/bpf: Add tests for kprobe attachment with duplicate symbols
Andrey Grodzovsky
-0
/
+109
2026-04-07
selftests/bpf: add test for nullable PTR_TO_BUF access
Qi Tang
-0
/
+48
2026-04-07
selftests/bpf: Allow prog name matching for tests with __description
Kumar Kartikeya Dwivedi
-20
/
+76
2026-04-07
selftests/landlock: Simplify ruleset creation and enforcement in fs_test
Günther Noack
-611
/
+210
2026-04-07
selftests/landlock: Check that coredump sockets stay unrestricted
Günther Noack
-0
/
+143
2026-04-07
selftests/landlock: Audit test for LANDLOCK_ACCESS_FS_RESOLVE_UNIX
Günther Noack
-0
/
+40
2026-04-07
selftests/landlock: Test LANDLOCK_ACCESS_FS_RESOLVE_UNIX
Günther Noack
-16
/
+374
2026-04-07
selftests/landlock: Replace access_fs_16 with ACCESS_ALL in fs_test
Günther Noack
-37
/
+17
2026-04-07
landlock: Control pathname UNIX domain socket resolution by path
Günther Noack
-3
/
+4
2026-04-07
selftests/landlock: Fix format warning for __u64 in net_test
Mickaël Salaün
-1
/
+1
2026-04-07
selftests/landlock: Skip stale records in audit_match_record()
Mickaël Salaün
-39
/
+77
2026-04-07
selftests/landlock: Drain stale audit records on init
Mickaël Salaün
-4
/
+19
2026-04-07
selftests/landlock: Fix socket file descriptor leaks in audit helpers
Mickaël Salaün
-7
/
+19
2026-04-07
selftests/landlock: Fix snprintf truncation checks in audit helpers
Mickaël Salaün
-2
/
+2
2026-04-07
landlock: Allow TSYNC with LOG_SUBDOMAINS_OFF and fd=-1
Mickaël Salaün
-0
/
+310
2026-04-07
landlock: Fix LOG_SUBDOMAINS_OFF inheritance across fork()
Mickaël Salaün
-0
/
+88
2026-04-07
KVM: s390: selftests: enable some common memory-related tests
Claudio Imbrenda
-6
/
+3
2026-04-07
KVM: selftests: Remove 1M alignment requirement for s390
Claudio Imbrenda
-34
/
+2
2026-04-07
selftests/ublk: add read-only buffer registration test
Ming Lei
-4
/
+85
2026-04-07
selftests/ublk: add filesystem fio verify test for shmem_zc
Ming Lei
-4
/
+81
2026-04-07
selftests/ublk: add hugetlbfs shmem_zc test for loop target
Ming Lei
-0
/
+69
2026-04-07
selftests/ublk: add shared memory zero-copy test
Ming Lei
-0
/
+74
2026-04-07
selftests/ublk: add UBLK_F_SHMEM_ZC support for loop target
Ming Lei
-0
/
+38
2026-04-07
selftests/ublk: add shared memory zero-copy support in kublk
Ming Lei
-2
/
+352
2026-04-07
selftests: net: add tests for PPP
Qingfang Deng
-0
/
+180
2026-04-07
xfrm: Drop support for HMAC-RIPEMD-160
Eric Biggers
-6
/
+2
2026-04-07
selftests/nolibc: don't skip tests for unimplemented syscalls anymore
Thomas Weißschuh
-11
/
+3
2026-04-07
selftests/nolibc: explicitly handle ENOSYS from ptrace()
Thomas Weißschuh
-1
/
+1
2026-04-07
tools/nolibc: add byteorder conversions
Thomas Weißschuh
-0
/
+13
2026-04-07
tools/nolibc: add the _syscall() macro
Thomas Weißschuh
-0
/
+4
2026-04-06
selftests: mptcp: join: recreate signal endp with same ID
Matthieu Baerts (NGI0)
-2
/
+2
2026-04-06
vsock/test: fix send_buf()/recv_buf() EINTR handling
Stefano Garzarella
-2
/
+6
2026-04-06
selftests: bpf: adjust rx_dropped xskxceiver's test to respect tailroom
Maciej Fijalkowski
-2
/
+4
2026-04-06
selftests: bpf: have a separate variable for drop test
Maciej Fijalkowski
-1
/
+3
2026-04-06
selftests: bpf: fix pkt grow tests
Maciej Fijalkowski
-3
/
+21
2026-04-06
selftests: bpf: introduce a common routine for reading procfs
Maciej Fijalkowski
-24
/
+66
2026-04-06
selftests/bpf: Add more tests for loading insn arrays with offsets
Anton Protopopov
-39
/
+115
2026-04-06
selftests: net: py: color the basics in the output
Jakub Kicinski
-0
/
+20
2026-04-06
selftests/bpf: Add tests for syscall ctx accesses beyond U16_MAX
Kumar Kartikeya Dwivedi
-0
/
+108
2026-04-06
selftests/bpf: Add tests for unaligned syscall ctx accesses
Kumar Kartikeya Dwivedi
-0
/
+133
2026-04-06
selftests/bpf: Test modified syscall ctx for ARG_PTR_TO_CTX
Kumar Kartikeya Dwivedi
-0
/
+94
2026-04-06
selftests/bpf: Add syscall ctx variable offset tests
Kumar Kartikeya Dwivedi
-6
/
+267
2026-04-06
selftests/bpf: Convert ctx tests from ASM to C
Kumar Kartikeya Dwivedi
-45
/
+35
2026-04-06
bpf: Support variable offsets for syscall PTR_TO_CTX
Kumar Kartikeya Dwivedi
-2
/
+0
2026-04-06
kunit: tool: Terminate kernel under test on SIGINT
David Gow
-9
/
+19
2026-04-06
kunit: tool: skip stty when stdin is not a tty
Shuvam Pandey
-2
/
+50
2026-04-06
kunit: tool: Recommend --raw_output=all if no KTAP found
David Gow
-1
/
+2
2026-04-06
kunit: Add --list_suites to show suites
Ryota Sakamoto
-5
/
+27
2026-04-06
selftests/nolibc: only use libgcc when really necessary
Thomas Weißschuh
-13
/
+4
2026-04-06
selftests/nolibc: test the memory allocator
Thomas Weißschuh
-0
/
+55
[prev]
[next]