Re: [PATCH v2 14/20] tools/x86/kcpuid: Filter valid CPUID ranges

From: Ahmed S. Darwish
Date: Wed Mar 12 2025 - 11:22:03 EST


On Wed, 12 Mar 2025, Ahmed S. Darwish wrote:
>
> @@ -342,6 +359,7 @@ static void parse_line(char *line)
> return;
>
> /* Skip line parsing if the index CPUID output is all zero */
> + index &= CPUID_FUNCTION_MASK;
> func = &range->funcs[index];
> if (!func->nr)
> return;

My apologies, this line should've been part of the previous patch.
Probably a rebase issue.

I have it now fixed, but I'll wait before sending v3 to see if there are
any comments on the PQ.

Thanks,

--
Ahmed S. Darwish
Linutronix GmbH