Re: [PATCH 1/2] x86/perf/intel/uncore: Make Intel uncore modular

From: Thomas Gleixner
Date: Fri Mar 18 2016 - 04:50:53 EST


On Fri, 18 Mar 2016, Peter Zijlstra wrote:

> On Thu, Mar 17, 2016 at 05:34:14AM -0700, kan.liang@xxxxxxxxx wrote:
> > +static void __exit intel_uncore_exit(void)
> > +{
> > + cpu_notifier_register_done();
>
> Did you even test this? That should be _begin();

That's my fault. I had this in my proof of concept patch and it actually works
for some reason. By some definition of works: i.e. it does not explode in your
face right away....