On Fri, 13 Feb 2015, Chris J Arges wrote: > The diff doesn't show this clearly, but the BUG_ON was added to both > free_debug_processing and alloc_debug_processing.
This is not good. There should be no BUG_ON. The problem report by the allocator already includes a backtrace. You need to abort with the crash dump. Maybe print a message describing what is going on before. Crash dump and abort would make most sense in slab_err() and object_err(). -- 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/