lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Sun, 12 Sep 2021 11:02:23 +0200
From:   Borislav Petkov <bp@...e.de>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     x86-ml <x86@...nel.org>, lkml <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] locking/urgent for v5.15-rc1

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ