Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754290AbbF0Dt2 (ORCPT ); Fri, 26 Jun 2015 23:49:28 -0400 Received: from imap.thunk.org ([74.207.234.97]:57517 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753272AbbF0DtT (ORCPT ); Fri, 26 Jun 2015 23:49:19 -0400 Date: Fri, 26 Jun 2015 23:49:10 -0400 From: "Theodore Ts'o" To: Gavin Guo , Christoph Lameter , Pekka Enberg , David Rientjes , Joonsoo Kim , Andrew Morton , Linus Torvalds , linux-kernel@vger.kernel.org Subject: Re: commit 4066c33d0308f8 breaks booting under KVM Message-ID: <20150627034910.GB474@thunk.org> Mail-Followup-To: Theodore Ts'o , Gavin Guo , Christoph Lameter , Pekka Enberg , David Rientjes , Joonsoo Kim , Andrew Morton , Linus Torvalds , linux-kernel@vger.kernel.org References: <20150626142332.GA28413@thunk.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150626142332.GA28413@thunk.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: tytso@thunk.org X-SA-Exim-Scanned: No (on imap.thunk.org); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 976 Lines: 24 On Fri, Jun 26, 2015 at 10:23:32AM -0400, Theodore Ts'o wrote: > I can no longer boot Linus's tree under KVM using a 32-bit i386 build; > it just hangs before any messages get sent to the serial console. It > bisects down to: > > commit 4066c33d0308f87e9a3b0c7fafb9141c0bfbfa77 > Author: Gavin Guo > Date: Wed Jun 24 16:55:54 2015 -0700 > > mm/slab_common: support the slub_debug boot option on specific object size > ... As a follow up, this commit breaks 32-bit and 64-bit x86 if you have CONFIG_SLAB enabled. When I switched to CONFIG_SLUB, the kernel boots. So it appears this commit is breaking kernel configurations with CONFIG_SLAB enabled. - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/