tools/nolibc: x86_64: disable stack protector for _start
authorThomas Weißschuh <linux@weissschuh.net>
Sun, 21 May 2023 09:36:30 +0000 (11:36 +0200)
committerPaul E. McKenney <paulmck@kernel.org>
Fri, 9 Jun 2023 18:46:08 +0000 (11:46 -0700)
commit7a9b2345202a14dfec9081994486156f7a691513
treef2df12f708b8010c62a046577f31869d32cc6c67
parent659ee30f33b1cbafcc364cffc24db0fe31f26ed5
tools/nolibc: x86_64: disable stack protector for _start

This was forgotten in the original submission.

It is unknown why it worked for x86_64 on some compiler without this
attribute.

Reported-by: Willy Tarreau <w@1wt.eu>
Closes: https://lore.kernel.org/lkml/20230520133237.GA27501@1wt.eu/
Fixes: 0d8c461adbc4 ("tools/nolibc: x86_64: add stackprotector support")
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Signed-off-by: Willy Tarreau <w@1wt.eu>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
tools/include/nolibc/arch-x86_64.h