From: Akinobu Mita <mita@miraclelinux.com>
To: linux-kernel@vger.kernel.org
Cc: akpm@osdl.org, Greg KH <greg@kroah.com>,
Patrick Mochel <mochel@osdl.org>
Subject: [patch 0/2] kref debugging (retry)
Date: Tue, 25 Apr 2006 16:21:37 +0800 [thread overview]
Message-ID: <20060425082137.028875000@localhost.localdomain> (raw)
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.
--
next reply other threads:[~2006-04-25 8:24 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-04-25 8:21 Akinobu Mita [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060425082137.028875000@localhost.localdomain \
--to=mita@miraclelinux.com \
--cc=akpm@osdl.org \
--cc=greg@kroah.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mochel@osdl.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox