]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'locking_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 14 May 2023 15:00:46 +0000 (08:00 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 14 May 2023 15:00:46 +0000 (08:00 -0700)
commit31f4104e392a10327f90006a61fcf1d4e7a79472
tree764f541cff5801b7b96b0db84735240d06ef8a6c
parentef21831c2e4e66cb948d5107f47c1aa0a5711a56
parent92cc5d00a431e96e5a49c0b97e5ad4fa7536bd4b
Merge tag 'locking_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull locking fix from Borislav Petkov:

 - Make sure __down_read_common() is always inlined so that the callers'
   names land in traceevents output and thus the blocked function can be
   identified

* tag 'locking_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  locking/rwsem: Add __always_inline annotation to __down_read_common() and inlined callers