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 11:37:31 -0700 [thread overview]
Message-ID: <20181002183731.GA27582@kroah.com> (raw)
In-Reply-To: <0b66e539-dad7-9506-cbc0-d86cd36ea68e@linux.vnet.ibm.com>
On Tue, Oct 02, 2018 at 01:30:28PM -0500, Michael Bringmann wrote:
> For 4.9-stable & 4.14-stable, we would adapt commit 8604895a34d92f5e186ceb931b0d1b384030ea3d
> to the following:
>
> diff --git a/arch/powerpc/mm/numa.c b/arch/powerpc/mm/numa.c
> --- a/arch/powerpc/mm/numa.c 2018-10-02 13:18:42.615084257 -0500
> +++ b/arch/powerpc/mm/numa.c 2018-10-02 13:19:51.488209551 -0500
> @@ -1469,7 +1469,8 @@
> {
> topology_timer.data = 0;
> topology_timer.expires = jiffies + 60 * HZ;
> - mod_timer(&topology_timer, topology_timer.expires);
> + if (vphn_enabled)
> + mod_timer(&topology_timer, topology_timer.expires);
> }
>
> #ifdef CONFIG_SMP
>
>
Can you send these all in a format that I can actually apply them in?
This way does not work, sorry.
greg k-h
next prev parent reply other threads:[~2018-10-03 1:22 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 [this message]
2018-10-02 19:36 ` Michael Bringmann
2018-10-02 19:42 ` Greg KH
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=20181002183731.GA27582@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