]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 7 Mar 2017 22:33:11 +0000 (14:33 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 7 Mar 2017 22:33:11 +0000 (14:33 -0800)
commit2a194ddc7dbe960badad710d9345a75a3c0c3200
tree81dd69220be55d3458f846cd0e1f2c4df116cb66
parent5e93e005c879f0baaf8df8cfba40b5c94f0e73e6
parenta3a3735c8eee55a960e198c04650b185cec3b5a5
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull locking fixes from Ingo Molnar:

 - Change the new refcount_t warnings from WARN() to WARN_ONCE()

 - two ww_mutex fixes

 - plus a new lockdep self-consistency check for a bug that triggered in
   practice

* 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  locking/ww_mutex: Adjust the lock number for stress test
  locking/lockdep: Add nest_lock integrity test
  locking/ww_mutex: Replace cpu_relax() with cond_resched() for tests
  locking/refcounts: Change WARN() to WARN_ONCE()
kernel/locking/lockdep.c