On Fri, 7 Aug 2015, Fengguang Wu wrote:

> [   31.664489] WARNING: CPU: 1 PID: 1 at lib/debugobjects.c:263 
> debug_print_object+0xfe/0x11d()
> [   31.675198] ODEBUG: free active (active state 0) object type: work_struct 
> hint: power_supply_changed_work+0x0/0x1f7

Ok this is slab independent object validation. No idea what this
means. A free of an active object should be ok. Or is the object somehow
tracked in a different way to be active that prevents its freeing? Has a
refcount or so?

> [   31.760114] kernel BUG at mm/slab.c:2291!

Interrupts not disabled as they ought to be.
--
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/

Reply via email to