The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: "Ahmed S. Darwish" <darwi@linutronix.de>
To: Ingo Molnar <mingo@redhat.com>,
	Dave Hansen <dave.hansen@linux.intel.com>,
	Borislav Petkov <bp@alien8.de>
Cc: Thomas Gleixner <tglx@linutronix.de>,
	Andrew Cooper <andrew.cooper3@citrix.com>,
	"H. Peter Anvin" <hpa@zytor.com>,
	John Ogness <john.ogness@linutronix.de>,
	x86@kernel.org, x86-cpuid@lists.linux.dev,
	LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v2 14/20] tools/x86/kcpuid: Filter valid CPUID ranges
Date: Wed, 12 Mar 2025 16:18:33 +0100	[thread overview]
Message-ID: <Z9GlyaR-oFEur1zy@lx-t490> (raw)
In-Reply-To: <20250312143738.458507-15-darwi@linutronix.de>

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

  reply	other threads:[~2025-03-12 15:18 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-12 14:37 [PATCH v2 00/20] tools/x86/kcpuid: x86-cpuid-db v2.3 update Ahmed S. Darwish
2025-03-12 14:37 ` [PATCH v2 01/20] tools/x86/kcpuid: Fix error handling Ahmed S. Darwish
2025-03-12 14:37 ` [PATCH v2 02/20] tools/x86/kcpuid: Exit the program on invalid parameters Ahmed S. Darwish
2025-03-12 14:37 ` [PATCH v2 03/20] tools/x86/kcpuid: Simplify usage() handling Ahmed S. Darwish
2025-03-12 14:37 ` [PATCH v2 04/20] tools/x86/kcpuid: Save CPUID output in an array Ahmed S. Darwish
2025-03-12 14:37 ` [PATCH v2 05/20] tools/x86/kcpuid: Print correct CPUID output register names Ahmed S. Darwish
2025-03-12 14:37 ` [PATCH v2 06/20] tools/x86/kcpuid: Remove unused local variable Ahmed S. Darwish
2025-03-12 14:37 ` [PATCH v2 07/20] tools/x86/kcpuid: Remove unused global variable Ahmed S. Darwish
2025-03-12 14:37 ` [PATCH v2 08/20] tools/x86/kcpuid: Set function return type to void Ahmed S. Darwish
2025-03-12 14:37 ` [PATCH v2 09/20] tools/x86/kcpuid: Use C99-style for loops Ahmed S. Darwish
2025-03-12 14:37 ` [PATCH v2 10/20] tools/x86/kcpuid: Use <cpuid.h> intrinsics Ahmed S. Darwish
2025-03-12 14:37 ` [PATCH v2 11/20] tools/x86/kcpuid: Refactor CPUID range handling for future expansion Ahmed S. Darwish
2025-03-12 14:37 ` [PATCH v2 12/20] tools/x86/kcpuid: Extend CPUID index mask macro Ahmed S. Darwish
2025-03-12 14:37 ` [PATCH v2 13/20] tools/x86/kcpuid: Consolidate index validity checks Ahmed S. Darwish
2025-03-12 14:37 ` [PATCH v2 14/20] tools/x86/kcpuid: Filter valid CPUID ranges Ahmed S. Darwish
2025-03-12 15:18   ` Ahmed S. Darwish [this message]
2025-03-12 14:37 ` [PATCH v2 15/20] tools/x86/kcpuid: Define Transmeta and Centaur index ranges Ahmed S. Darwish
2025-03-12 14:37 ` [PATCH v2 16/20] tools/x86/kcpuid: Update bitfields to x86-cpuid-db v2.0 Ahmed S. Darwish
2025-03-12 14:37 ` [PATCH v2 17/20] tools/x86/kcpuid: Update bitfields to x86-cpuid-db v2.1 Ahmed S. Darwish
2025-03-12 14:37 ` [PATCH v2 18/20] tools/x86/kcpuid: Update bitfields to x86-cpuid-db v2.2 Ahmed S. Darwish
2025-03-12 14:37 ` [PATCH v2 19/20] tools/x86/kcpuid: Update bitfields to x86-cpuid-db v2.3 Ahmed S. Darwish
2025-03-12 19:54   ` H. Peter Anvin
2025-03-19 11:55     ` Ahmed S. Darwish
2025-03-12 14:37 ` [PATCH v2 20/20] MAINTAINERS: Include kcpuid under X86 CPUID DATABASE Ahmed S. Darwish

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Z9GlyaR-oFEur1zy@lx-t490 \
    --to=darwi@linutronix.de \
    --cc=andrew.cooper3@citrix.com \
    --cc=bp@alien8.de \
    --cc=dave.hansen@linux.intel.com \
    --cc=hpa@zytor.com \
    --cc=john.ogness@linutronix.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@redhat.com \
    --cc=tglx@linutronix.de \
    --cc=x86-cpuid@lists.linux.dev \
    --cc=x86@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox