Re: [PATCH 02/24] x86/traps: Move arch/x86/kernel/traps.c to arch/x86/entry/

From: Martin Liška
Date: Fri Sep 03 2021 - 03:36:08 EST


On 9/2/21 19:05, Nick Desaulniers wrote:
IIRC GCC only
added the attribute recently in the 10.X release, so it might be too
new to rely on quite yet.

The no_stack_protector attribute was actually added in the GCC 11.x release:
https://gcc.gnu.org/gcc-11/changes.html

Note the compiler is definitely used by Fedora, openSUSE Tumbleweed
and other cutting edge distributions.

Cheers,
Martin