public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] tools/nolibc: large file support
@ 2026-04-18 10:19 Thomas Weißschuh
  2026-04-18 10:19 ` [PATCH 1/7] tools/nolibc: also handle _llseek system call Thomas Weißschuh
                   ` (7 more replies)
  0 siblings, 8 replies; 15+ messages in thread
From: Thomas Weißschuh @ 2026-04-18 10:19 UTC (permalink / raw)
  To: Willy Tarreau; +Cc: Daniel Palmer, linux-kernel, Thomas Weißschuh

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
---
Thomas Weißschuh (7):
      tools/nolibc: also handle _llseek system call
      tools/nolibc: add __nolibc_arg_to_reg()
      tools/nolibc: cast pointers returned from system calls through integers
      tools/nolibc: handle 64-bit system call arguments on x32
      tools/nolibc: handle 64-bit system call arguments on MIPS N32
      tools/nolibc: open files with O_LARGEFILE
      selftests/nolibc: test large file support

 tools/include/nolibc/arch-mips.h             | 94 +++++++++++++++-------------
 tools/include/nolibc/arch-x86.h              | 70 ++++++++++-----------
 tools/include/nolibc/crt.h                   |  4 ++
 tools/include/nolibc/fcntl.h                 |  4 ++
 tools/include/nolibc/sys.h                   | 14 +++--
 tools/include/nolibc/sys/mman.h              |  6 +-
 tools/testing/selftests/nolibc/nolibc-test.c | 48 ++++++++++++++
 7 files changed, 153 insertions(+), 87 deletions(-)
---
base-commit: 881f42cc68a6723f1fd6bac00b84b9281cf9bca0
change-id: 20260417-nolibc-largefile-90c85e8443cf

Best regards,
--  
Thomas Weißschuh <linux@weissschuh.net>


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

end of thread, other threads:[~2026-04-18 16:32 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-18 10:19 [PATCH 0/7] tools/nolibc: large file support Thomas Weißschuh
2026-04-18 10:19 ` [PATCH 1/7] tools/nolibc: also handle _llseek system call Thomas Weißschuh
2026-04-18 11:23   ` David Laight
2026-04-18 11:56     ` Thomas Weißschuh
2026-04-18 16:03       ` David Laight
2026-04-18 10:19 ` [PATCH 2/7] tools/nolibc: add __nolibc_arg_to_reg() Thomas Weißschuh
2026-04-18 10:19 ` [PATCH 3/7] tools/nolibc: cast pointers returned from system calls through integers Thomas Weißschuh
2026-04-18 10:19 ` [PATCH 4/7] tools/nolibc: handle 64-bit system call arguments on x32 Thomas Weißschuh
2026-04-18 10:20 ` [PATCH 5/7] tools/nolibc: handle 64-bit system call arguments on MIPS N32 Thomas Weißschuh
2026-04-18 11:14   ` David Laight
2026-04-18 11:54     ` Thomas Weißschuh
2026-04-18 16:32       ` David Laight
2026-04-18 10:20 ` [PATCH 6/7] tools/nolibc: open files with O_LARGEFILE Thomas Weißschuh
2026-04-18 10:20 ` [PATCH 7/7] selftests/nolibc: test large file support Thomas Weißschuh
2026-04-18 14:01 ` [PATCH 0/7] tools/nolibc: " Daniel Palmer

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