All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch 0/2] workqueue: Add proper debugobjects support for delayed_work on stack
@ 2014-03-23 14:20 Thomas Gleixner
  2014-03-23 14:20 ` [patch 1/2] workqueue: Provide destroy_delayed_work_on_stack() Thomas Gleixner
  2014-03-23 14:20 ` [patch 2/2] x86: hpet: Use proper destructor for delayed work Thomas Gleixner
  0 siblings, 2 replies; 6+ messages in thread
From: Thomas Gleixner @ 2014-03-23 14:20 UTC (permalink / raw)
  To: LKML; +Cc: Vince Weaver

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-03-25 16:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-23 14:20 [patch 0/2] workqueue: Add proper debugobjects support for delayed_work on stack Thomas Gleixner
2014-03-23 14:20 ` [patch 1/2] workqueue: Provide destroy_delayed_work_on_stack() Thomas Gleixner
2014-03-24 12:51   ` Tejun Heo
2014-03-25 16:37   ` [tip:timers/core] " tip-bot for Thomas Gleixner
2014-03-23 14:20 ` [patch 2/2] x86: hpet: Use proper destructor for delayed work Thomas Gleixner
2014-03-25 16:37   ` [tip:timers/core] " tip-bot for Thomas Gleixner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.