Re: [PATCH] [PATCH] AARCH64: Add gcc Shadow Call Stack support

From: Miguel Ojeda
Date: Tue Feb 22 2022 - 11:59:43 EST


On Tue, Feb 22, 2022 at 5:48 PM Guenter Roeck <linux@xxxxxxxxxxxx> wrote:
>
> The point here, I think, is to list the minimum gcc version.
> It is going to be a long time until gcc 12.0 is the minimum version,
> so I think it makes sense to list the minimum version number for
> each compiler here.

Yeah, please list the minimum version (ideally `>=` instead of `>`,
with the actual version where it first appeared). It makes it easy to
then remove things that are not needed anymore when the minimum GCC
version is upgraded.

Cheers,
Miguel