[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <aCb8UWg5bNNT5yT1@gmail.com>
Date: Fri, 16 May 2025 10:50:25 +0200
From: Ingo Molnar <mingo@...nel.org>
To: "Ahmed S. Darwish" <darwi@...utronix.de>
Cc: Ingo Molnar <mingo@...hat.com>, Borislav Petkov <bp@...en8.de>,
Dave Hansen <dave.hansen@...ux.intel.com>,
Thomas Gleixner <tglx@...utronix.de>,
Andrew Cooper <andrew.cooper3@...rix.com>,
"H. Peter Anvin" <hpa@...or.com>,
John Ogness <john.ogness@...utronix.de>, x86@...nel.org,
x86-cpuid@...ts.linux.dev, LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v2 1/2] x86/cpuid: Fix CPUID(0x2) iterator kernel-doc
* Ahmed S. Darwish <darwi@...utronix.de> wrote:
> The CPUID(0x2) cache/TLB descriptors iterator has been recently changed
> from:
>
> for_each_leaf_0x2_entry(regs, __ptr, entry)
>
> to:
>
> for_each_cpuid_0x2_desc(_regs, _ptr, _desc)
>
> but the attached kernel-doc was not fully adapted. Fix it.
>
> Fixes: c4c9ea879c3b ("x86/cpuid: Rename cpuid_get_leaf_0x2_regs() to cpuid_leaf_0x2()")
> Signed-off-by: Ahmed S. Darwish <darwi@...utronix.de>
I've folded this fix back into the originator commit.
Thanks,
Ingo
Powered by blists - more mailing lists