Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751165AbdFFFzW (ORCPT ); Tue, 6 Jun 2017 01:55:22 -0400 Received: from muru.com ([72.249.23.125]:50360 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750755AbdFFFzV (ORCPT ); Tue, 6 Jun 2017 01:55:21 -0400 Date: Mon, 5 Jun 2017 22:55:17 -0700 From: Tony Lindgren To: Johannes Weiner Cc: Russell King - ARM Linux , Andrew Morton , Josef Bacik , Michal Hocko , Vladimir Davydov , Rik van Riel , Mark Brown , linux-kernel@vger.kernel.org Subject: Re: Regression on ARMs in next-20170531 Message-ID: <20170606055516.GR3730@atomide.com> References: <20170531164544.GF3730@atomide.com> <20170531174333.GA27796@n2100.armlinux.org.uk> <20170604113257.GA1095@cmpxchg.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170604113257.GA1095@cmpxchg.org> User-Agent: Mutt/1.8.2 (2017-04-18) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 558 Lines: 16 * Johannes Weiner [170604 04:36]: > I think it's NULL because the slab allocation happens before even the > root_mem_cgroup is set up, and so root_mem_cgroup -> lruvec -> pgdat > gives us garbage. > > Tony, Josef, since the patches are dropped from -next, could you test > the -mm tree at git://git.cmpxchg.org/linux-mmots.git and verify that > this patch below fixes the issue? Looks like next-20170605 is broken for ARMs again.. And the patch below does not apply for me against mmots/master or next. Care to update? Regards, Tony