Providing backports as attachments.
On 10/02/2018 01:37 PM, Greg KH wrote:
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