Re: [PATCH] x86/stackprotector: fix build failure with CONFIG_STACKPROTECTOR=n
From: Oleg Nesterov
Date: Tue Mar 11 2025 - 14:12:27 EST
On 03/11, Borislav Petkov wrote:
>
> On Tue, Mar 11, 2025 at 03:37:25PM +0100, Oleg Nesterov wrote:
> > sorry for the off-topic noise, but what about the
> >
> > [PATCH] x86/stackprotector: fix build failure with CONFIG_STACKPROTECTOR=n
> > https://lore.kernel.org/all/20241206123207.GA2091@xxxxxxxxxx/
> >
> > fix for the older binutils? It was acked by Ard.
> >
> > Should I resend it?
>
> Can you pls explain how you trigger this?
>
> I just did a
>
> # CONFIG_STACKPROTECTOR is not set
>
> build here and it was fine.
>
> So there's something else I'm missing.
See the "older binutils?" above ;)
my toolchain is quite old,
$ ld -v
GNU ld version 2.25-17.fc23
but according to Documentation/process/changes.rst
binutils 2.25 ld -v
it should be still supported.
Oleg.