Re: [PATCH] compiler.h: Raise minimum version of GCC to 5.1 for arm64

From: Linus Torvalds
Date: Wed Jan 13 2021 - 14:16:36 EST


On Wed, Jan 13, 2021 at 9:58 AM Masahiro Yamada <masahiroy@xxxxxxxxxx> wrote:
>
> Maybe, we can raise the minimal version to gcc 5.1
> for all architectures.

It was discussed, but the immediate reason for this thing really does
seem to be specific to just arm64 (ie this is not some generic gcc
stack access bug that just happens to rear its head on arm64 - the
patch to fix this in the gcc bugzilla is very much arm64-only).

Linus