From: Borislav Petkov <bp@suse.de>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: x86-ml <x86@kernel.org>, lkml <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] locking/urgent for v5.15-rc1
Date: Sun, 12 Sep 2021 11:02:23 +0200 [thread overview]
Message-ID: <YT3CHxmA+NscNPgt@zn.tnic> (raw)
Hi Linus,
please pull several locking fixes which accumulated over the merge
window.
Thx.
---
The following changes since commit 8596e589b787732c8346f0482919e83cc9362db1:
Merge tag 'timers-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (2021-08-30 15:31:33 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/locking_urgent_for_v5.15_rc1
for you to fetch changes up to e5480572706da1b2c2dc2c6484eab64f92b9263b:
locking/rtmutex: Fix ww_mutex deadlock check (2021-09-09 10:31:22 +0200)
----------------------------------------------------------------
- Fix the futex PI requeue machinery to not return to userspace in
inconsistent state
- Avoid a potential null pointer dereference in the ww_mutex deadlock check
- Other smaller cleanups and optimizations
----------------------------------------------------------------
Colin Ian King (1):
futex: Return error code instead of assigning it without effect
Mike Galbraith (1):
locking/rwsem: Add missing __init_rwsem() for PREEMPT_RT
Peter Zijlstra (1):
locking/rtmutex: Fix ww_mutex deadlock check
Thomas Gleixner (4):
futex: Prevent inconsistent state and exit race
futex: Clarify comment for requeue_pi_wake_futex()
futex: Avoid redundant task lookup
futex: Remove unused variable 'vpid' in futex_proxy_trylock_atomic()
include/linux/rwsem.h | 12 +--
kernel/futex.c | 190 +++++++++++++++++++++++++++--------------------
kernel/locking/rtmutex.c | 2 +-
kernel/locking/rwsem.c | 10 ++-
4 files changed, 120 insertions(+), 94 deletions(-)
--
Regards/Gruss,
Boris.
SUSE Software Solutions Germany GmbH, GF: Felix Imendörffer, HRB 36809, AG Nürnberg
next reply other threads:[~2021-09-12 9:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-12 9:02 Borislav Petkov [this message]
2021-09-12 18:41 ` [GIT PULL] locking/urgent for v5.15-rc1 pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=YT3CHxmA+NscNPgt@zn.tnic \
--to=bp@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
--cc=x86@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox