summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2026-02-27selftests/bpf: Test refinement of single-value tnumPaul Chaignon-0/+137
2026-02-27selftests/bpf: Add tests for special fields racesKumar Kartikeya Dwivedi-0/+415
2026-02-27Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds-0/+76
2026-02-27selftests: fix mntns iteration selftestsChristian Brauner-10/+15
2026-02-27tools/sched_ext: fix strtoul() misuse in scx_hotplug_seq()David Carlier-2/+5
2026-02-26selftests: net: Add bridge VLAN range grouping testsDanielle Ratson-0/+205
2026-02-26selftests/bpf: Fix OOB read in dmabuf_collectorT.J. Mercier-1/+1
2026-02-26selftests/bpf: Fix a memory leak in xdp_flowtable testIhor Solodrai-1/+2
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-22/+164
2026-02-26selftests/vsock: change tests to respect write-once child ns modeBobby Eshleman-20/+21
2026-02-25selftests: team: Add a reference count leak testIdo Schimmel-0/+18
2026-02-25selftests/net: packetdrill: Verify acceptance of FIN packets when RWIN is 0Simon Baatz-0/+27
2026-02-25kselftest: arm64: Check access to GCS after mprotect(PROT_NONE)Catalin Marinas-0/+76
2026-02-24tools/sched_ext: Add Kconfig to sync with upstreamCheng-Yang Chou-0/+61
2026-02-24tools/sched_ext: Sync README.md Kconfig with upstream scxCheng-Yang Chou-6/+0
2026-02-24selftests/bpf: Don't override SIGSEGV handler with ASANIhor Solodrai-10/+26
2026-02-24selftests/bpf: Check BPFTOOL env var in detect_bpftool_path()Ihor Solodrai-1/+12
2026-02-24selftests/bpf: Fix out-of-bounds array access bugs reported by ASANIhor Solodrai-7/+4
2026-02-24selftests/bpf: Fix array bounds warning in jit_disasm_helpersIhor Solodrai-9/+9
2026-02-24selftests/bpf: Free bpf_object in test_sysctlIhor Solodrai-0/+3
2026-02-24selftests/bpf: Fix resource leaks caused by missing cleanupsIhor Solodrai-25/+29
2026-02-24selftests/bpf: Fix double thread join in uprobe_multi_testIhor Solodrai-1/+5
2026-02-24selftests/bpf: Fix use-after-free in xdp_metadata testIhor Solodrai-2/+2
2026-02-24veristat: Fix a memory leak for preset ENUMERATORIhor Solodrai-0/+2
2026-02-24selftests/bpf: Fix cleanup in check_fd_array_cnt__fd_array_too_big()Ihor Solodrai-2/+2
2026-02-24selftests/bpf: Fix memory leaks in testsIhor Solodrai-4/+22
2026-02-24selftests/bpf: Refactor bpf_get_ksyms() trace helperIhor Solodrai-26/+34
2026-02-24selftests/bpf: Add DENYLIST.asanIhor Solodrai-0/+3
2026-02-24resolve_btfids: Fix memory leaks reported by ASANIhor Solodrai-27/+54
2026-02-24selftests/bpf: Pass through build flags to bpftool and resolve_btfidsIhor Solodrai-6/+14
2026-02-24selftests/bpf: Use memcpy() for bounded non-NULL-terminated copiesIhor Solodrai-3/+5
2026-02-24selftests/bpf: Use strscpy in bpftool_helpers.cIhor Solodrai-5/+7
2026-02-24selftests/bpf: Replace strncpy() with strscpy()Ihor Solodrai-14/+12
2026-02-24selftests: hid: tests: test_wacom_generic: add tests for display devices and ...Alex Tran-13/+21
2026-02-23selftests/bpf: Replace strcpy() calls with strscpy()Ihor Solodrai-7/+8
2026-02-23selftests/bpf: Add simple strscpy() implementationIhor Solodrai-14/+37
2026-02-23cgroup/cpuset: Defer housekeeping_update() calls from CPU hotplug to workqueueWaiman Long-1/+10
2026-02-23kselftest/cgroup: Simplify test_cpuset_prs.sh by removing "S+" commandWaiman Long-109/+104
2026-02-23selftests/sched_ext: Remove duplicated unistd.h include in rt_stall.cCheng-Yang Chou-1/+0
2026-02-23tools/sched_ext: scx_sdt: Remove unused '-f' optionCheng-Yang Chou-1/+1
2026-02-23tools/sched_ext: scx_central: Remove unused '-p' optionCheng-Yang Chou-1/+1
2026-02-23selftests/sched_ext: Fix unused-result warning for read()Cheng-Yang Chou-1/+2
2026-02-23selftests/sched_ext: Abort test loop on signalCheng-Yang Chou-0/+3
2026-02-22Merge tag 'rust-fixes-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds-1/+2
2026-02-21Merge tag 'perf-tools-for-v7.0-1-2026-02-21' of git://git.kernel.org/pub/scm/...Linus Torvalds-4400/+15622
2026-02-21Merge tag 'sched_ext-for-7.0-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-18/+96
2026-02-20tools/sched_ext: fix getopt not re-parsed on restartDavid Carlier-0/+6
2026-02-20tools/sched_ext: scx_userland: fix data races on shared countersDavid Carlier-13/+13
2026-02-20selftests: drv-net: rss_ctx: test RSS contexts persist after ifdown/upPavan Chebbi-2/+98
2026-02-19Merge tag 'net-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-29/+175