Re: [PATCH] gcc-plugins: Remove ARM_SSP_PER_TASK plugin
From: Arnd Bergmann
Date: Wed Apr 09 2025 - 12:18:36 EST
On Wed, Apr 9, 2025, at 18:08, Ard Biesheuvel wrote:
> On Wed, 9 Apr 2025 at 18:04, Kees Cook <kees@xxxxxxxxxx> wrote:
>>
>> As part of trying to remove GCC plugins from Linux, drop the
>> ARM_SSP_PER_TASK plugin. The feature is available upstream since GCC
>> 12, so anyone needing newer kernels with per-task ssp can update their
>> compiler[1].
>>
>> Suggested-by: Arnd Bergmann <arnd@xxxxxxxx>
>> Link: https://lore.kernel.org/all/08393aa3-05a3-4e3f-8004-f374a3ec4b7e@xxxxxxxxxxxxxxxx/ [1]
>> Signed-off-by: Kees Cook <kees@xxxxxxxxxx>
>
> Acked-by: Ard Biesheuvel <ardb@xxxxxxxxxx>
Acked-by: Arnd Bergmann <arnd@xxxxxxxx>
I was going to send the same patch and double-checked it to
make sure they are actually identical.
Arnd