From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752999AbdETH0m (ORCPT ); Sat, 20 May 2017 03:26:42 -0400 Received: from mx2.suse.de ([195.135.220.15]:55587 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752684AbdETH0j (ORCPT ); Sat, 20 May 2017 03:26:39 -0400 Date: Sat, 20 May 2017 09:26:34 +0200 From: Michal Hocko To: Guenter Roeck Cc: linux-kernel@vger.kernel.org, Pavel Tatashin , Andrew Morton , Stephen Rothwell , Kevin Hilman Subject: Re: Widespread crashes in -next, bisected to 'mm: drop HASH_ADAPT' Message-ID: <20170520072634.GA11925@dhcp22.suse.cz> References: <20170519164622.GA28873@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170519164622.GA28873@roeck-us.net> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri 19-05-17 09:46:23, Guenter Roeck wrote: > Hi, > > my qemu tests of next-20170519 show the following results: > total: 122 pass: 30 fail: 92 > > I won't bother listing all of the failures; they are available at > http://kerneltests.org/builders. I bisected one (openrisc, because > it gives me some console output before dying). It points to > 'mm: drop HASH_ADAPT' as the culprit. Bisect log is attached. > > A quick glance suggests that 64 bit kernels pass and 32 bit kernels fail. > 32-bit x86 images fail and should provide an easy test case. Hmm, this is quite unexpected as the patch is not supposed to change things much. It just removes the flag and perform the new hash scaling automatically for all requeusts which do not have any high limit. Some of those didn't have HASH_ADAPT before but that shouldn't change the picture much. The only thing that I can imagine is that what formerly failed for early memblock allocations is now suceeding and that depletes the early memory. Do you have any serial console from the boot? -- Michal Hocko SUSE Labs