Re: [PATCH v7 016/120] x86/cpuid: Split parser tables and add vendor-qualified parsing
"Ahmed S. Darwish" <[email protected]> Thu, 18 Jun 2026 19:45:45 +0200
| Newsgroups | dev.linux.lists.x86-cpuid,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <ajQuyXOaUlM9aBu-@lx-t490> |
On Tue, 16 Jun 2026, Borislav Petkov wrote: > > This patch is doing two things: > > 1. split parser > 2. add vendor stuff > > I think it should be split. > will do. > > +static bool cpuid_leaf_matches_vendor(unsigned int leaf, u8 cpu_vendor) > > This function needs documentation. > ACK. -- Thanks, Ahmed