Re: [PATCH v5 07/35] x86: Introduce a centralized CPUID data model
From: Ahmed S. Darwish
Date: Thu Jan 29 2026 - 12:17:46 EST
On Thu, 29 Jan 2026, Borislav Petkov wrote:
>
> But this is not about static and dynamic - you simply have different
> subleaf layouts. And I guess you don't have to call them anything. You
> simply have different struct types: leaf_0xd_0, leaf_0xd_1, leaf_0xd_n,
> ...
>
> And that's fine.
>
> The point being: we want our definitions to be as close to the hw spec
> definition as possible. Not invent new things. Just use what the SDM
> says and that's it.
>
ACK.