[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20180316175745.GC4043@hirez.programming.kicks-ass.net>
Date: Fri, 16 Mar 2018 18:57:45 +0100
From: Peter Zijlstra <peterz@...radead.org>
To: kbuild test robot <fengguang.wu@...el.com>
Cc: kbuild-all@...org, linux-kernel@...r.kernel.org,
tipbuild@...or.com, Thomas Gleixner <tglx@...utronix.de>
Subject: Re: [tip:perf/core 1/2] drivers//perf/qcom_l2_pmu.c:598:13: error:
invalid storage class for function 'l2_cache_event_start'
On Sat, Mar 17, 2018 at 01:19:54AM +0800, kbuild test robot wrote:
> tree: https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
> head: bbb68468641547d56c83012670bcaf77f3dacd64
> commit: 7eb709f29593aced51901cb53565477762800722 [1/2] perf: Fix sibling iteration
ARGH.. the below folded it makes it build again. But lets see if the
0day finds more fail.
diff --git a/drivers/perf/qcom_l2_pmu.c b/drivers/perf/qcom_l2_pmu.c
index 1a7889f63c9a..842135cf35a3 100644
--- a/drivers/perf/qcom_l2_pmu.c
+++ b/drivers/perf/qcom_l2_pmu.c
@@ -541,6 +541,7 @@ static int l2_cache_event_init(struct perf_event *event)
"Can't create mixed PMU group\n");
return -EINVAL;
}
+ }
cluster = get_cluster_pmu(l2cache_pmu, event->cpu);
if (!cluster) {
Powered by blists - more mailing lists