On Thursday 12 December 2013 08:08 PM, Andrew Morton wrote: > On Mon, 9 Dec 2013 16:50:46 -0500 Santosh Shilimkar > <santosh.shilim...@ti.com> wrote: > >> Switch to memblock interfaces for early memory allocator instead of >> bootmem allocator. No functional change in beahvior than what it is >> in current code from bootmem users points of view. >> >> Archs already converted to NO_BOOTMEM now directly use memblock >> interfaces instead of bootmem wrappers build on top of memblock. And the >> archs which still uses bootmem, these new apis just fallback to exiting >> bootmem APIs. > > This one makes my x86_64 test box fail to boot. There's no obvious > indication why and I don't have netconsole on this machine, sorry. It > simply fails to mount the root fs. > > config: > Thanks for config and reporting the issue. Unfortunately I don't have ability to test x86 machine but will try to analyze it and find out whats could be going wrong.
Failure around rootfs mount means it could be something to do with memory free related code from the patch. Regards, Santosh -- 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/