Its a deliberate debugging trap.
> #if DEBUG
> if (cachep->flags & SLAB_POISON)
> if (kmem_check_poison_obj(cachep, objp))
> BUG();
> ^^^^^^ This one is triggered
Someone freed memory and then scribbled on it.
The first thing useful here is to know which drivers you were using shortly
before the oops
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/