Re: [PATCH v5 07/35] x86: Introduce a centralized CPUID data model

"Ahmed S. Darwish" <[email protected]> Thu, 29 Jan 2026 18:16:04 +0100
Newsgroups dev.linux.lists.x86-cpuid,org.kernel.vger.linux-kernel
Message-ID <aXuV1IQYiMyn34ps@lx-t490>
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.