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 <gavin....@canonical.com> > 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 majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/