]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 30 Jan 2018 18:44:56 +0000 (10:44 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 30 Jan 2018 18:44:56 +0000 (10:44 -0800)
commitf02f8db737d9b0b6c58bfd5109af06e2d0130d0f
tree9ac1884e2dd735256eb3ba5d52e60e040e407e55
parentc7653b08e29a95898c95ecf47c9a19845fc3b2de
parent9001ec3a7d7cce0205271ac3d81b9da66fc3c4a7
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull locking updates from Ingo Molnar:
 "The main changes relate to making lock_is_held() et al (and external
  wrappers of them) work on const data types - this requires const
  propagation through the depths of lockdep.

  This removes a number of ugly type hacks the external helpers used"

* 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  lockdep: Convert some users to const
  lockdep: Make lockdep checking constant
  lockdep: Assign lock keys on registration
include/linux/lockdep.h
kernel/locking/lockdep.c