Show patches with: Submitter = Thomas Weißschuh       |    State = Action Required       |    Archived = No       |   59 patches
Patch Series S/W/F Date Submitter Delegate State
[v3,31/32] tools/nolibc: implement width padding in printf() Untitled series #265282 --- 2025-04-11 Thomas Weißschuh New
[v3,29/32] selftests/nolibc: rename vfprintf test suite Untitled series #265282 --- 2025-04-11 Thomas Weißschuh New
[v3,28/32] selftests/nolibc: use snprintf() for printf tests Untitled series #265282 --- 2025-04-11 Thomas Weißschuh New
[v3,26/32] tools/nolibc: allow limiting of printf destination size Untitled series #265282 --- 2025-04-11 Thomas Weißschuh New
[v3,23/32] tools/nolibc: add dprintf() and vdprintf() Untitled series #265282 --- 2025-04-11 Thomas Weißschuh New
[v3,21/32] tools/nolibc: implement waitpid() in terms of waitid() Untitled series #265282 --- 2025-04-11 Thomas Weißschuh New
[v3,19/32] tools/nolibc: add _exit() Untitled series #265282 --- 2025-04-11 Thomas Weißschuh New
[v3,17/32] tools/nolibc: use ppoll_time64 if available Untitled series #265282 --- 2025-04-11 Thomas Weißschuh New
[v3,16/32] tools/nolibc: use pselect6_time64 if available Untitled series #265282 --- 2025-04-11 Thomas Weißschuh New
[v3,13/32] selftests: harness: Guard includes on nolibc Untitled series #265282 --- 2025-04-11 Thomas Weißschuh New
[v3,11/32] selftests: harness: Add teardown callback to test metadata Untitled series #265282 --- 2025-04-11 Thomas Weißschuh New
[v3,09/32] selftests: harness: Always provide "self" and "variant" Untitled series #265282 --- 2025-04-11 Thomas Weißschuh New
[v3,06/32] selftests: harness: Remove dependency on libatomic Untitled series #265282 --- 2025-04-11 Thomas Weißschuh New
[v3,05/32] selftests: harness: Remove inline qualifier for wrappers Untitled series #265282 --- 2025-04-11 Thomas Weißschuh New
[v3,04/32] selftests: harness: Mark functions without prototypes static Untitled series #265282 --- 2025-04-11 Thomas Weißschuh New
[v3,03/32] selftests: harness: Ignore unused variant argument warning Untitled series #265282 --- 2025-04-11 Thomas Weißschuh New
[RESEND] kunit: qemu_configs: SH: Respect kunit cmdline [RESEND] kunit: qemu_configs: SH: Respect kunit cmdline --- 2025-04-07 Thomas Weißschuh New
kunit: qemu_configs: Add riscv32 config kunit: qemu_configs: Add riscv32 config --- 2025-04-07 Thomas Weißschuh New
[v2,11/11] kunit: uapi: Validate usability of /proc kunit: Introduce UAPI testing framework --- 2025-04-07 Thomas Weißschuh New
[v2,10/11] kunit: uapi: Introduce preinit executable kunit: Introduce UAPI testing framework --- 2025-04-07 Thomas Weißschuh New
[v2,09/11] kunit: uapi: Add example for UAPI tests kunit: Introduce UAPI testing framework --- 2025-04-07 Thomas Weißschuh New
[v2,08/11] kunit: Introduce UAPI testing framework kunit: Introduce UAPI testing framework --- 2025-04-07 Thomas Weißschuh New
[v2,07/11] kunit: tool: Parse skipped tests from kselftest.h kunit: Introduce UAPI testing framework --- 2025-04-07 Thomas Weißschuh New
[v2,06/11] kunit: tool: Don't overwrite test status based on subtest counts kunit: Introduce UAPI testing framework --- 2025-04-07 Thomas Weißschuh New
[v2,05/11] kunit: tool: Add test for nested test result reporting kunit: Introduce UAPI testing framework --- 2025-04-07 Thomas Weißschuh New
[v2,04/11] kbuild: introduce blob framework kunit: Introduce UAPI testing framework --- 2025-04-07 Thomas Weißschuh New
[v2,03/11] kbuild: doc: add label for userprogs section kunit: Introduce UAPI testing framework --- 2025-04-07 Thomas Weißschuh New
[v2,02/11] kbuild: introduce CONFIG_ARCH_HAS_NOLIBC kunit: Introduce UAPI testing framework --- 2025-04-07 Thomas Weißschuh New
[v2,01/11] kbuild: userprogs: add nolibc support kunit: Introduce UAPI testing framework --- 2025-04-07 Thomas Weißschuh New
[v2,32/32] HACK: selftests/nolibc: demonstrate usage of the kselftest harness kselftest harness and nolibc compatibility --- 2025-04-07 Thomas Weißschuh New
[v2,30/32] selftests/nolibc: add test for snprintf() truncation kselftest harness and nolibc compatibility --- 2025-04-07 Thomas Weißschuh New
[v2,27/32] tools/nolibc: add snprintf() and friends kselftest harness and nolibc compatibility --- 2025-04-07 Thomas Weißschuh New
[v2,25/32] tools/nolibc: allow different write callbacks in printf kselftest harness and nolibc compatibility --- 2025-04-07 Thomas Weißschuh New
[v2,24/32] tools/nolibc: add getopt() kselftest harness and nolibc compatibility --- 2025-04-07 Thomas Weißschuh New
[v2,22/32] Revert "selftests/nolibc: use waitid() over waitpid()" kselftest harness and nolibc compatibility --- 2025-04-07 Thomas Weißschuh New
[v2,20/32] tools/nolibc: add setpgrp() kselftest harness and nolibc compatibility --- 2025-04-07 Thomas Weißschuh New
[v2,18/32] tools/nolibc: add tolower() and toupper() kselftest harness and nolibc compatibility --- 2025-04-07 Thomas Weißschuh New
[v2,15/32] tools/nolibc: use intmax definitions from compiler kselftest harness and nolibc compatibility --- 2025-04-07 Thomas Weißschuh New
[v2,14/32] tools/nolibc: handle intmax_t/uintmax_t in printf kselftest harness and nolibc compatibility --- 2025-04-07 Thomas Weißschuh New
[v2,12/32] selftests: harness: Stop using setjmp()/longjmp() kselftest harness and nolibc compatibility --- 2025-04-07 Thomas Weißschuh New
[v2,10/32] selftests: harness: Move teardown conditional into test metadata kselftest harness and nolibc compatibility --- 2025-04-07 Thomas Weißschuh New
[v2,08/32] selftests: harness: Don't set setup_completed for fixtureless tests kselftest harness and nolibc compatibility --- 2025-04-07 Thomas Weißschuh New
[v2,07/32] selftests: harness: Implement test timeouts through pidfd kselftest harness and nolibc compatibility --- 2025-04-07 Thomas Weißschuh New
[v2,02/32] selftests: harness: Use C89 comment style kselftest harness and nolibc compatibility --- 2025-04-07 Thomas Weißschuh New
[v2,01/32] selftests: harness: Add harness selftest kselftest harness and nolibc compatibility --- 2025-04-07 Thomas Weißschuh New
selftests: vDSO: vdso_standalone_test_x86: Replace source file with symlink selftests: vDSO: vdso_standalone_test_x86: Replace source file with symlink --- 2025-03-26 Thomas Weißschuh New
kunit: tool: Implement listing of available architectures kunit: tool: Implement listing of available architectures --- 2025-02-20 Thomas Weißschuh New
[12/12] kunit: uapi: Validate usability of /proc [01/12] kconfig: implement CONFIG_HEADERS_INSTALL for Usermode Linux --- 2025-02-17 Thomas Weißschuh New
[10/12] kunit: uapi: Add example for UAPI tests [01/12] kconfig: implement CONFIG_HEADERS_INSTALL for Usermode Linux --- 2025-02-17 Thomas Weißschuh New
[09/12] kunit: Introduce UAPI testing framework [01/12] kconfig: implement CONFIG_HEADERS_INSTALL for Usermode Linux --- 2025-02-17 Thomas Weißschuh New
[04/12] kbuild: userprogs: add nolibc support [01/12] kconfig: implement CONFIG_HEADERS_INSTALL for Usermode Linux --- 2025-02-17 Thomas Weißschuh New
[02/12] kconfig: introduce CONFIG_ARCH_HAS_NOLIBC [01/12] kconfig: implement CONFIG_HEADERS_INSTALL for Usermode Linux --- 2025-02-17 Thomas Weißschuh New
[1/2] MIPS: mm: Avoid blocking DMA zone with memory map memblock allocation [1/2] MIPS: mm: Avoid blocking DMA zone with memory map memblock allocation --- 2025-02-12 Thomas Weißschuh New
[v3,4/4] selftests/mm: virtual_address_range: Avoid reading from VM_IO mappings selftests/mm: virtual_address_range: Reduce memory usage and avoid VM_IO access --- 2025-01-13 Thomas Weißschuh New
[v2,3/3] selftests/mm: virtual_address_range: Avoid reading VVAR mappings selftests/mm: virtual_address_range: Reduce memory usage and avoid VVAR access --- 2025-01-10 Thomas Weißschuh New
[v2,2/3] selftests/mm: virtual_address_range: Unmap chunks after validation selftests/mm: virtual_address_range: Reduce memory usage and avoid VVAR access --- 2025-01-10 Thomas Weißschuh New
[3/3] selftests/mm: virtual_address_range: Dump to /dev/null selftests/mm: virtual_address_range: Two bugfixes and a cleanup --- 2025-01-07 Thomas Weißschuh New
[2/3] selftests/mm: virtual_address_range: Avoid reading VVAR mappings selftests/mm: virtual_address_range: Two bugfixes and a cleanup --- 2025-01-07 Thomas Weißschuh New
[1/3] selftests/mm: virtual_address_range: Fix error when CommitLimit < 1GiB selftests/mm: virtual_address_range: Two bugfixes and a cleanup --- 2025-01-07 Thomas Weißschuh New