index
:
pub/scm/fs/fscrypt/linux.git
master
fscrypt kernel development tree
FSCrypt FS Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2026-02-24
selftests/bpf: Don't override SIGSEGV handler with ASAN
Ihor Solodrai
1
-10
/
+26
2026-02-24
selftests/bpf: Check BPFTOOL env var in detect_bpftool_path()
Ihor Solodrai
1
-1
/
+12
2026-02-24
selftests/bpf: Fix out-of-bounds array access bugs reported by ASAN
Ihor Solodrai
3
-7
/
+4
2026-02-24
selftests/bpf: Fix array bounds warning in jit_disasm_helpers
Ihor Solodrai
1
-9
/
+9
2026-02-24
selftests/bpf: Free bpf_object in test_sysctl
Ihor Solodrai
1
-0
/
+3
2026-02-24
selftests/bpf: Fix resource leaks caused by missing cleanups
Ihor Solodrai
7
-25
/
+29
2026-02-24
selftests/bpf: Fix double thread join in uprobe_multi_test
Ihor Solodrai
1
-1
/
+5
2026-02-24
selftests/bpf: Fix use-after-free in xdp_metadata test
Ihor Solodrai
1
-2
/
+2
2026-02-24
veristat: Fix a memory leak for preset ENUMERATOR
Ihor Solodrai
1
-0
/
+2
2026-02-24
selftests/bpf: Fix cleanup in check_fd_array_cnt__fd_array_too_big()
Ihor Solodrai
1
-2
/
+2
2026-02-24
selftests/bpf: Fix memory leaks in tests
Ihor Solodrai
3
-4
/
+22
2026-02-24
selftests/bpf: Refactor bpf_get_ksyms() trace helper
Ihor Solodrai
4
-26
/
+34
2026-02-24
selftests/bpf: Add DENYLIST.asan
Ihor Solodrai
1
-0
/
+3
2026-02-24
resolve_btfids: Fix memory leaks reported by ASAN
Ihor Solodrai
1
-27
/
+54
2026-02-24
selftests/bpf: Pass through build flags to bpftool and resolve_btfids
Ihor Solodrai
2
-6
/
+14
2026-02-24
selftests/bpf: Use memcpy() for bounded non-NULL-terminated copies
Ihor Solodrai
2
-3
/
+5
2026-02-24
selftests/bpf: Use strscpy in bpftool_helpers.c
Ihor Solodrai
1
-5
/
+7
2026-02-24
selftests/bpf: Replace strncpy() with strscpy()
Ihor Solodrai
9
-14
/
+12
2026-02-24
selftests: tc-testing: preserve list order when removing duplicates
Naveen Anandhan
1
-2
/
+2
2026-02-24
selftests: pci_endpoint: Skip doorbell test when unsupported
Koichiro Den
1
-0
/
+2
2026-02-24
selftests: hid: tests: test_wacom_generic: add tests for display devices and ...
Alex Tran
1
-13
/
+21
2026-02-23
selftests/bpf: Replace strcpy() calls with strscpy()
Ihor Solodrai
6
-7
/
+8
2026-02-23
selftests/bpf: Add simple strscpy() implementation
Ihor Solodrai
3
-14
/
+37
2026-02-23
selftests/bpf: Update task local data license
Amery Hung
2
-2
/
+2
2026-02-23
selftests/bpf: Enable test for instruction array on arm64
Abhishek Dubey
1
-1
/
+1
2026-02-23
selftests/bpf: Add test case for rbtree nodes that contain both bpf_refcount ...
Kaitao Cheng
1
-0
/
+123
2026-02-23
selftests/bpf: Add supplementary tests for bpf_kptr_xchg
Kaitao Cheng
3
-0
/
+177
2026-02-23
selftests/net: add test for IP-in-IPv6 tunneling
Linus Heckemann
2
-0
/
+45
2026-02-23
cgroup/cpuset: Defer housekeeping_update() calls from CPU hotplug to workqueue
Waiman Long
1
-1
/
+10
2026-02-23
kselftest/cgroup: Simplify test_cpuset_prs.sh by removing "S+" command
Waiman Long
1
-109
/
+104
2026-02-23
selftests/sched_ext: Add test to validate ops.dequeue() semantics
Andrea Righi
3
-0
/
+664
2026-02-23
sched_ext: Fix ops.dequeue() semantics
Andrea Righi
3
-0
/
+4
2026-02-23
selftests/sched_ext: Remove duplicated unistd.h include in rt_stall.c
Cheng-Yang Chou
1
-1
/
+0
2026-02-23
tools/sched_ext: scx_sdt: Remove unused '-f' option
Cheng-Yang Chou
1
-1
/
+1
2026-02-23
tools/sched_ext: scx_central: Remove unused '-p' option
Cheng-Yang Chou
1
-1
/
+1
2026-02-23
selftests/sched_ext: Fix unused-result warning for read()
Cheng-Yang Chou
1
-1
/
+2
2026-02-23
selftests/sched_ext: Abort test loop on signal
Cheng-Yang Chou
1
-0
/
+3
2026-02-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 7.0-rc1
Alexei Starovoitov
333
-4400
/
+15701
2026-02-22
Merge tag 'rust-fixes-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/o...
Linus Torvalds
1
-1
/
+2
2026-02-21
Merge tag 'perf-tools-for-v7.0-1-2026-02-21' of git://git.kernel.org/pub/scm/...
Linus Torvalds
324
-4381
/
+15603
2026-02-21
Merge tag 'sched_ext-for-7.0-fixes' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
8
-18
/
+96
2026-02-20
tools/sched_ext: fix getopt not re-parsed on restart
David Carlier
6
-0
/
+6
2026-02-20
tools/sched_ext: scx_userland: fix data races on shared counters
David Carlier
1
-13
/
+13
2026-02-20
selftests: drv-net: rss_ctx: test RSS contexts persist after ifdown/up
Pavan Chebbi
1
-2
/
+98
2026-02-19
selftests/bpf: align build_id test mapping to 64K page size
Gregory Bell
1
-2
/
+2
2026-02-19
selftests/bpf: fix flaky build_id test
Gregory Bell
1
-3
/
+16
2026-02-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf before 7.0-rc1
Alexei Starovoitov
79
-2804
/
+4545
2026-02-19
Merge tag 'net-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
13
-29
/
+175
2026-02-19
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
17
-58
/
+140
2026-02-18
Merge tag 'mm-nonmm-stable-2026-02-18-19-56' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2
-14
/
+111
[prev]
[next]