On Tue, Oct 02, 2018 at 02:36:01PM -0500, Michael Bringmann wrote: > --- numa.c.orig 2018-10-02 09:03:06.232491410 -0500 > +++ numa.c 2018-10-02 09:04:17.152494472 -0500 > @@ -1606,7 +1606,8 @@ > { > topology_timer.data = 0; > topology_timer.expires = jiffies + topology_timer_secs * HZ; > - mod_timer(&topology_timer, topology_timer.expires); > + if (vphn_enabled) > + mod_timer(&topology_timer, topology_timer.expires); > } > > #ifdef CONFIG_SMP That's not a patch I can apply :( Please send one-email-per-patch, in the correct format. And not as an attachment. Come on, you know better than this... greg k-h