[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <296fc0ff-0d27-872b-0374-066019127813@linux.intel.com>
Date: Wed, 13 Nov 2019 08:04:13 -0500
From: "Liang, Kan" <kan.liang@...ux.intel.com>
To: Pavel Machek <pavel@...x.de>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: linux-kernel@...r.kernel.org, stable@...r.kernel.org,
"Peter Zijlstra (Intel)" <peterz@...radead.org>,
Alexander Shishkin <alexander.shishkin@...ux.intel.com>,
Arnaldo Carvalho de Melo <acme@...hat.com>,
Jiri Olsa <jolsa@...hat.com>,
Linus Torvalds <torvalds@...ux-foundation.org>,
Mark Rutland <mark.rutland@....com>,
Namhyung Kim <namhyung@...nel.org>,
Stephane Eranian <eranian@...gle.com>,
Thomas Gleixner <tglx@...utronix.de>,
Vince Weaver <vincent.weaver@...ne.edu>,
linux-drivers-review@...ists.intel.com,
linux-perf@...ists.intel.com, Ingo Molnar <mingo@...nel.org>,
Sasha Levin <sashal@...nel.org>
Subject: Re: [PATCH 4.19 097/125] perf/x86/uncore: Fix event group support
On 11/13/2019 5:35 AM, Pavel Machek wrote:
> Hi!
>
>> return ret;
>> }
>>
>> +static void uncore_pmu_enable(struct pmu *pmu)
>> +{
>> + struct intel_uncore_pmu *uncore_pmu;
>> + struct intel_uncore_box *box;
>> +
>> + uncore_pmu = container_of(pmu, struct intel_uncore_pmu, pmu);
>> + if (!uncore_pmu)
>> + return;
>
> AFAICT this test can never trigger.
>
>> +static void uncore_pmu_disable(struct pmu *pmu)
>> +{
>> + struct intel_uncore_pmu *uncore_pmu;
>> + struct intel_uncore_box *box;
>> +
>> + uncore_pmu = container_of(pmu, struct intel_uncore_pmu, pmu);
>> + if (!uncore_pmu)
>> + return;
>
> And neither can this one.
I will submit a patch to fix it.
Thanks,
Kan
Powered by blists - more mailing lists