On Wed, 4 Apr 2007, Badari Pulavarty wrote:

> Here is the slub_debug=FU output with the above patch.

Hmmm... Looks like the object is actually free. Someone writes beyond the 
end of the earlier object. Setting Z should check overwrites but it 
switched off merging. So set

slub_debug = FZ

Analoguos to the last patch you would need to take out redzoning from 
the flags that stop merging. Then rerun. Maybe we can track it down this 
way.

Hmmm... Maybe remove all the debug flags from those that avoid merging and 
then run with full debug. That should theoretically flush it out.
 
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to