Re: [PATCH -v3 0/15] x86: Remove support for TSC-less and CX8-less CPUs
From: Arnd Bergmann
Date: Mon Dec 15 2025 - 10:54:39 EST
On Sun, Dec 14, 2025, at 09:46, Ingo Molnar wrote:
> Changes in -v3:
>
> - Port to v6.19-rc1
>
> Changes in -v2:
>
> - Rebase to v6.15-rc6 + the relevant x86 tree branch
>
> - Use proper asm() constraints in the simplified CX8 methods (Uros Bizjak)
>
> - Remove stray family-4 default (suggested by Arnd Bergmann)
>
> - Simplify CX8 test (suggested by Uros Bizjak)
>
> - Add review tags
Looks all good to me, thanks for rebasing!
I did a few patches on top of v1 to simplify the configuration
further when we discussed this earlier this year. I'll rebase
and submit them once you merge yours.
Arnd