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

From: Willy Tarreau
Date: Sun May 28 2023 - 03:39:09 EST


On Fri, May 26, 2023 at 09:51:18AM +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
>
> Signed-off-by: Thomas Weißschuh <linux@xxxxxxxxxxxxxx>
> ---
> Changes in v2:
> - Fix compilation warning in prctl() testcase
> - Link to v1: https://lore.kernel.org/r/20230526-nolibc-test-no-dump-v1-0-62e724a96db2@xxxxxxxxxxxxxx

I just noticed the warning as well when testing the whole branch, applied
this one instead.

thanks,
Willy