RE: [PATCH] perf/x86/intel/uncore: fix IMC missing box initialization

From: Liang, Kan
Date: Sun Apr 26 2015 - 23:43:52 EST



>
> > This leads me to believe that this patch:
> >
> > commit c05199e5a57a579fea1e8fa65e2b511ceb524ffc
> > Author: Kan Liang <kan.liang@xxxxxxxxx>
> > Date: Tue Jan 20 04:54:25 2015 +0000
> >
> > perf/x86/intel/uncore: Move uncore_box_init() out of driver
> initialization
> >
> > If I revert it, I bet things will work again.
>
> Yes the initialization needs to be moved out of the IPI context.
>

Maybe we can move them to event init, which is not in IPI context.

What do you think of this patch?

---