aboutsummaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
13 daysMerge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds37-23/+2164
14 daysselftests/bpf: Test pointer bpf_loop iteration count rejectionKumar Kartikeya Dwivedi1-0/+17
2026-09-04selftests/bpf: precision of a NULL global subprogram BTF_ID argumentEduard Zingerman1-0/+24
2026-09-04selftests/bpf: precision of a NULL kfunc argumentEduard Zingerman1-0/+34
2026-09-04selftests/bpf: precision of a NULL global subprogram memory argumentEduard Zingerman1-0/+32
2026-09-04selftests/bpf: precision of a NULL helper argumentEduard Zingerman2-0/+63
2026-09-04bpf: mark a NULL call argument preciseEduard Zingerman1-6/+6
2026-09-04Merge tag 'drm-fixes-2026-09-05' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-1/+112
2026-09-04selftests/bpf: Test inner map identities in callbacksKumar Kartikeya Dwivedi2-4/+109
2026-09-04selftests/bpf: Test imprecise scalar kptr storesKumar Kartikeya Dwivedi1-0/+37
2026-09-04selftests/bpf: Test rhtab kptr cancellation semanticsNuoqi Gui2-0/+118
2026-09-04selftests/bpf: Test timer field on recycled rhtab elementKumar Kartikeya Dwivedi2-0/+239
2026-09-04selftests/bpf: Fix flaky bpf_nf test when random NAT port is 0Jiayuan Chen1-4/+4
2026-09-04Merge tag 'hid-for-linus-2026090401' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-8/+72
2026-09-04Merge tag 'sound-7.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-2/+2
2026-09-04selftests/bpf: Reject refcount acquisition after RCU unlockNing Ding1-0/+27
2026-09-04selftests/bpf: Reject graph kptr use after RCU unlockKumar Kartikeya Dwivedi2-3/+78
2026-09-04selftests/bpf: Test borrowed refcount acquisition nullabilityNing Ding2-0/+109
2026-09-04selftests/bpf: Reject non-percpu values in percpu kptr fieldsKumar Kartikeya Dwivedi1-0/+59
2026-09-04selftests/bpf: No non-NULL inference from an imprecise zero registerEduard Zingerman1-0/+34
2026-09-04selftests/bpf: Check that JMP32 pointer vs zero jumps are not predictedEduard Zingerman1-0/+27
2026-09-04selftests/bpf: Check the linked regs cap for the compared registerEduard Zingerman1-6/+7
2026-09-04selftests/bpf: No non-NULL inference from unbounded offset pointersEduard Zingerman1-0/+80
2026-09-03selftests/bpf: Add tests to assert that netfilter progs cannot write to skbFlorian Westphal1-0/+78
2026-09-03selftests/bpf: Reject legacy packet loads from callbacksKumar Kartikeya Dwivedi1-0/+96
2026-09-03selftests/bpf: Check faultable stack helper contextsKumar Kartikeya Dwivedi1-0/+52
2026-09-03selftests/bpf: Test btf lookup helper sleepabilityKumar Kartikeya Dwivedi1-0/+34
2026-09-03selftests/bpf: Check rbtree callback restrictions in subprogsKumar Kartikeya Dwivedi1-0/+55
2026-09-03selftests/bpf: bpf_fastcall patterns entered by a jumpEduard Zingerman1-0/+110
2026-09-03selftests/bpf: check zero extension of an arena 32-bit cmpxchgEduard Zingerman1-0/+26
2026-09-03Merge tag 'mm-hotfixes-stable-2026-09-03-17-45' of git://git.kernel.org/pub/s...Linus Torvalds1-29/+1
2026-09-03mm/secretmem: properly account locked pagesLorenzo Stoakes (ARM)1-29/+1
2026-09-03Merge tag 'net-7.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds4-0/+551
2026-09-03selftests/bpf: Check syscall helpers in timer callbacksKumar Kartikeya Dwivedi1-0/+64
2026-09-03selftests/bpf: Test sched_process_wait nullable argumentKumar Kartikeya Dwivedi1-0/+17
2026-09-03selftests/bpf: Reject resilient unlock in rbtree callbackKumar Kartikeya Dwivedi1-0/+29
2026-09-03selftests/bpf: Test direct tail calls from callbacksKumar Kartikeya Dwivedi1-0/+16
2026-09-03selftests/bpf: Cover signal tracepoint siginfo sentinelsKumar Kartikeya Dwivedi1-0/+36
2026-09-03selftests/bpf: Add test for showing a void BTF typeJiayuan Chen2-0/+103
2026-09-03selftests/bpf: Add test for key-less BTF hash mapJiayuan Chen1-0/+59
2026-09-03selftests/alsa: Fix the step check for INTEGER controlsHyeongJun An1-2/+2
2026-09-02selftests/bpf: BPF_PSEUDO_FUNC reference to the main programEduard Zingerman1-0/+45
2026-09-02selftests/bpf: test case for unsafe pruning of bpf_loop checkpointsEduard Zingerman1-0/+39
2026-09-02selftests/bpf: Precision tracking across BPF_ABS subprog exitEduard Zingerman1-0/+51
2026-09-01selftests/hid: prepare test_rdesc_fixup_get_data_overflow for the new verifierBenjamin Tissoires1-8/+17
2026-09-01selftests/hid: Add a test to ensure we can write fields in hid_deviceBenjamin Tissoires3-0/+55
2026-09-01Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard628-4910/+39804
2026-08-31selftests: net: Add exception cache testsIdo Schimmel2-0/+522
2026-08-31selftests: tc-testing: add u32 node ID pool exhaustion testJamal Hadi Salim1-0/+23
2026-08-31Merge tag 'cgroup-for-7.3-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds10-16/+123