public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* lockdep and debug objects together are broken?
@ 2009-01-20  8:55 Nick Piggin
  2009-01-20 21:11 ` Vegard Nossum
  0 siblings, 1 reply; 8+ messages in thread
From: Nick Piggin @ 2009-01-20  8:55 UTC (permalink / raw)
  To: Ingo Molnar, Thomas Gleixner, Vegard Nossum, Peter Zijlstra,
	Linux Kernel Mailing List

Hi,

I've had a problem frustrating my testing because lockdep was silently turning
itself off... I patched out the code to disable lockdep after the first error,
and it started showing up weird errors. kernel/fork.c:990 seemed to be the
first to trigger (hard irqs disabled) from a call_usermodehelper call. Later,
migration thread was reported to try to unlock rq->lock although it was
holding no locks. Then init was reported to return to userspace without
releasing an objectdebug hash lock.

All that went away and everything seemed to work properly with debug objects
configured out.

I didn't get too far in trying to debug the problem. But it should be easy
enough to reproduce (if not, I can post traces or test patches).

Thanks,
Nick

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

end of thread, other threads:[~2009-01-21 11:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-20  8:55 lockdep and debug objects together are broken? Nick Piggin
2009-01-20 21:11 ` Vegard Nossum
2009-01-21  7:19   ` Nick Piggin
2009-01-21 11:42     ` Ingo Molnar
2009-01-21 11:50       ` Peter Zijlstra
2009-01-21 11:54         ` Ingo Molnar
2009-01-21 11:54       ` Nick Piggin
2009-01-21 11:57         ` Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox