summaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2026-04-07selftests/nolibc: explicitly handle ENOSYS from ptrace()Thomas Weißschuh1-1/+1
2026-04-07tools/nolibc: add byteorder conversionsThomas Weißschuh1-0/+13
2026-04-07tools/nolibc: add the _syscall() macroThomas Weißschuh1-0/+4
2026-04-06selftests/nolibc: only use libgcc when really necessaryThomas Weißschuh1-13/+4
2026-04-06selftests/nolibc: test the memory allocatorThomas Weißschuh1-0/+55
2026-04-06tools/nolibc: add support for asprintf()Thomas Weißschuh1-0/+24
2026-04-04tools/nolibc: handle all major and minor numbers in makedev() and friendsThomas Weißschuh1-0/+3
2026-04-04selftests/nolibc: add a test for stat().st_rdevThomas Weißschuh1-0/+1
2026-04-04selftests/nolibc: add some tests for makedev() and friendsThomas Weißschuh1-0/+3
2026-04-01tools/nolibc/printf: Support negative variable width and precisionDavid Laight1-2/+3
2026-03-22selftests/nolibc: enable -WundefThomas Weißschuh1-1/+2
2026-03-22tools/nolibc: add support for program_invocation_{,short_}nameThomas Weißschuh1-0/+34
2026-03-20selftests/nolibc: validate NOLIBC_IGNORE_ERRNO compilationThomas Weißschuh2-1/+7
2026-03-20selftests/nolibc: add a variable for nolibc-test source filesThomas Weißschuh3-6/+8
2026-03-20selftests/nolibc: Use printf variable field widths and precisionsDavid Laight1-21/+5
2026-03-20tools/nolibc/printf: Add support for octal outputDavid Laight1-3/+6
2026-03-20tools/nolibc/printf: Add support for zero padding and field precisionDavid Laight1-2/+17
2026-03-20tools/nolibc/printf: Add support for left aligning fieldsDavid Laight1-1/+3
2026-03-20tools/nolibc/printf: Special case 0 and add support for %#xDavid Laight1-0/+3
2026-03-20tools/nolibc/printf: Add support for length modifiers tzqL and formats iXDavid Laight1-3/+11
2026-03-20tools/nolibc: Implement strerror() in terms of strerror_r()David Laight1-18/+2
2026-03-20selftests/nolibc: Rename w to written in expect_vfprintf()David Laight1-4/+4
2026-03-20selftests/nolibc: Let EXPECT_VFPRINTF() tests be skippedDavid Laight1-17/+17
2026-03-20selftests/nolibc: Check that snprintf() doesn't write beyond the buffer endDavid Laight1-0/+13
2026-03-20selftests/nolibc: Use length of 'expected' string to check snprintf() outputDavid Laight1-26/+41
2026-03-20selftests/nolibc: check vsnprintf() output buffer before the lengthDavid Laight1-7/+9
2026-03-20selftests/nolibc: Return correct value when printf test failsDavid Laight1-1/+1
2026-03-20selftests/nolibc: Fix build with host headers and libcDavid Laight1-1/+15
2026-03-20selftests/nolibc: fix test_file_stream() on musl libcThomas Weißschuh1-1/+9
2026-02-21Merge tag 'sched_ext-for-7.0-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+49
2026-02-19Merge tag 'net-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds13-29/+175
2026-02-19Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds10-48/+52
2026-02-19Merge tag 'mm-nonmm-stable-2026-02-18-19-56' of git://git.kernel.org/pub/scm/...Linus Torvalds1-8/+105
2026-02-19Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds19-2154/+3028
2026-02-19selftests/net: packetdrill: add ipv4-mapped-ipv6 testsEric Dumazet1-1/+10
2026-02-19selftests/bpf: Remove hexdump dependencyMatthieu Baerts (NGI0)1-1/+1
2026-02-19selftests/bpf: Use vmlinux.h in test_xdp_metaIhor Solodrai1-6/+6
2026-02-18selftests: tc_actions: don't dump 2MB of \0 to stdoutJakub Kicinski1-1/+1
2026-02-17selftests: forwarding: fix pedit tests failure with br_netfilter enabledAleksei Oladko2-0/+16
2026-02-17selftests: forwarding: vxlan_bridge_1d_ipv6: fix test failure with br_netfilt...Aleksei Oladko1-1/+1
2026-02-17selftests: forwarding: vxlan_bridge_1d: fix test failure with br_netfilter en...Aleksei Oladko1-10/+16
2026-02-17selftests: forwarding: bridge_mdb_max: add tests for mdb_n_entries warningNikolay Aleksandrov1-2/+88
2026-02-17selftests: drv-net: add HDS payload sweep test for devmem TCPBobby Eshleman2-2/+28
2026-02-14Merge tag 'loongarch-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds1-1/+1
2026-02-14Merge tag 'memblock-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+1
2026-02-14selftests/bpf: enable fsession_test on riscv64Menglong Dong2-2/+2
2026-02-14selftests/bpf: Fix map_kptr grace period waitKumar Kartikeya Dwivedi4-35/+39
2026-02-14selftests/bpf: Adjust selftest due to function renameIhor Solodrai2-4/+4
2026-02-13selftests: netconsole: Increase port listening timeoutPin-yen Lin1-2/+2
2026-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds39-619/+2207