public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] lockdep: Improvements for rwlocks dependency inversion detection
@ 2009-11-18  1:06 Frederic Weisbecker
  2009-11-18  1:06 ` [PATCH 1/2] lockdep: Include recursive read-locks dependencies in the tree Frederic Weisbecker
  2009-11-18  1:06 ` [PATCH 2/2] lockdep: Don't only check recursive read locks once in a sequence Frederic Weisbecker
  0 siblings, 2 replies; 9+ messages in thread
From: Frederic Weisbecker @ 2009-11-18  1:06 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: LKML, Frederic Weisbecker, Peter Zijlstra, Thomas Gleixner,
	Ming Lei

Hi,

This is two patches to improve rwlocks dependency inversion
detection. If you ack these I can also add test suites for the
particular treated usecases.

Thanks,
	Frederic.

Frederic Weisbecker (2):
  lockdep: Include recursive read-locks dependencies in the tree
  lockdep: Don't only check recursive read locks once

 include/linux/lockdep.h |    1 +
 kernel/lockdep.c        |   88 ++++++++++++++++++++++++++--------------------
 2 files changed, 51 insertions(+), 38 deletions(-)


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

end of thread, other threads:[~2009-11-20  0:57 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-18  1:06 [PATCH 0/2] lockdep: Improvements for rwlocks dependency inversion detection Frederic Weisbecker
2009-11-18  1:06 ` [PATCH 1/2] lockdep: Include recursive read-locks dependencies in the tree Frederic Weisbecker
2009-11-18 10:26   ` Peter Zijlstra
2009-11-19 16:07     ` Frederic Weisbecker
2009-11-18  1:06 ` [PATCH 2/2] lockdep: Don't only check recursive read locks once in a sequence Frederic Weisbecker
2009-11-18  9:43   ` Lai Jiangshan
2009-11-19 15:55     ` Frederic Weisbecker
2009-11-19 17:13       ` Peter Zijlstra
2009-11-20  0:57         ` Frederic Weisbecker

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