index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-28
selftests: forwarding: add shebang for sch_red.sh
Hangbin Liu
1
-0
/
+1
2022-09-05
testing: selftests: nft_flowtable.sh: use random netns names
Florian Westphal
1
-118
/
+128
2022-08-25
selftests/kprobe: Do not test for GRP/ without event failures
Steven Rostedt (Google)
1
-1
/
+0
2022-08-25
selftests: forwarding: Fix failing tests with old libnet
Ido Schimmel
3
-24
/
+48
2022-08-17
selftests: kvm: set rax before vmcall
Andrei Vagin
1
-1
/
+1
2022-08-17
memremap: remove support for external pgmap refcounts
Christoph Hellwig
1
-31
/
+12
2022-08-17
selftests/bpf: fix a test for snprintf() overflow
Dan Carpenter
1
-1
/
+1
2022-08-17
selftests: timers: clocksource-switch: fix passing errors from child
Wolfram Sang
1
-3
/
+3
2022-08-17
selftests: timers: valid-adjtimex: build fix for newer toolchains
Wolfram Sang
1
-1
/
+1
2022-08-17
selftests/seccomp: Fix compile warning when CC=clang
YiFei Zhu
1
-1
/
+1
2022-08-11
selftests: KVM: Handle compiler optimizations in ucall
Raghavendra Rao Ananta
1
-5
/
+4
2022-08-11
KVM: selftests: Make hyperv_clock selftest more stable
Vitaly Kuznetsov
1
-3
/
+7
2022-08-11
selftests/bpf: Check dst_port only on the client socket
Jakub Sitnicki
1
-0
/
+4
2022-08-11
selftests/bpf: Extend verifier and bpf_sock tests for dst_port loads
Jakub Sitnicki
3
-20
/
+160
2022-07-29
KVM: selftests: Fix target thread to be migrated in rseq_test
Gavin Shan
1
-3
/
+5
2022-07-29
Revert "selftest/vm: verify mmap addr in mremap_test"
Oleksandr Tymoshenko
1
-29
/
+0
2022-07-29
Revert "selftest/vm: verify remap destination address in mremap_test"
Oleksandr Tymoshenko
1
-24
/
+0
2022-07-12
selftests/net: fix section name when using xdp_dummy.o
Hangbin Liu
4
-6
/
+6
2022-07-12
selftests: forwarding: fix error message in learning_test
Vladimir Oltean
1
-1
/
+1
2022-07-12
selftests: forwarding: fix learning_test when h1 supports IFF_UNICAST_FLT
Vladimir Oltean
1
-0
/
+2
2022-07-12
selftests: forwarding: fix flood_unicast_test when h2 supports IFF_UNICAST_FLT
Vladimir Oltean
1
-0
/
+2
2022-07-12
Revert "selftests/bpf: Add test for bpf_timer overwriting crash"
Po-Hsu Lin
2
-86
/
+0
2022-07-07
selftests/rseq: Change type of rseq_offset to ptrdiff_t
Mathieu Desnoyers
3
-10
/
+12
2022-07-07
selftests/rseq: x86-32: use %gs segment selector for accessing rseq thread area
Mathieu Desnoyers
1
-32
/
+34
2022-07-07
selftests/rseq: x86-64: use %fs segment selector for accessing rseq thread area
Mathieu Desnoyers
1
-28
/
+30
2022-07-07
selftests/rseq: Fix: work-around asm goto compiler bugs
Mathieu Desnoyers
7
-6
/
+245
2022-07-07
selftests/rseq: Remove arm/mips asm goto compiler work-around
Mathieu Desnoyers
2
-74
/
+0
2022-07-07
selftests/rseq: Fix warnings about #if checks of undefined tokens
Mathieu Desnoyers
2
-2
/
+2
2022-07-07
selftests/rseq: Fix ppc32 offsets by using long rather than off_t
Mathieu Desnoyers
9
-11
/
+11
2022-07-07
selftests/rseq: Fix ppc32 missing instruction selection "u" and "x" for load/...
Mathieu Desnoyers
1
-27
/
+28
2022-07-07
selftests/rseq: Fix ppc32: wrong rseq_cs 32-bit field pointer on big endian
Mathieu Desnoyers
5
-38
/
+38
2022-07-07
selftests/rseq: Uplift rseq selftests for compatibility with glibc-2.35
Mathieu Desnoyers
3
-88
/
+88
2022-07-07
selftests/rseq: Introduce thread pointer getters
Mathieu Desnoyers
4
-0
/
+114
2022-07-07
selftests/rseq: Introduce rseq_get_abi() helper
Mathieu Desnoyers
7
-94
/
+99
2022-07-07
selftests/rseq: Remove volatile from __rseq_abi
Mathieu Desnoyers
2
-4
/
+4
2022-07-07
selftests/rseq: Remove useless assignment to cpu variable
Mathieu Desnoyers
1
-3
/
+1
2022-07-07
selftests/rseq: introduce own copy of rseq uapi header
Mathieu Desnoyers
3
-14
/
+161
2022-07-07
selftests/rseq: remove ARRAY_SIZE define from individual tests
Shuah Khan
2
-4
/
+2
2022-07-07
selftests/bpf: Add test_verifier support to fixup kfunc call insns
Kumar Kartikeya Dwivedi
1
-0
/
+28
2022-07-07
selftests: mptcp: more stable diag tests
Paolo Abeni
1
-8
/
+40
2022-07-07
selftests/net: pass ipv6_args to udpgso_bench's IPv6 TCP test
Dimitris Michailidis
1
-1
/
+1
2022-06-29
selftests: netfilter: correct PKTGEN_SCRIPT_PATHS in nft_concat_range.sh
Jie2x Zhou
1
-1
/
+1
2022-06-25
selftests/bpf: Add selftest for calling global functions from freplace
Toke Høiland-Jørgensen
2
-0
/
+32
2022-06-14
net/sched: act_police: more accurate MTU policing
Davide Caratti
1
-0
/
+52
2022-06-14
netfilter: nat: really support inet nat without l3 address
Florian Westphal
1
-0
/
+43
2022-06-14
selftests/bpf: fix stacktrace_build_id with missing kprobe/urandom_read
Song Liu
1
-1
/
+1
2022-06-14
selftests/bpf: fix selftest after random: Urandom_read tracepoint removal
Andrii Nakryiko
1
-10
/
+2
2022-06-09
kseltest/cgroup: Make test_stress.sh work if run interactively
Waiman Long
1
-1
/
+1
2022-06-09
landlock: Fix same-layer rule unions
Mickaël Salaün
1
-0
/
+107
2022-06-09
landlock: Reduce the maximum number of layers to 16
Mickaël Salaün
1
-1
/
+1
[next]