mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Naveen N Rao <naveen@kernel.org>
To: Ingo Molnar <mingo@kernel.org>
Cc: Borislav Petkov <bp@alien8.de>,
	 Dave Hansen <dave.hansen@linux.intel.com>,
	linux-kernel@vger.kernel.org, x86@kernel.org,
	 Thomas Gleixner <tglx@linutronix.de>,
	Nikunj A Dadhania <nikunj@amd.com>,
	 Manali Shukla <manali.shukla@amd.com>,
	Bharata B Rao <bharata@amd.com>,
	 "H. Peter Anvin" <hpa@zytor.com>
Subject: Re: [PATCH v4 1/3] perf/amd/ibs: Limit the max EILVT register count for AMD family 0x10
Date: Thu, 23 Jul 2026 17:22:00 +0530	[thread overview]
Message-ID: <amIAAxdf4kR0t23X@blrnaveerao1> (raw)
In-Reply-To: <amHKq2HVbQrYoA2V@gmail.com>

Hi Ingo,

On Thu, Jul 23, 2026 at 10:02:51AM +0200, Ingo Molnar wrote:
> 
> * Naveen N Rao (AMD) <naveen@kernel.org> wrote:
> 
> > For AMD family 0x10, EILVT offsets are not assigned by BIOS and is
> > instead assigned by picking the next available EILVT offset.  Use the
> > maximum EILVT count for family 0x10 (APIC_EILVT_NR_AMD_10H) rather than
> > an arbitrary maximum EILVT count when looking for the next available
> > EILVT offset.
> > 
> > Signed-off-by: Naveen N Rao (AMD) <naveen@kernel.org>
> > Tested-by: Manali Shukla <manali.shukla@amd.com>
> > ---
> >  arch/x86/events/amd/ibs.c | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/arch/x86/events/amd/ibs.c b/arch/x86/events/amd/ibs.c
> > index 3531f9c23b8c..555912ac520f 100644
> > --- a/arch/x86/events/amd/ibs.c
> > +++ b/arch/x86/events/amd/ibs.c
> > @@ -1839,13 +1839,13 @@ static void force_ibs_eilvt_setup(void)
> >  
> >  	preempt_disable();
> >  	/* find the next free available EILVT entry, skip offset 0 */
> > -	for (offset = 1; offset < APIC_EILVT_NR_MAX; offset++) {
> > +	for (offset = 1; offset < APIC_EILVT_NR_AMD_10H; offset++) {
> 
> Nit:
> 
>   s/APIC_EILVT_NR_AMD_10H
>    /APIC_EILVT_NR_MAX_AMD_10H
> 
> to make it clear at first sight that this is a (family specific)
> maximum, not some default count or other random value.

Makes sense - I will send that as a separate cleanup on top of this 
series.


Thanks for the review!
- Naveen


  reply	other threads:[~2026-07-23 11:55 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-23  5:44 [PATCH v4 0/3] Support additional AMD EILVT registers Naveen N Rao (AMD)
2026-07-23  5:44 ` [PATCH v4 1/3] perf/amd/ibs: Limit the max EILVT register count for AMD family 0x10 Naveen N Rao (AMD)
2026-07-23  8:02   ` Ingo Molnar
2026-07-23 11:52     ` Naveen N Rao [this message]
2026-07-23 16:26     ` Naveen N Rao
2026-07-23  5:44 ` [PATCH v4 2/3] x86/apic: Introduce a variable to track the number of EILVT registers Naveen N Rao (AMD)
2026-07-23  5:44 ` [PATCH v4 3/3] x86/apic: Drop APIC_EILVT_NR_MAX Naveen N Rao (AMD)

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=amIAAxdf4kR0t23X@blrnaveerao1 \
    --to=naveen@kernel.org \
    --cc=bharata@amd.com \
    --cc=bp@alien8.de \
    --cc=dave.hansen@linux.intel.com \
    --cc=hpa@zytor.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=manali.shukla@amd.com \
    --cc=mingo@kernel.org \
    --cc=nikunj@amd.com \
    --cc=tglx@linutronix.de \
    --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

all inboxes | Powered by JetHome®