From: Greg KH <gregkh@linuxfoundation.org>
To: Michael Bringmann <mwb@linux.vnet.ibm.com>
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
Date: Tue, 2 Oct 2018 12:42:17 -0700 [thread overview]
Message-ID: <20181002194217.GA30947@kroah.com> (raw)
In-Reply-To: <32655f90-5f8b-4e27-806a-7280291eecfa@linux.vnet.ibm.com>
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
prev parent reply other threads:[~2018-10-03 2:27 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-02 12:18 FAILED: patch "[PATCH] powerpc/pseries: Fix unitialized timer reset on migration" failed to apply to 4.4-stable tree gregkh
2018-10-02 14:18 ` Michael Bringmann
2018-10-02 16:27 ` Greg KH
2018-10-02 18:30 ` Michael Bringmann
2018-10-02 18:37 ` Greg KH
2018-10-02 19:36 ` Michael Bringmann
2018-10-02 19:42 ` Greg KH [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20181002194217.GA30947@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=mpe@ellerman.id.au \
--cc=mwb@linux.vnet.ibm.com \
--cc=stable@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox