]> git.baikalelectronics.ru Git - kernel.git/commit
add hrtimer specific debugobjects code
authorThomas Gleixner <tglx@linutronix.de>
Wed, 30 Apr 2008 07:55:04 +0000 (00:55 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 30 Apr 2008 15:29:53 +0000 (08:29 -0700)
commit3730883977ab11c5fb0f8ee4787c14219af4c45f
tree078de7357c118b5bb84eedb38ba829205941b03b
parentfe9e195a96f9b895d3b7ae65bc0d359be8f59a5c
add hrtimer specific debugobjects code

hrtimers have now dynamic users in the network code.  Put them under
debugobjects surveillance as well.

Add calls to the generic object debugging infrastructure and provide fixup
functions which allow to keep the system alive when recoverable problems have
been detected by the object debugging core code.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Greg KH <greg@kroah.com>
Cc: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Kay Sievers <kay.sievers@vrfy.org>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/hrtimer.h
kernel/futex.c
kernel/hrtimer.c