public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch 0/2] kref debugging (retry)
@ 2006-04-25  8:21 Akinobu Mita
  2006-04-25  8:21 ` [patch 1/2] kref: detect kref_put() with unreferenced object Akinobu Mita
  2006-04-25  8:21 ` [patch 2/2] kref: kref debugging config option Akinobu Mita
  0 siblings, 2 replies; 6+ messages in thread
From: Akinobu Mita @ 2006-04-25  8:21 UTC (permalink / raw)
  To: linux-kernel; +Cc: akpm, Greg KH, Patrick Mochel

This patch series enable to detect kref_put() with unreferenced object,
and split all kref debugging checks into new config debug option.

I can find many places where I can replace refcounter with kref by doing
"grep -r atomic_dec_and_test linux/".

If we have this detection of kref_put() with unreferenced object,
The work of kref convertions would be more than code cleanup and
consolidation.
--

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

end of thread, other threads:[~2006-04-26  2:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-25  8:21 [patch 0/2] kref debugging (retry) Akinobu Mita
2006-04-25  8:21 ` [patch 1/2] kref: detect kref_put() with unreferenced object Akinobu Mita
2006-04-26  0:26   ` Greg KH
2006-04-26  2:17     ` Akinobu Mita
2006-04-25  8:21 ` [patch 2/2] kref: kref debugging config option Akinobu Mita
2006-04-26  0:24   ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox