lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <20230319135100.31952-1-w@1wt.eu> Date: Sun, 19 Mar 2023 14:50:59 +0100 From: Willy Tarreau <w@....eu> To: "Paul E. McKenney" <paulmck@...nel.org> Cc: linux@...ssschuh.net, linux-kernel@...r.kernel.org, Willy Tarreau <w@....eu> Subject: [PATCH 0/1] tools/nolibc: always disable stack protector for tests 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
Powered by blists - more mailing lists