mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Ravi Bangoria <ravi.bangoria@amd.com>
To: Peter Zijlstra <peterz@infradead.org>
Cc: Naresh Kamboju <naresh.kamboju@linaro.org>,
	Arnaldo Carvalho de Melo <acme@kernel.org>,
	Borislav Petkov <bp@alien8.de>, Ingo Molnar <mingo@redhat.com>,
	linux-perf-users@vger.kernel.org,
	open list <linux-kernel@vger.kernel.org>,
	regressions@lists.linux.dev, lkft-triage@lists.linaro.org,
	Stephane Eranian <eranian@google.com>,
	Sandipan Das <sandipan.das@amd.com>,
	Ravi Bangoria <ravi.bangoria@amd.com>
Subject: Re: Perf: BUG: kernel NULL pointer dereference, address: 0000000000000198
Date: Mon, 7 Nov 2022 15:59:47 +0530	[thread overview]
Message-ID: <823b8819-b808-d11c-acbc-9caff9e2f535@amd.com> (raw)
In-Reply-To: <f00ecc51-a387-1801-0db6-e18060c620a7@amd.com>

On 03-Nov-22 9:42 PM, Ravi Bangoria wrote:
> On 03-Nov-22 6:03 PM, Peter Zijlstra wrote:
>> On Thu, Nov 03, 2022 at 05:15:30PM +0530, Ravi Bangoria wrote:
>>
>>> Sorry was distracted a bit. So, this seems to be happening because of
>>> race between amd_pmu_enable_all() and perf event NMI. Something like:
>>>
>>>   amd_pmu_enable_all()
>>>   {
>>>       if (!test_bit(idx, cpuc->active_mask))
>>>
>>>   --->/* perf NMI entry */
>>>       ...
>>>       x86_pmu_stop() {
>>>           __clear_bit(hwc->idx, cpuc->active_mask);
>>>           cpuc->events[hwc->idx] = NULL;
>>>       }
>>>       ...
>>>   <---/* perf NMI exit */
>>>
>>>       amd_pmu_enable_event(cpuc->events[idx]);
>>>   }
>>
>> Hmm, do you have more information?
> 
> I've extracted function graph logs from crash dump and uploaded it here:
> https://github.com/BangoriaRavi/function_graph/blob/main/trace.function_graph.dat
> 
> crash was on CPU1.

git bisect let me to a BRS patch:

    commit ada543459cab7f653dcacdaba4011a8bb19c627c
    Author: Stephane Eranian <eranian@google.com>
    Date:   Tue Mar 22 15:15:07 2022 -0700

    perf/x86/amd: Add AMD Fam19h Branch Sampling support

    Add support for the AMD Fam19h 16-deep branch sampling feature as
    described in the AMD PPR Fam19h Model 01h Revision B1.  This is a model
    specific extension. It is not an architected AMD feature.

Thanks,
Ravi

  reply	other threads:[~2022-11-07 10:30 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-20  6:54 Naresh Kamboju
2022-10-25  4:29 ` Ravi Bangoria
2022-10-25 13:06   ` Ravi Bangoria
2022-10-26 10:05     ` Ravi Bangoria
2022-11-03 11:45       ` Ravi Bangoria
2022-11-03 12:33         ` Peter Zijlstra
2022-11-03 16:12           ` Ravi Bangoria
2022-11-07 10:29             ` Ravi Bangoria [this message]
2022-11-14  4:40               ` [PATCH] perf/x86/amd: Fix crash due to race between amd_pmu_enable_all, perf NMI and throttling Ravi Bangoria
2022-11-16  9:21                 ` [tip: perf/urgent] " tip-bot2 for Ravi Bangoria

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=823b8819-b808-d11c-acbc-9caff9e2f535@amd.com \
    --to=ravi.bangoria@amd.com \
    --cc=acme@kernel.org \
    --cc=bp@alien8.de \
    --cc=eranian@google.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-perf-users@vger.kernel.org \
    --cc=lkft-triage@lists.linaro.org \
    --cc=mingo@redhat.com \
    --cc=naresh.kamboju@linaro.org \
    --cc=peterz@infradead.org \
    --cc=regressions@lists.linux.dev \
    --cc=sandipan.das@amd.com \
    /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®