Re: FAILED: patch "[PATCH] powerpc/pseries: Fix unitialized timer reset on migration" failed to apply to 4.4-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



[Index of Archives]     [Linux Kernel]     [Kernel Development Newbies]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Hiking]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux