Re: [tip:perf/core 1/2] drivers//perf/qcom_l2_pmu.c:598:13: error: invalid storage class for function 'l2_cache_event_start'

From: Peter Zijlstra
Date: Fri Mar 16 2018 - 13:58:00 EST


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) {