On Fri, 18 Mar 2016, Peter Zijlstra wrote: > On Thu, Mar 17, 2016 at 05:34:14AM -0700, kan.li...@intel.com 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....