Show patches with: Submitter = Zhangjin Wu       |    Archived = No       |   238 patches
« 1 2 3 »
Patch Series S/W/F Date Submitter Delegate State
[v4,12/18] selftests/nolibc: fix up failures when CONFIG_PROC_FS=n selftests/nolibc: allow run with minimal kernel config --- 2023-07-07 Zhangjin Wu Accepted
[v4,11/18] selftests/nolibc: add a new rmdir() test case selftests/nolibc: allow run with minimal kernel config --- 2023-07-07 Zhangjin Wu Accepted
[v4,10/18] tools/nolibc: add rmdir() support selftests/nolibc: allow run with minimal kernel config --- 2023-07-07 Zhangjin Wu Accepted
[v4,09/18] selftests/nolibc: link_cross: use /proc/self/cmdline selftests/nolibc: allow run with minimal kernel config --- 2023-07-07 Zhangjin Wu Accepted
[v4,08/18] selftests/nolibc: fix up kernel parameters support selftests/nolibc: allow run with minimal kernel config --- 2023-07-07 Zhangjin Wu Accepted
[v4,07/18] selftests/nolibc: prefer <sys/reboot.h> to <linux/reboot.h> selftests/nolibc: allow run with minimal kernel config --- 2023-07-07 Zhangjin Wu Accepted
[v4,06/18] tools/nolibc: types.h: add RB_ flags for reboot() selftests/nolibc: allow run with minimal kernel config --- 2023-07-07 Zhangjin Wu Accepted
[v4,05/18] selftests/nolibc: fix up int_fast16/32_t test cases for musl selftests/nolibc: allow run with minimal kernel config --- 2023-07-07 Zhangjin Wu Accepted
[v4,03/18] selftests/nolibc: gettid: restore for glibc and musl selftests/nolibc: allow run with minimal kernel config --- 2023-07-07 Zhangjin Wu Accepted
[v4,02/18] selftests/nolibc: stat_fault: silence NULL argument warning with glibc selftests/nolibc: allow run with minimal kernel config --- 2023-07-07 Zhangjin Wu Accepted
[v4,01/18] selftests/nolibc: add run-libc-test target selftests/nolibc: allow run with minimal kernel config --- 2023-07-07 Zhangjin Wu Accepted
[v6,15/15] selftests/nolibc: add mmap_munmap_good test case tools/nolibc: add a new syscall helper --- 2023-07-07 Zhangjin Wu Accepted
[v6,14/15] selftests/nolibc: add munmap_bad test case tools/nolibc: add a new syscall helper --- 2023-07-07 Zhangjin Wu Accepted
[v6,13/15] selftests/nolibc: add mmap_bad test case tools/nolibc: add a new syscall helper --- 2023-07-07 Zhangjin Wu Accepted
[v6,11/15] selftests/nolibc: add EXPECT_PTREQ, EXPECT_PTRNE and EXPECT_PTRER tools/nolibc: add a new syscall helper --- 2023-07-07 Zhangjin Wu Accepted
[v6,10/15] selftests/nolibc: prepare: create /dev/zero tools/nolibc: add a new syscall helper --- 2023-07-07 Zhangjin Wu Accepted
[v6,09/15] selftests/nolibc: export argv0 for some tests tools/nolibc: add a new syscall helper --- 2023-07-07 Zhangjin Wu Accepted
[v6,08/15] tools/nolibc: clean up sbrk() routine tools/nolibc: add a new syscall helper --- 2023-07-07 Zhangjin Wu Accepted
[v6,07/15] tools/nolibc: clean up mmap() routine tools/nolibc: add a new syscall helper --- 2023-07-07 Zhangjin Wu Accepted
[v6,06/15] tools/nolibc: __sysret: support syscalls who return a pointer tools/nolibc: add a new syscall helper --- 2023-07-07 Zhangjin Wu Accepted
[v6,05/15] tools/nolibc: add missing my_syscall6() for mips tools/nolibc: add a new syscall helper --- 2023-07-07 Zhangjin Wu Accepted
[v6,04/15] tools/nolibc: arch-mips.h: shrink with _NOLIBC_SYSCALL_CLOBBERLIST tools/nolibc: add a new syscall helper --- 2023-07-07 Zhangjin Wu Accepted
[v6,03/15] tools/nolibc: arch-loongarch.h: shrink with _NOLIBC_SYSCALL_CLOBBERLIST tools/nolibc: add a new syscall helper --- 2023-07-07 Zhangjin Wu Accepted
[v6,02/15] toolc/nolibc: arch-*.h: clean up whitespaces after __asm__ tools/nolibc: add a new syscall helper --- 2023-07-07 Zhangjin Wu Accepted
[v6,01/15] tools/nolibc: arch-*.h: fix up code indent errors tools/nolibc: add a new syscall helper --- 2023-07-07 Zhangjin Wu Accepted
[v1,5/5] selftests/nolibc: report: add newline before test failures selftests/nolibc: report: print test status --- 2023-07-06 Zhangjin Wu Accepted
[v1,4/5] selftests/nolibc: report: extrude the test status line selftests/nolibc: report: print test status --- 2023-07-06 Zhangjin Wu Accepted
[v1,3/5] selftests/nolibc: report: align passed, skipped and failed selftests/nolibc: report: print test status --- 2023-07-06 Zhangjin Wu Accepted
[v1,2/5] selftests/nolibc: report: print total tests selftests/nolibc: report: print test status --- 2023-07-06 Zhangjin Wu Superseded
[v1,1/5] selftests/nolibc: report: print a summarized test status selftests/nolibc: report: print test status --- 2023-07-06 Zhangjin Wu Accepted
[v3,14/14] selftests/nolibc: vfprintf: remove MEMFD_CREATE dependency selftests/nolibc: allow run with minimal kernel config --- 2023-06-30 Zhangjin Wu Superseded
[v3,13/14] selftests/nolibc: add chmod_tmpdir test selftests/nolibc: allow run with minimal kernel config --- 2023-06-30 Zhangjin Wu New
[v3,12/14] selftests/nolibc: prepare /tmp for tmpfs or ramfs selftests/nolibc: allow run with minimal kernel config --- 2023-06-30 Zhangjin Wu Superseded
[v3,11/14] selftests/nolibc: fix up failures when CONFIG_PROC_FS=n selftests/nolibc: allow run with minimal kernel config --- 2023-06-30 Zhangjin Wu Superseded
[v3,10/14] selftests/nolibc: add a new rmdir() test case selftests/nolibc: allow run with minimal kernel config --- 2023-06-30 Zhangjin Wu Superseded
[v3,09/14] tools/nolibc: add rmdir() support selftests/nolibc: allow run with minimal kernel config --- 2023-06-30 Zhangjin Wu Superseded
[v3,08/14] selftests/nolibc: link_cross: use /proc/self/cmdline selftests/nolibc: allow run with minimal kernel config --- 2023-06-30 Zhangjin Wu Superseded
[v3,07/14] selftests/nolibc: chroot_exe: remove procfs dependency selftests/nolibc: allow run with minimal kernel config --- 2023-06-30 Zhangjin Wu Superseded
[v3,06/14] selftests/nolibc: stat_timestamps: remove procfs dependency selftests/nolibc: allow run with minimal kernel config --- 2023-06-30 Zhangjin Wu Superseded
[v3,05/14] selftests/nolibc: fix up kernel parameters support selftests/nolibc: allow run with minimal kernel config --- 2023-06-30 Zhangjin Wu Superseded
[v3,04/14] selftests/nolibc: fix up int_fast16/32_t test cases for musl selftests/nolibc: allow run with minimal kernel config --- 2023-06-30 Zhangjin Wu Superseded
[v3,02/14] selftests/nolibc: gettid: restore for glibc and musl selftests/nolibc: allow run with minimal kernel config --- 2023-06-30 Zhangjin Wu Superseded
[v3,01/14] selftests/nolibc: stat_fault: silence NULL argument warning with glibc selftests/nolibc: allow run with minimal kernel config --- 2023-06-30 Zhangjin Wu Superseded
[v2,15/15] selftests/nolibc: vfprintf: remove MEMFD_CREATE dependency allow run with minimal kernel config --- 2023-06-30 Zhangjin Wu Superseded
[v2,14/15] selftests/nolibc: add chmod_tmpfile test allow run with minimal kernel config --- 2023-06-30 Zhangjin Wu New
[v2,13/15] selftests/nolibc: rename chroot_exe to chroot_tmpfile allow run with minimal kernel config --- 2023-06-30 Zhangjin Wu New
[v2,12/15] selftests/nolibc: add common get_tmpfile() allow run with minimal kernel config --- 2023-06-29 Zhangjin Wu New
[v2,11/15] selftests/nolibc: prepare /tmp for tmpfs or ramfs allow run with minimal kernel config --- 2023-06-29 Zhangjin Wu New
[v2,10/15] selftests/nolibc: fix up failures when CONFIG_PROC_FS=n allow run with minimal kernel config --- 2023-06-29 Zhangjin Wu Superseded
[v2,09/15] selftests/nolibc: add a new rmdir() test case allow run with minimal kernel config --- 2023-06-29 Zhangjin Wu Superseded
[v2,08/15] tools/nolibc: add rmdir() support allow run with minimal kernel config --- 2023-06-29 Zhangjin Wu Superseded
[v2,07/15] selftests/nolibc: link_cross: use /proc/self/cmdline allow run with minimal kernel config --- 2023-06-29 Zhangjin Wu Superseded
[v2,06/15] selftests/nolibc: stat_timestamps: remove procfs dependency allow run with minimal kernel config --- 2023-06-29 Zhangjin Wu Superseded
[v2,05/15] selftests/nolibc: fix up kernel parameters support allow run with minimal kernel config --- 2023-06-29 Zhangjin Wu Superseded
[v2,04/15] selftests/nolibc: fix up int_fast16/32_t test cases for musl allow run with minimal kernel config --- 2023-06-29 Zhangjin Wu Superseded
[v2,02/15] selftests/nolibc: gettid: restore for glibc and musl allow run with minimal kernel config --- 2023-06-29 Zhangjin Wu Superseded
[v2,01/15] selftests/nolibc: stat_fault: silence NULL argument warning with glibc allow run with minimal kernel config --- 2023-06-29 Zhangjin Wu Superseded
[v1,10/11] tools/nolibc: riscv: shrink _start with _start_c [v1,01/11] tools/nolibc: remove old arch specific stat support --- 2023-06-28 Zhangjin Wu Superseded
[v1,08/11] tools/nolibc: mips: shrink _start with _start_c [v1,01/11] tools/nolibc: remove old arch specific stat support --- 2023-06-28 Zhangjin Wu Superseded
[v1,06/11] tools/nolibc: i386: shrink _start with _start_c [v1,01/11] tools/nolibc: remove old arch specific stat support --- 2023-06-28 Zhangjin Wu New
[v1,04/11] tools/nolibc: arm: shrink _start with _start_c [v1,01/11] tools/nolibc: remove old arch specific stat support --- 2023-06-28 Zhangjin Wu Superseded
[v1,01/11] tools/nolibc: remove old arch specific stat support [v1,01/11] tools/nolibc: remove old arch specific stat support --- 2023-06-28 Zhangjin Wu Superseded
[v5,11/14] tools/nolibc: clean up mmap() support [v5,01/14] tools/nolibc: sys.h: add a syscall return helper --- 2023-06-28 Zhangjin Wu Superseded
[v5,09/14] tools/nolibc: add missing my_syscall6() for mips [v5,01/14] tools/nolibc: sys.h: add a syscall return helper --- 2023-06-28 Zhangjin Wu New
[v5,07/14] tools/nolibc: arch-loongarch.h: shrink with SYSCALL_CLOBBERLIST [v5,01/14] tools/nolibc: sys.h: add a syscall return helper --- 2023-06-28 Zhangjin Wu New
[v5,05/14] tools/nolibc: string.h: clean up multiple whitespaces with tab [v5,01/14] tools/nolibc: sys.h: add a syscall return helper --- 2023-06-28 Zhangjin Wu New
[v5,03/14] tools/nolibc: sys.h: apply __sysret() helper [v5,01/14] tools/nolibc: sys.h: add a syscall return helper --- 2023-06-28 Zhangjin Wu Accepted
[v5,01/14] tools/nolibc: sys.h: add a syscall return helper [v5,01/14] tools/nolibc: sys.h: add a syscall return helper --- 2023-06-28 Zhangjin Wu Accepted
[v1,22/22] selftests/nolibc: detect bios existing to avoid hang selftests/nolibc: add minimal kernel config support --- 2023-06-25 Zhangjin Wu New
[v1,21/22] selftests/nolibc: allow run tests on all targets selftests/nolibc: add minimal kernel config support --- 2023-06-25 Zhangjin Wu New
[v1,20/22] selftests/nolibc: add run-tiny and run-default selftests/nolibc: add minimal kernel config support --- 2023-06-25 Zhangjin Wu New
[v1,19/22] selftests/nolibc: config default CROSS_COMPILE selftests/nolibc: add minimal kernel config support --- 2023-06-25 Zhangjin Wu New
[v1,18/22] selftests/nolibc: add extra configs for loongarch selftests/nolibc: add minimal kernel config support --- 2023-06-25 Zhangjin Wu New
[v1,17/22] selftests/nolibc: add extra configs for s390x selftests/nolibc: add minimal kernel config support --- 2023-06-25 Zhangjin Wu New
[v1,16/22] selftests/nolibc: add extra configs for riscv64 selftests/nolibc: add minimal kernel config support --- 2023-06-25 Zhangjin Wu New
[v1,15/22] selftests/nolibc: add extra configs for riscv32 selftests/nolibc: add minimal kernel config support --- 2023-06-25 Zhangjin Wu New
[v1,14/22] selftests/nolibc: add extra configs for mips selftests/nolibc: add minimal kernel config support --- 2023-06-25 Zhangjin Wu New
[v1,13/22] selftests/nolibc: add extra configs for arm selftests/nolibc: add minimal kernel config support --- 2023-06-25 Zhangjin Wu New
[v1,12/22] selftests/nolibc: add extra configs for arm64 selftests/nolibc: add minimal kernel config support --- 2023-06-25 Zhangjin Wu New
[v1,11/22] selftests/nolibc: add extra configs for x86_64 selftests/nolibc: add minimal kernel config support --- 2023-06-25 Zhangjin Wu New
[v1,10/22] selftests/nolibc: add extra configs for i386 selftests/nolibc: add minimal kernel config support --- 2023-06-25 Zhangjin Wu New
[v1,09/22] selftests/nolibc: add procfs, shmem and tmpfs selftests/nolibc: add minimal kernel config support --- 2023-06-25 Zhangjin Wu New
[v1,08/22] selftests/nolibc: add power reset control support selftests/nolibc: add minimal kernel config support --- 2023-06-25 Zhangjin Wu New
[v1,07/22] selftests/nolibc: add common extra config options selftests/nolibc: add minimal kernel config support --- 2023-06-25 Zhangjin Wu New
[v1,06/22] selftests/nolibc: allow customize extra kernel config options selftests/nolibc: add minimal kernel config support --- 2023-06-25 Zhangjin Wu New
[v1,05/22] selftests/nolibc: add tinyconfig target selftests/nolibc: add minimal kernel config support --- 2023-06-25 Zhangjin Wu New
[v1,04/22] selftests/nolibc: add menuconfig target for manual config selftests/nolibc: add minimal kernel config support --- 2023-06-25 Zhangjin Wu New
[v1,03/22] selftests/nolibc: allow use x86_64 toolchain for i386 selftests/nolibc: add minimal kernel config support --- 2023-06-25 Zhangjin Wu New
[v1,02/22] selftests/nolibc: print result to the screen too selftests/nolibc: add minimal kernel config support --- 2023-06-25 Zhangjin Wu New
[v1,01/22] selftests/nolibc: add test for -include /path/to/nolibc.h selftests/nolibc: add minimal kernel config support --- 2023-06-25 Zhangjin Wu New
[v4,10/10] selftests/nolibc: add mmap and munmap test cases [v4,01/10] tools/nolibc: sys.h: add a syscall return helper --- 2023-06-19 Zhangjin Wu New
[v4,07/10] tools/nolibc: clean up mmap() support [v4,01/10] tools/nolibc: sys.h: add a syscall return helper --- 2023-06-19 Zhangjin Wu New
[v4,05/10] tools/nolibc: add missing my_syscall6() for mips [v4,01/10] tools/nolibc: sys.h: add a syscall return helper --- 2023-06-19 Zhangjin Wu New
[v4,03/10] tools/nolibc: sys.h: apply __sysret() helper [v4,01/10] tools/nolibc: sys.h: add a syscall return helper --- 2023-06-19 Zhangjin Wu Superseded
[v4,01/10] tools/nolibc: sys.h: add a syscall return helper [v4,01/10] tools/nolibc: sys.h: add a syscall return helper --- 2023-06-19 Zhangjin Wu Superseded
[v5,4/5] tools/nolibc: add kernel and nolibc specific ARCH variables [v5,1/5] tools/nolibc: fix up #error compile failures with -ENOSYS --- 2023-06-19 Zhangjin Wu New
[v5,2/5] tools/nolibc: fix up undeclared syscall macros with #ifdef and -ENOSYS [v5,1/5] tools/nolibc: fix up #error compile failures with -ENOSYS --- 2023-06-19 Zhangjin Wu Accepted
[v5,1/5] tools/nolibc: fix up #error compile failures with -ENOSYS [v5,1/5] tools/nolibc: fix up #error compile failures with -ENOSYS --- 2023-06-19 Zhangjin Wu Accepted
[v2,3/3] selftests/nolibc: restore the failed tests print [v2,1/3] selftests/nolibc: add a standalone test report macro --- 2023-06-19 Zhangjin Wu Accepted
[v2,1/3] selftests/nolibc: add a standalone test report macro [v2,1/3] selftests/nolibc: add a standalone test report macro --- 2023-06-19 Zhangjin Wu Accepted
« 1 2 3 »