]> git.baikalelectronics.ru Git - kernel.git/commit
Kconfig: make KOBJECT_RELEASE debugging require timer debugging
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 29 Oct 2013 15:33:36 +0000 (08:33 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 29 Oct 2013 15:33:36 +0000 (08:33 -0700)
commitd7ddca9a42a5c02d6420076ab7c8abceb8fc56b3
tree27d139bf083539e55c6c19425ef64d39a4121d41
parentacedb4d136961d2755223a2d19c5dea664d9473a
Kconfig: make KOBJECT_RELEASE debugging require timer debugging

Without the timer debugging, the delayed kobject release will just
result in undebuggable oopses if it triggers any latent bugs.  That
doesn't actually help debugging at all.

So make DEBUG_KOBJECT_RELEASE depend on DEBUG_OBJECTS_TIMERS to avoid
having people enable one without the other.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
lib/Kconfig.debug