[GIT PULL] locking changes for v6.2

From: Ingo Molnar
Date: Mon Dec 12 2022 - 15:16:46 EST


Linus,

Please pull the latest locking tree from:

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking-core-2022-12-12

# HEAD: 90d758896787048fa3d4209309d4800f3920e66f futex: Resend potentially swallowed owner death notification

Two changes in this cycle:

- a micro-optimization in static_key_slow_inc_cpuslocked()
- fix futex death-notification wakeup bug

Thanks,

Ingo

------------------>
Alexey Izbyshev (1):
futex: Resend potentially swallowed owner death notification

Uros Bizjak (1):
jump_label: Use atomic_try_cmpxchg() in static_key_slow_inc_cpuslocked()


kernel/futex/core.c | 26 +++++++++++++++++---------
kernel/jump_label.c | 8 ++------
2 files changed, 19 insertions(+), 15 deletions(-)