Re: [PATCH 4.4 66/90] powerpc/numa: Fix percpu allocations to be NUMA aware

From: Greg Kroah-Hartman
Date: Fri Jul 28 2017 - 18:42:31 EST


On Fri, Jul 28, 2017 at 03:53:35PM +0200, Michal Hocko wrote:
> JFYI. We have encountered a regression after applying this patch on a
> large ppc machine. While the patch is the right thing to do it doesn't
> work well with the current vmalloc area size on ppc and large machines
> where NUMA nodes are very far from each other. Just for the reference
> the boot fails on such a machine with bunch of warning preceeding it.
> See http://lkml.kernel.org/r/20170724134240.GL25221@xxxxxxxxxxxxxx
>
> It seems the right thing to do is to enlarge the vmalloc space on ppc
> but this is not the case in the upstream kernel yet AFAIK. It is also
> questionable whether that is a stable material but I will decision on
> you here.
>
> We have reverted this patch from our 4.4 based kernel.

But all is fine on newer kernels? That is odd.

I'll be glad to drop it, but should it be dropped from all stable trees?

thanks,

greg k-h