Re: [PATCH] x86: Start removing X86_X32_ABI

From: Arnd Bergmann

Date: Sat Jul 04 2026 - 04:57:26 EST


On Sat, Jul 4, 2026, at 10:08, Sebastian Andrzej Siewior wrote:
> On 2026-06-01 00:05:03 [+0200], Arnd Bergmann wrote:
>> I agree removing the Kconfig symbol (or marking it as 'depends
>> on BROKEN' as we did for arm64 big-endian mode) is a good
>> idea at this time, but I think the timing for removing the
>> actual implementation should allow the next LTS kernel (7.4?)
>> to be released with the current level of support still present.
>
> I am catching up and am considering reposting that one. You really thing
> it is worth postponing this until the next LTS? If so I would let it
> depend on broken and remove after the LTS gets out.

I checked the timing again and it looks like the coming 7.3
(not 7.4) merge window is already for the LTS kernel, so it's
really only one cycle between them and I think it's worth
waiting for that so that any remaining users have something
they can run securely for a few more years.

Between your original patch (removing the Kconfig symbol)
or marking it as 'depends on BROKEN', I don't really think
it matters much because users will have to apply a trivial
revert anyway one way or another.

Arnd