Show patches with: Submitter = Thomas Weißschuh       |    State = Action Required       |    Archived = No       |   84 patches
Patch Series A/R/T S/W/F Date Submitter Delegate State
[3/3] selftests: kselftest: also use strerror() on nolibc tools/nolibc: implement strerror() 2 - - --- 2024-04-26 Thomas Weißschuh New
[2/3] tools/nolibc: implement strerror() tools/nolibc: implement strerror() - - - --- 2024-04-26 Thomas Weißschuh New
[1/3] selftests/nolibc: introduce condition to run tests only on nolibc tools/nolibc: implement strerror() - - - --- 2024-04-26 Thomas Weißschuh New
[2/2] tools/nolibc: implement strtol() and friends tools/nolibc: implement strtol() and friends - - - --- 2024-04-25 Thomas Weißschuh New
[1/2] tools/nolibc: add limits for {u,}intmax_t, ulong and {u,}llong tools/nolibc: implement strtol() and friends - - - --- 2024-04-25 Thomas Weißschuh New
selftests/nolibc: disable brk()/sbrk() tests on musl selftests/nolibc: disable brk()/sbrk() tests on musl - - - --- 2024-04-23 Thomas Weißschuh New
selftests/nolibc: run-tests.sh: use -Werror by default selftests/nolibc: run-tests.sh: use -Werror by default 1 - - --- 2024-04-23 Thomas Weißschuh New
tools/nolibc: add support for uname(2) tools/nolibc: add support for uname(2) - - - --- 2024-04-14 Thomas Weißschuh New
[2/3] tools/nolibc: add support for getrlimit/setrlimit tools/nolibc: rlimit support - - - --- 2023-11-22 Thomas Weißschuh New
[RFC,3/3] selftests/nolibc: migrate vfprintf tests to new harness selftests/nolibc: introduce new test harness - - - --- 2023-11-15 Thomas Weißschuh New
[RFC,2/3] selftests/nolibc: migrate startup tests to new harness selftests/nolibc: introduce new test harness - - - --- 2023-11-15 Thomas Weißschuh New
[RFC,1/3] selftests/nolibc: add custom test harness selftests/nolibc: introduce new test harness - - - --- 2023-11-15 Thomas Weißschuh New
tools/nolibc: mips: add support for PIC tools/nolibc: mips: add support for PIC - - - --- 2023-11-08 Thomas Weißschuh New
[v2,5/6] selftests/nolibc: extraconfig support tools/nolibc: MIPS bugfixes and refactoring 1 - - --- 2023-11-05 Thomas Weißschuh New
[6/6] selftests/nolibc: add configuration for mipso32be tools/nolibc: MIPS bugfixes and refactoring - - - --- 2023-11-05 Thomas Weißschuh New
[5/6] selftests/nolibc: extraconfig support tools/nolibc: MIPS bugfixes and refactoring - - - --- 2023-11-05 Thomas Weißschuh New
[4/6] selftests/nolibc: explicitly specify ABI for MIPS tools/nolibc: MIPS bugfixes and refactoring - - - --- 2023-11-05 Thomas Weißschuh New
[3/6] selftests/nolibc: use XARCH for MIPS tools/nolibc: MIPS bugfixes and refactoring - - - --- 2023-11-05 Thomas Weißschuh New
[5/5] selftests/nolibc: generate config automatically selftests/nolibc: various build improvements - - - --- 2023-10-10 Thomas Weißschuh New
[3/5] selftests/nolibc: anchor paths in $(srcdir) if possible selftests/nolibc: various build improvements 1 - - --- 2023-10-10 Thomas Weißschuh New
[2/5] selftests/nolibc: use EFI -bios for LoongArch qemu selftests/nolibc: various build improvements - - - --- 2023-10-10 Thomas Weißschuh New
[v2] tools/nolibc: add support for constructors and destructors [v2] tools/nolibc: add support for constructors and destructors 1 - - --- 2023-10-07 Thomas Weißschuh New
[RFC] tools/nolibc: add support for constructors and destructors [RFC] tools/nolibc: add support for constructors and destructors - - - --- 2023-10-05 Thomas Weißschuh New
[RFC,3/3] selftests/nolibc: drop target "rerun" selftests/nolibc: avoid spurious kernel relinks - - - --- 2023-09-16 Thomas Weißschuh New
[RFC,2/3] selftests/nolibc: don't embed initramfs into kernel image selftests/nolibc: avoid spurious kernel relinks - - - --- 2023-09-16 Thomas Weißschuh New
[RFC,1/3] kbuild: add toplevel target for usr/gen_init_cpio selftests/nolibc: avoid spurious kernel relinks - - - --- 2023-09-16 Thomas Weißschuh New
[4/4] tools/nolibc: automatically detect necessity to use pselect6 tools/nolibc: cleanups for syscall fallbacks 1 - - --- 2023-09-14 Thomas Weißschuh New
[3/4] tools/nolibc: don't define new syscall number tools/nolibc: cleanups for syscall fallbacks 1 - - --- 2023-09-14 Thomas Weißschuh New
[2/4] tools/nolibc: avoid unused parameter warnings for ENOSYS fallbacks tools/nolibc: cleanups for syscall fallbacks - - - --- 2023-09-14 Thomas Weißschuh New
[1/2] tools/nolibc: add stdarg.h header nolibc: remove reliance on system headers - - - --- 2023-08-27 Thomas Weißschuh New
[v3,05/14] tools/nolibc: stdint: use int for size_t on 32bit tools/nolibc: enable compiler warnings - - - --- 2023-08-03 Thomas Weißschuh New
[v2,10/10] selftests/nolibc: enable compiler warnings tools/nolibc: enable compiler warnings - - - --- 2023-08-01 Thomas Weißschuh New
[v2,09/10] selftests/nolibc: test return value of read() in test_vfprintf tools/nolibc: enable compiler warnings - - - --- 2023-08-01 Thomas Weißschuh New
[v2,08/10] selftests/nolibc: avoid sign-compare warnings tools/nolibc: enable compiler warnings - - - --- 2023-08-01 Thomas Weißschuh New
[v2,07/10] selftests/nolibc: avoid unused arguments warnings tools/nolibc: enable compiler warnings - - - --- 2023-08-01 Thomas Weißschuh New
[v2,06/10] selftests/nolibc: make functions static if possible tools/nolibc: enable compiler warnings - - - --- 2023-08-01 Thomas Weißschuh New
[v2,03/10] tools/nolibc: stdint: use int for size_t on 32bit tools/nolibc: enable compiler warnings - - - --- 2023-08-01 Thomas Weißschuh New
[v2,02/10] tools/nolibc: sys: avoid implicit sign cast tools/nolibc: enable compiler warnings - - - --- 2023-08-01 Thomas Weißschuh New
[4/4] selftests/nolibc: enable -Wall compiler warnings tools/nolibc: enable compiler warnings - - - --- 2023-07-31 Thomas Weißschuh New
[1/4] selftests/nolibc: drop unused test helpers tools/nolibc: enable compiler warnings - - - --- 2023-07-31 Thomas Weißschuh New
[RFC,7/7] selftests/nolibc: proof of concept for TAP output selftests/nolibc: KTAP output - - - --- 2023-07-18 Thomas Weißschuh New
[RFC,6/7] kselftest: support skipping tests with testname selftests/nolibc: KTAP output - - - --- 2023-07-18 Thomas Weißschuh New
[RFC,5/7] kselftest: support KTAP format selftests/nolibc: KTAP output - - - --- 2023-07-18 Thomas Weißschuh New
[RFC,4/7] selftests/nolibc: count subtests selftests/nolibc: KTAP output - - - --- 2023-07-18 Thomas Weißschuh New
[RFC,3/7] selftests/nolibc: replace repetitive test structure with macro selftests/nolibc: KTAP output - - - --- 2023-07-18 Thomas Weißschuh New
[RFC,2/7] selftests/nolibc: use unsigned indices for testcases selftests/nolibc: KTAP output - - - --- 2023-07-18 Thomas Weißschuh New
[RFC,1/7] selftests/nolibc: statically calculate number of testsuites selftests/nolibc: KTAP output - - - --- 2023-07-18 Thomas Weißschuh New
[3/4] selftests/nolibc: simplify status argument selftests/nolibc: simplify conditions and testcases - - - --- 2023-07-11 Thomas Weißschuh New
tools/nolibc: ensure fast64 integer types have 64 bits tools/nolibc: ensure fast64 integer types have 64 bits - - - --- 2023-05-30 Thomas Weißschuh New
tools/nolibc: support nanoseconds in stat() tools/nolibc: support nanoseconds in stat() - - - --- 2023-05-27 Thomas Weißschuh New
[1/2] tools/nolibc: add support for prctl() tools/nolibc: avoid coredumps and speed up tests - - - --- 2023-05-26 Thomas Weißschuh New
[2/3] selftests/nolibc: allow disabling of stackprotector support tools/nolibc: stack protector compatibility fixes - - - --- 2023-05-24 Thomas Weißschuh New
[1/3] Revert "EXP: tools/nolibc: partially revert stackprotector compiler flags" tools/nolibc: stack protector compatibility fixes - - - --- 2023-05-24 Thomas Weißschuh New
[7/7] tools/nolibc: simplify stackprotector compiler flags tools/nolibc: autodetect stackprotector availability from compiler - - - --- 2023-05-21 Thomas Weißschuh New
tools/nolibc/unistd: add syscall() tools/nolibc/unistd: add syscall() - - - --- 2023-05-20 Thomas Weißschuh New
[6/6] tools/nolibc: mips: add stackprotector support tools/nolibc: add stackprotector support for more architectures - - - --- 2023-04-17 Thomas Weißschuh New
[5/6] tools/nolibc: loongarch: add stackprotector support tools/nolibc: add stackprotector support for more architectures - - - --- 2023-04-17 Thomas Weißschuh New
[4/6] tools/nolibc: arm: add stackprotector support tools/nolibc: add stackprotector support for more architectures - - - --- 2023-04-17 Thomas Weißschuh New
[3/6] tools/nolibc: aarch64: add stackprotector support tools/nolibc: add stackprotector support for more architectures - - - --- 2023-04-17 Thomas Weißschuh New
[2/6] tools/nolibc: riscv: add stackprotector support tools/nolibc: add stackprotector support for more architectures 1 - - --- 2023-04-17 Thomas Weißschuh New
[1/2] tools/nolibc: s390: provide custom implementation for sys_fork tools/nolibc: fork: fix on s390 and add test 1 - - --- 2023-04-15 Thomas Weißschuh New
[v2,10/11] tools/nolibc: use C89 comment syntax tools/nolibc: -std=c89 compatibility - - - --- 2023-04-06 Thomas Weißschuh New
[v2,09/11] tools/nolibc: loongarch: use C89 comment syntax tools/nolibc: -std=c89 compatibility - - - --- 2023-04-06 Thomas Weißschuh New
[v2,08/11] tools/nolibc: mips: use C89 comment syntax tools/nolibc: -std=c89 compatibility - - - --- 2023-04-06 Thomas Weißschuh New
[v2,07/11] tools/nolibc: arm: use C89 comment syntax tools/nolibc: -std=c89 compatibility - - - --- 2023-04-06 Thomas Weißschuh New
[v2,06/11] tools/nolibc: aarch64: use C89 comment syntax tools/nolibc: -std=c89 compatibility - - - --- 2023-04-06 Thomas Weißschuh New
[v2,05/11] tools/nolibc: riscv: use C89 comment syntax tools/nolibc: -std=c89 compatibility - - - --- 2023-04-06 Thomas Weißschuh New
[v2,04/11] tools/nolibc: x86_64: use C89 comment syntax tools/nolibc: -std=c89 compatibility - - - --- 2023-04-06 Thomas Weißschuh New
[v2,03/11] tools/nolibc: i386: use C89 comment syntax tools/nolibc: -std=c89 compatibility - - - --- 2023-04-06 Thomas Weißschuh New
[v3,1/4] tools/nolibc: add libc-test binary tools/nolibc: add testcases for vfprintf - - - --- 2023-04-02 Thomas Weißschuh New
[v2,3/3] tools/nolibc: add testcases for vfprintf tools/nolibc: add testcases for vfprintf - - - --- 2023-04-02 Thomas Weißschuh New
[v2,2/3] tools/nolibc: implement fd-based FILE streams tools/nolibc: add testcases for vfprintf - - - --- 2023-04-02 Thomas Weißschuh New
tools/nolibc: validate C99 compatibility tools/nolibc: validate C99 compatibility - - - --- 2023-03-28 Thomas Weißschuh New
[3/3] tools/nolibc: add testcases for vfprintf tools/nolibc: add testcases for vfprintf - - - --- 2023-03-28 Thomas Weißschuh New
[2/3] tools/nolibc: let FILE streams contain an fd tools/nolibc: add testcases for vfprintf - - - --- 2023-03-28 Thomas Weißschuh New
[v2,8/8] tools/nolibc: x86_64: add stackprotector support tools/nolibc: add support for stack protector - - - --- 2023-03-20 Thomas Weißschuh New
[v2,7/8] tools/nolibc: i386: add stackprotector support tools/nolibc: add support for stack protector - - - --- 2023-03-20 Thomas Weißschuh New
[v2,5/8] tools/nolibc: tests: fold in no-stack-protector cflags tools/nolibc: add support for stack protector - - - --- 2023-03-20 Thomas Weißschuh New
[RFC,5/5] tools/nolibc: tests: add test for -fstack-protector tools/nolibc: add support for stack protector - - - --- 2023-03-07 Thomas Weißschuh New
[RFC,4/5] tools/nolibc: add support for stack protector tools/nolibc: add support for stack protector - - - --- 2023-03-07 Thomas Weißschuh New
tools/nolibc: always disable stack protector for tests tools/nolibc: always disable stack protector for tests - - - --- 2023-02-21 Thomas Weißschuh New
[3/3] tools/resolve_btfids: align kbuild messages to standard align custom kbuild messages to standard layout - - - --- 2023-01-18 Thomas Weißschuh New
[2/3] bpf: iterators: align kbuild messages to standard align custom kbuild messages to standard layout - - - --- 2023-01-18 Thomas Weißschuh New
[1/3] selftests/bpf: align kbuild messages to standard align custom kbuild messages to standard layout - - - --- 2023-01-18 Thomas Weißschuh New