summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2024-10-1924-48/+711
|\
| * selftests/bpf: Add test case for delta propagationDaniel Borkmann2024-10-172-0/+36
| * bpf: Properly test iter/task tid filteringJordan Rome2024-10-171-5/+22
| * selftests/bpf: Add asserts for netfilter link infoTyrone Wu2024-10-161-2/+40
| * selftests/bpf: Add test for sign extension in coerce_subreg_to_size_sx()Dimitar Kanaliev2024-10-151-0/+20
| * selftests/bpf: Add test for truncation after sign extension in coerce_reg_to_...Dimitar Kanaliev2024-10-151-0/+20
| * selftests/bpf: Assert link info uprobe_multi count & path_size if unsetTyrone Wu2024-10-111-0/+9
| * selftests/bpf: Fix cross-compiling urandom_readTony Ambardar2024-10-111-1/+1
| * selftests/bpf: Add test for kfunc module orderSimon Sundberg2024-10-107-1/+220
| * selftests/bpf: Provide a generic [un]load_module helperSimon Sundberg2024-10-102-12/+24
| * selftests/bpf: Fix error compiling cgroup_ancestor.c with musl libcTony Ambardar2024-10-101-1/+1
| * selftests/bpf: fix perf_event link info name_len assertionTyrone Wu2024-10-101-3/+6
| * selftests/bpf: Add more test case for field flatteningHou Tao2024-10-104-2/+117
| * bpf: selftests: send packet to devmap redirect XDPFlorian Kauer2024-10-022-9/+118
| * bpf: Sync uapi bpf.h header to tools directoryDaniel Borkmann2024-10-011-12/+10
| * selftests/bpf: Verify that sync_linked_regs preserves subreg_defEduard Zingerman2024-10-011-0/+67
* | Merge tag 'linux_kselftest-fixes-6.12-rc4' of git://git.kernel.org/pub/scm/li...Linus Torvalds2024-10-191-0/+1
|\ \
| * | selftest: hid: add the missing tests directoryYun Lu2024-10-161-0/+1
* | | Merge tag 'mm-hotfixes-stable-2024-10-17-16-08' of git://git.kernel.org/pub/s...Linus Torvalds2024-10-185-11/+130
|\ \ \
| * | | maple_tree: add regression test for spanning store bugLorenzo Stoakes2024-10-171-0/+84
| * | | selftests: mm: fix the incorrect usage() info of khugepagedNanyong Sun2024-10-171-1/+1
| * | | maple_tree: check for MA_STATE_BULK on setting wr_rebalanceSidhartha Kumar2024-10-171-0/+26
| * | | selftests/mm: fix deadlock for fork after pthread_create on ARMEdward Liaw2024-10-171-0/+7
| * | | selftests/mm: replace atomic_bool with pthread_barrier_tEdward Liaw2024-10-173-10/+12
* | | | Merge tag 'net-6.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-10-173-31/+90
|\ \ \ \
| * | | | selftests: mptcp: join: test for prohibited MPC to port-based endpPaolo Abeni2024-10-151-30/+85
| * | | | selftests: drivers: net: fix name not definedAlessandro Zanni2024-10-121-0/+1
| * | | | selftests: net/rds: add module not foundAlessandro Zanni2024-10-121-1/+4
* | | | | Merge tag 'sched_ext-for-6.12-rc3-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2024-10-162-43/+37
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | selftests: sched_ext: Add sched_ext as proper selftest targetBjörn Töpel2024-10-092-43/+37
* | | | | Merge tag 'linux_kselftest-fixes-6.12-rc3' of git://git.kernel.org/pub/scm/li...Linus Torvalds2024-10-1212-109/+183
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | ftrace/selftest: Test combination of function_graph tracer and function profilerSteven Rostedt2024-10-111-0/+31
| * | | selftests/rseq: Fix mm_cid test failureMathieu Desnoyers2024-10-112-43/+77
| * | | selftests: vDSO: Explicitly include sched.hYu Liao2024-10-081-0/+1
| * | | selftests: vDSO: improve getrandom and chacha error messagesJason A. Donenfeld2024-10-082-53/+49
| * | | selftests: vDSO: unconditionally build getrandom testJason A. Donenfeld2024-10-082-3/+1
| * | | selftests: vDSO: unconditionally build chacha testJason A. Donenfeld2024-10-088-12/+26
* | | | Merge tag 'net-6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-10-109-2/+165
|\ \ \ \
| * | | | selftests: netfilter: conntrack_vrf.sh: add fib test caseFlorian Westphal2024-10-091-0/+33
| * | | | selftests: make kselftest-clean remove libynl outputsGreg Thelen2024-10-081-0/+4
| * | | | selftests: net: rds: add gitignore file for include.shJavier Carrasco2024-10-081-0/+1
| * | | | selftests: net: rds: add include.sh to EXTRA_CLEANJavier Carrasco2024-10-081-1/+1
| * | | | selftests: net: add msg_oob to gitignoreJavier Carrasco2024-10-081-0/+1
| * | | | selftests: net: no_forwarding: fix VID for $swp2 in one_bridge_two_pvids() testKacper Ludwinski2024-10-041-1/+1
| * | | | selftests: add regression test for br_netfilter panicAndy Roulin2024-10-043-0/+124
* | | | | Merge tag 'mm-hotfixes-stable-2024-10-09-15-46' of git://git.kernel.org/pub/s...Linus Torvalds2024-10-101-1/+1
|\ \ \ \ \
| * | | | | selftests/mm: fix incorrect buffer->mirror size in hmm2 double_map testDonet Tom2024-10-091-1/+1
* | | | | | Merge tag 'sched_ext-for-6.12-rc2-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2024-10-082-5/+5
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | sched_ext, scx_qmap: Add and use SCX_ENQ_CPU_SELECTEDTejun Heo2024-10-071-2/+2
| * | | | | sched_ext: Add __weak markers to BPF helper function decalarationsVishal Chourasia2024-10-021-3/+3