2014-09-03 2:10 GMT+09:00 Sabrina Dubroca <sd@xxxxxxxxxxxxxxx>: > Hello, > > 2014-08-24, 23:56:03 +0900, Akinobu Mita wrote: >> Replace memblock_find_in_range() and memblock_reserve() with >> memblock_alloc_range(). >> >> Signed-off-by: Akinobu Mita <akinobu.mita@xxxxxxxxx> >> Cc: linux-mm@xxxxxxxxx > > This patch is included in linux-next, and when I boot next-20140901, > on a 32-bit build, I get this message: > > > kmemleak: Cannot insert 0xf6556000 into the object search tree (overlaps existing) kmemleak_alloc() in memblock_virt_alloc_internal() should have been removed by the conversion in this patch. Otherwise kmemleak() is called twice because memblock_alloc_range() also calls it. Andrew, could you drop this patch for now. I'll send the patch with this fix. Thanks for the report. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>