[0/2] tools/nolibc: avoid coredumps and speed up tests

Message ID 20230526-nolibc-test-no-dump-v1-0-62e724a96db2@weissschuh.net
Headers
Series tools/nolibc: avoid coredumps and speed up tests |

Message

Thomas Weißschuh May 26, 2023, 6:30 a.m. UTC
  Small optimization to avoid coredump writing during the stack protector
tests.
Adds prctl() as prerequisite.

This series is based on nolibc/20230524-nolibc-rv32+stkp4

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
---
Thomas Weißschuh (2):
      tools/nolibc: add support for prctl()
      selftests/nolibc: prevent coredumps during test execution

 tools/include/nolibc/sys.h                   | 27 +++++++++++++++++++++++++++
 tools/testing/selftests/nolibc/nolibc-test.c |  3 +++
 2 files changed, 30 insertions(+)
---
base-commit: 1974a2b5fd434812b32952b09df7b79fdee8104d
change-id: 20230526-nolibc-test-no-dump-a1b1d9557df8

Best regards,
  

Comments

Willy Tarreau May 28, 2023, 7:31 a.m. UTC | #1
On Fri, May 26, 2023 at 08:30:34AM +0200, Thomas Weißschuh wrote:
> Small optimization to avoid coredump writing during the stack protector
> tests.
> Adds prctl() as prerequisite.
> 
> This series is based on nolibc/20230524-nolibc-rv32+stkp4

Looks good and now queued, thank you Thomas,
Willy