From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:46076 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726274AbeJCC1R (ORCPT ); Tue, 2 Oct 2018 22:27:17 -0400 Date: Tue, 2 Oct 2018 12:42:17 -0700 From: Greg KH To: Michael Bringmann Cc: mpe@ellerman.id.au, stable@vger.kernel.org Subject: Re: FAILED: patch "[PATCH] powerpc/pseries: Fix unitialized timer reset on migration" failed to apply to 4.4-stable tree Message-ID: <20181002194217.GA30947@kroah.com> References: <153848271313943@kroah.com> <10de1312-353a-2c0e-ab00-6a4e037a5fae@linux.vnet.ibm.com> <20181002162739.GE7523@kroah.com> <0b66e539-dad7-9506-cbc0-d86cd36ea68e@linux.vnet.ibm.com> <20181002183731.GA27582@kroah.com> <32655f90-5f8b-4e27-806a-7280291eecfa@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <32655f90-5f8b-4e27-806a-7280291eecfa@linux.vnet.ibm.com> Sender: stable-owner@vger.kernel.org List-ID: 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