From: Waiman Long Date: Wed, 6 Aug 2014 17:22:02 +0000 (-0400) Subject: locking/selftest: Support queued rwlock X-Git-Tag: fixes-against-v3.18-rc2~101^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae17ea0ec7d8fa64fbb773a52b2df5ba4766bcb8;p=pandora-kernel.git locking/selftest: Support queued rwlock The queued rwlock does not support the use of recursive read-lock in the process context. With changes in the lockdep code to check and disallow recursive read-lock, it is also necessary for the locking selftest to be updated to change the process context recursive read locking results from SUCCESS to FAILURE for rwlock. Signed-off-by: Waiman Long Signed-off-by: Peter Zijlstra Cc: Maarten Lankhorst Cc: Rik van Riel Cc: Scott J Norton Cc: Fengguang Wu Cc: Linus Torvalds Link: http://lkml.kernel.org/r/1407345722-61615-3-git-send-email-Waiman.Long@hp.com Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed