[patch 0/2] workqueue: Add proper debugobjects support for delayed_work on stack

From: Thomas Gleixner
Date: Sun Mar 23 2014 - 10:21:11 EST


While trying to decode Vince mystery crash I noticed, that we have a
initializer for delayed work on stack but no destructor.

The only user in tree got it wrong, which leaks a tracking object for
the work itself.

Provide destroy_delayed_work_on_stack() and make hpet use it.

Thanks,

tglx

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/