Re: [PATCH 0/1] tools/nolibc: always disable stack protector for tests

From: Paul E. McKenney
Date: Sun Mar 19 2023 - 14:05:23 EST


On Sun, Mar 19, 2023 at 02:50:59PM +0100, Willy Tarreau wrote:
> Hello Paul,
>
> Thomas noticed that nolibc-test fails to build on compilers that enable
> stack protectors by default. Passing -fno-stack-protector when supported
> addresses the problem.
>
> I verified that all supported archs continue to work after his patch is
> applied, and that it applies without conflict (and works) both on top of
> your latest dev tree and on top of Linus' master branch. Thus I think it
> can make sense to queue it with your next series of fixes and have it for
> 6.3 given that it addresses build issues for some developers.

Queued and pushed, thank you both!

Just to make sure I understand, you would like me to add this to the
serieses from Vincent, yourself, and Feiyang that are set up to go into
the next merge window, correct?

If you instead would like me to push it to Linus directly into the v6.3
release as a regression fix late this coming week, please let me know.

Thanx, Paul

> Thanks!
> Willy
> ---
> Thomas Weißschuh (1):
> tools/nolibc: always disable stack protector for tests
>
> tools/testing/selftests/nolibc/Makefile | 3 +++
> 1 file changed, 3 insertions(+)
>
> --
> 2.17.5
>