The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH 0/3] tools/nolibc: add support for ftruncate()
@ 2026-05-21 17:31 Thomas Weißschuh
  2026-05-21 17:31 ` [PATCH 1/3] selftests/nolibc: enable CONFIG_TMPFS for sparc32 Thomas Weißschuh
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Thomas Weißschuh @ 2026-05-21 17:31 UTC (permalink / raw)
  To: Willy Tarreau
  Cc: David Laight, linux-kernel, Daniel Palmer, Jordan Richards,
	Thomas Weißschuh

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>


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2026-05-22 22:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-21 17:31 [PATCH 0/3] tools/nolibc: add support for ftruncate() Thomas Weißschuh
2026-05-21 17:31 ` [PATCH 1/3] selftests/nolibc: enable CONFIG_TMPFS for sparc32 Thomas Weißschuh
2026-05-21 17:31 ` [PATCH 2/3] tools/nolibc: add a helper to split a 64-bit argument into 32-bit halves Thomas Weißschuh
2026-05-21 17:31 ` [PATCH 3/3] tools/nolibc: add ftruncate() Thomas Weißschuh
2026-05-22  3:41 ` [PATCH 0/3] tools/nolibc: add support for ftruncate() Willy Tarreau
2026-05-22  8:48 ` Daniel Palmer
2026-05-22 14:41   ` Thomas Weißschuh
2026-05-22 22:12     ` Daniel Palmer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox