[PATCH 0/1] tools/nolibc: always disable stack protector for tests
From: Willy Tarreau
Date: Sun Mar 19 2023 - 09:51:36 EST
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.
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