LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [patch 0/5] object debugging infrastructure V2
@ 2008-03-05 16:03 Thomas Gleixner
  2008-03-05 16:03 ` [patch 1/5] vmalloc: do not check for freed locks on user maps Thomas Gleixner
                   ` (6 more replies)
  0 siblings, 7 replies; 17+ messages in thread
From: Thomas Gleixner @ 2008-03-05 16:03 UTC (permalink / raw)
  To: LKML; +Cc: Andrew Morton, Greg KH, Peter Zijlstra, Ingo Molnar

This is version 2 of the object debugging infrastructure. Changes
versus V1:

- review comments processed:
  - multiplexing interfaces replaced
  - object type is determined by a caller provided pointer to 
    a debug structure which replaces the object type identifier
    -> No changes to the core code for new users
  - new debug state "destroyed" (kobject wishlist)
  - various cleanups

- complete detachment of the tracker object from the real object
  (no change to the real objects data structure necessary anymore)

- improved robustness (object memory management, oom cleanup)

- full set of self tests

- debugfs statistics 

- docbook documentation

Thanks,

	tglx
-- 


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

end of thread, other threads:[~2008-03-21 14:26 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-05 16:03 [patch 0/5] object debugging infrastructure V2 Thomas Gleixner
2008-03-05 16:03 ` [patch 1/5] vmalloc: do not check for freed locks on user maps Thomas Gleixner
2008-03-05 16:28   ` Nick Piggin
2008-03-05 17:20     ` Thomas Gleixner
2008-03-05 22:56       ` Nick Piggin
2008-03-05 23:31         ` Thomas Gleixner
2008-03-06  2:34           ` Nick Piggin
2008-03-05 16:03 ` [patch 2/5] slab: add a flag to prevent debug_free checks on a kmem_cache Thomas Gleixner
2008-03-05 16:03 ` [patch 3/5] infrastructure to debug (dynamic) objects Thomas Gleixner
2008-03-05 16:04 ` [patch 4/5] debugobjects: add documentation Thomas Gleixner
2008-03-10 20:13   ` Randy Dunlap
2008-03-21 14:25     ` Thomas Gleixner
2008-03-05 16:04 ` [patch 5/5] debugobjects: add timer specific object debugging code Thomas Gleixner
2008-03-05 20:14   ` Thomas Gleixner
2008-03-05 18:53 ` [patch 0/5] object debugging infrastructure V2 Greg KH
2008-03-06  1:48 ` Greg KH
2008-03-06  7:54   ` Thomas Gleixner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).