From: Linus Torvalds Date: Tue, 12 Mar 2024 01:33:03 +0000 (-0700) Subject: Merge tag 'locking-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel... X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=a5b1a017cb76e4898dd62fcb97e8aee6a63b33b5;p=people%2Faperard%2Flinux.git Merge tag 'locking-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip Pull locking updates from Ingo Molnar: - Micro-optimize local_xchg() and the rtmutex code on x86 - Fix percpu-rwsem contention tracepoints - Simplify debugging Kconfig dependencies - Update/clarify the documentation of atomic primitives - Misc cleanups * tag 'locking-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: locking/rtmutex: Use try_cmpxchg_relaxed() in mark_rt_mutex_waiters() locking/x86: Implement local_xchg() using CMPXCHG without the LOCK prefix locking/percpu-rwsem: Trigger contention tracepoints only if contended locking/rwsem: Make DEBUG_RWSEMS and PREEMPT_RT mutually exclusive locking/rwsem: Clarify that RWSEM_READER_OWNED is just a hint locking/mutex: Simplify locking/qspinlock: Fix 'wait_early' set but not used warning locking/atomic: scripts: Clarify ordering of conditional atomics --- a5b1a017cb76e4898dd62fcb97e8aee6a63b33b5