[GIT,PULL] locking/urgent for v6.4-rc2

Message ID 20230514123254.GFZGDU9thNmJ4jmf7V@fat_crate.local
State New
Headers
Series [GIT,PULL] locking/urgent for v6.4-rc2 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/locking_urgent_for_v6.4_rc2

Message

Borislav Petkov May 14, 2023, 12:32 p.m. UTC
  Hi Linus,

please pull a single urgent locking fix for 6.4.

Thx.

---

The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:

  Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/locking_urgent_for_v6.4_rc2

for you to fetch changes up to 92cc5d00a431e96e5a49c0b97e5ad4fa7536bd4b:

  locking/rwsem: Add __always_inline annotation to __down_read_common() and inlined callers (2023-05-08 10:58:24 +0200)

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

----------------------------------------------------------------
John Stultz (1):
      locking/rwsem: Add __always_inline annotation to __down_read_common() and inlined callers

 kernel/locking/rwsem.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
  

Comments

pr-tracker-bot@kernel.org May 14, 2023, 3:55 p.m. UTC | #1
The pull request you sent on Sun, 14 May 2023 14:32:54 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/locking_urgent_for_v6.4_rc2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/31f4104e392a10327f90006a61fcf1d4e7a79472

Thank you!