[PATCH v2 0/4] tools/nolibc: cleanups for syscall fallbacks

From: Thomas Weißschuh
Date: Sun Sep 17 2023 - 11:37:05 EST


Signed-off-by: Thomas Weißschuh <linux@xxxxxxxxxxxxxx>
---
Changes in v2:
- Replace manual casts to (void) with __nolibc_enosys helpers
- Link to v1: https://lore.kernel.org/r/20230914-nolibc-syscall-nr-v1-0-e50df410da11@xxxxxxxxxxxxxx

---
Thomas Weißschuh (4):
selftests/nolibc: allow building i386 with multiarch compiler
tools/nolibc: avoid unused parameter warnings for ENOSYS fallbacks
tools/nolibc: don't define new syscall number
tools/nolibc: automatically detect necessity to use pselect6

tools/include/nolibc/arch-aarch64.h | 3 --
tools/include/nolibc/arch-loongarch.h | 4 +--
tools/include/nolibc/arch-riscv.h | 3 --
tools/include/nolibc/sys.h | 55 +++++++++++++++++++--------------
tools/testing/selftests/nolibc/Makefile | 1 +
5 files changed, 34 insertions(+), 32 deletions(-)
---
base-commit: 3f79a57865b33f49fdae6655510bd27c8e6610e0
change-id: 20230914-nolibc-syscall-nr-9a5f544c8494

Best regards,
--
Thomas Weißschuh <linux@xxxxxxxxxxxxxx>