Hi Thomas,
On Fri, 22 May 2026 at 02:31, Thomas Weißschuh <linux@weissschuh.net> wrote:
>
> Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
> ---
> Daniel Palmer (1):
> tools/nolibc: add a helper to split a 64-bit argument into 32-bit halves
>
> Thomas Weißschuh (2):
> selftests/nolibc: enable CONFIG_TMPFS for sparc32
> tools/nolibc: add ftruncate()
>
> tools/include/nolibc/arch-arm.h | 10 +++++
> tools/include/nolibc/arch-mips.h | 12 ++++++
> tools/include/nolibc/arch-powerpc.h | 12 ++++++
> tools/include/nolibc/sys.h | 11 ++++++
> tools/include/nolibc/unistd.h | 24 ++++++++++++
> tools/testing/selftests/nolibc/Makefile.nolibc | 1 +
> tools/testing/selftests/nolibc/nolibc-test.c | 52 ++++++++++++++++++++++++++
> 7 files changed, 122 insertions(+)
> ---
> base-commit: 136ca91411b0b637e862eb7b1cce2a56853edd17
> change-id: 20260318-nolibc-ftruncate-063a0ee7e2bf
>
> Best regards,
> --
> Thomas Weißschuh <linux@weissschuh.net>
>
This looks good to me. I'll rebase my fallocate() stuff on this.
FWIW:
Acked-by: Daniel Palmer <daniel@thingy.jp>