public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] locktorture: Torture rwlocks
@ 2014-09-29 13:14 Davidlohr Bueso
  2014-09-29 13:14 ` [PATCH 1/4] locktorture: Support rwlocks Davidlohr Bueso
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Davidlohr Bueso @ 2014-09-29 13:14 UTC (permalink / raw)
  To: paulmck; +Cc: peterz, mingo, dave, linux-kernel

We are still missing the ability to torture rwlocks, particularly the
new queued variant (patch 1). The rest of the patches are miscellaneous
updates.

Hopefully the set is straightforward enough that it can still be
considered for v3.18.

Davidlohr Bueso (4):
  locktorture: Support rwlocks
  locktorture: Fix __acquire annotation for spinlock irq
  locktorture: Cannot hold read and write lock
  locktorture: Cleanup header usage

 Documentation/locking/locktorture.txt              |   5 +
 kernel/locking/locktorture.c                       | 141 ++++++++++++++++++---
 .../selftests/rcutorture/configs/lock/CFLIST       |   1 +
 .../selftests/rcutorture/configs/lock/LOCK04       |   6 +
 .../selftests/rcutorture/configs/lock/LOCK04.boot  |   1 +
 5 files changed, 137 insertions(+), 17 deletions(-)
 create mode 100644 tools/testing/selftests/rcutorture/configs/lock/LOCK04
 create mode 100644 tools/testing/selftests/rcutorture/configs/lock/LOCK04.boot

-- 
1.8.4.5


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

end of thread, other threads:[~2014-09-30  7:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-29 13:14 [PATCH 0/4] locktorture: Torture rwlocks Davidlohr Bueso
2014-09-29 13:14 ` [PATCH 1/4] locktorture: Support rwlocks Davidlohr Bueso
2014-09-29 13:14 ` [PATCH 2/4] locktorture: Fix __acquire annotation for spinlock irq Davidlohr Bueso
2014-09-29 13:14 ` [PATCH 3/4] locktorture: Cannot hold read and write lock Davidlohr Bueso
2014-09-29 13:14 ` [PATCH 4/4] locktorture: Cleanup header usage Davidlohr Bueso
2014-09-30  7:57 ` [PATCH 0/4] locktorture: Torture rwlocks Paul E. McKenney

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