[patch 0/2] kref debugging (retry)
- From: Akinobu Mita <mita@xxxxxxxxxxxxxxxx>
- Date: Tue, 25 Apr 2006 16:21:37 +0800
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.
--
-
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/
- Follow-Ups:
- [patch 2/2] kref: kref debugging config option
- From: Akinobu Mita
- [patch 1/2] kref: detect kref_put() with unreferenced object
- From: Akinobu Mita
- [patch 2/2] kref: kref debugging config option
- Prev by Date: Re: C++ pushback
- Next by Date: [patch 1/2] kref: detect kref_put() with unreferenced object
- Previous by thread: [ANNOUNCE] GIT 1.3.1
- Next by thread: [patch 1/2] kref: detect kref_put() with unreferenced object
- Index(es):
Relevant Pages
|