[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20140323141648.703530841@linutronix.de>
Date: Sun, 23 Mar 2014 14:20:44 -0000
From: Thomas Gleixner <tglx@...utronix.de>
To: LKML <linux-kernel@...r.kernel.org>
Cc: Vince Weaver <vincent.weaver@...ne.edu>
Subject: [patch 0/2] workqueue: Add proper debugobjects support for
delayed_work on stack
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists