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

Message ID 20240128102801.GAZbYsMbCfydNijU_y@fat_crate.local
State New
Headers
Series [GIT,PULL] locking/urgent for v6.8-rc2 |

Pull-request

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

Message

Borislav Petkov Jan. 28, 2024, 10:28 a.m. UTC
  Hi Linus,

please pull an urgent futex locking fix for v6.8-rc2.

Thx.

---

The following changes since commit 296455ade1fdcf5f8f8c033201633b60946c589a:

  Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc (2024-01-17 16:47:17 -0800)

are available in the Git repository at:

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

for you to fetch changes up to e626cb02ee8399fd42c415e542d031d185783903:

  futex: Prevent the reuse of stale pi_state (2024-01-19 12:58:17 +0100)

----------------------------------------------------------------
- Prevent an inconsistent futex operation leading to stale state
  exposure

----------------------------------------------------------------
Sebastian Andrzej Siewior (1):
      futex: Prevent the reuse of stale pi_state

 kernel/futex/core.c | 15 ++++++++++++---
 kernel/futex/pi.c   | 11 ++++++++---
 2 files changed, 20 insertions(+), 6 deletions(-)
  

Comments

pr-tracker-bot@kernel.org Jan. 28, 2024, 6:47 p.m. UTC | #1
The pull request you sent on Sun, 28 Jan 2024 11:28:01 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/648f575d5e626f8d45ef0989db60ea60a9067560

Thank you!