Linus Torvalds
364eeb79a2
Merge tag 'locking-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull locking updates from Ingo Molnar:
"Lockdep:
- Enable PROVE_RAW_LOCK_NESTING with PROVE_LOCKING (Sebastian Andrzej
Siewior)
- Add lockdep_cleanup_dead_cpu() (David Woodhouse)
futexes:
- Use atomic64_inc_return() in get_inode_sequence_number() (Uros
Bizjak)
- Use atomic64_try_cmpxchg_relaxed() in get_inode_sequence_number()
(Uros Bizjak)
RT locking:
- Add sparse annotation PREEMPT_RT's locking (Sebastian Andrzej
Siewior)
spinlocks:
- Use atomic_try_cmpxchg_release() in osq_unlock() (Uros Bizjak)
atomics:
- x86: Use ALT_OUTPUT_SP() for __alternative_atomic64() (Uros Bizjak)
- x86: Use ALT_OUTPUT_SP() for __arch_{,try_}cmpxchg64_emu() (Uros
Bizjak)
KCSAN, seqlocks:
- Support seqcount_latch_t (Marco Elver)
<linux/cleanup.h>:
- Add if_not_guard() conditional guard helper (David Lechner)
- Adjust scoped_guard() macros to avoid potential warning (Przemek
Kitszel)
- Remove address space of returned pointer (Uros Bizjak)
WW mutexes:
- locking/ww_mutex: Adjust to lockdep nest_lock requirements (Thomas
Hellström)
Rust integration:
- Fix raw_spin_lock initialization on PREEMPT_RT (Eder Zulian)
Misc cleanups & fixes:
- lockdep: Fix wait-type check related warnings (Ahmed Ehab)
- lockdep: Use info level for initial info messages (Jiri Slaby)
- spinlocks: Make __raw_* lock ops static (Geert Uytterhoeven)
- pvqspinlock: Convert fields of 'enum vcpu_state' to uppercase
(Qiuxu Zhuo)
- iio: magnetometer: Fix if () scoped_guard() formatting (Stephen
Rothwell)
- rtmutex: Fix misleading comment (Peter Zijlstra)
- percpu-rw-semaphores: Fix grammar in percpu-rw-semaphore.rst (Xiu
Jianfeng)"
* tag 'locking-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (29 commits)
locking/Documentation: Fix grammar in percpu-rw-semaphore.rst
iio: magnetometer: fix if () scoped_guard() formatting
rust: helpers: Avoid raw_spin_lock initialization for PREEMPT_RT
kcsan, seqlock: Fix incorrect assumption in read_seqbegin()
seqlock, treewide: Switch to non-raw seqcount_latch interface
kcsan, seqlock: Support seqcount_latch_t
time/sched_clock: Broaden sched_clock()'s instrumentation coverage
time/sched_clock: Swap update_clock_read_data() latch writes
locking/atomic/x86: Use ALT_OUTPUT_SP() for __arch_{,try_}cmpxchg64_emu()
locking/atomic/x86: Use ALT_OUTPUT_SP() for __alternative_atomic64()
cleanup: Add conditional guard helper
cleanup: Adjust scoped_guard() macros to avoid potential warning
locking/osq_lock: Use atomic_try_cmpxchg_release() in osq_unlock()
cleanup: Remove address space of returned pointer
locking/rtmutex: Fix misleading comment
locking/rt: Annotate unlock followed by lock for sparse.
locking/rt: Add sparse annotation for RCU.
locking/rt: Remove one __cond_lock() in RT's spin_trylock_irqsave()
locking/rt: Add sparse annotation PREEMPT_RT's sleeping locks.
locking/pvqspinlock: Convert fields of 'enum vcpu_state' to uppercase
...
2024-11-19 12:43:11 -08:00
..
2024-09-08 20:47:40 +02:00
2024-09-08 20:47:40 +02:00
2024-06-03 11:18:50 +02:00
2024-08-02 18:37:13 +02:00
2024-09-19 15:55:58 +02:00
2020-10-26 11:48:11 +01:00
2021-08-28 17:01:32 +02:00
2024-04-30 00:12:22 +02:00
2024-02-22 17:52:32 +01:00
2022-12-01 11:35:40 +01:00
2024-09-10 13:50:40 +02:00
2024-09-10 13:50:40 +02:00
2024-10-23 16:05:01 +02:00
2024-07-29 21:57:35 +02:00
2023-12-20 21:30:27 -08:00
2024-09-08 20:47:40 +02:00
2024-07-29 21:57:35 +02:00
2024-11-05 12:55:35 +01:00
2024-06-03 11:18:50 +02:00
2023-01-13 11:48:16 +01:00
2024-07-31 12:37:43 +02:00
2024-06-10 20:18:13 +02:00
2024-02-26 11:37:32 +01:00
2020-10-30 21:57:07 +01:00
2023-01-03 11:07:58 +01:00
2024-10-14 09:14:35 +02:00
2024-04-01 10:36:35 +02:00
2024-06-03 11:18:50 +02:00
2023-07-14 13:47:07 -06:00
2018-11-23 11:51:20 +01:00
2021-06-24 11:51:59 +02:00
2021-04-16 21:03:50 +02:00
2024-10-10 10:20:46 +02:00
2024-10-10 10:20:46 +02:00
2024-11-19 12:43:11 -08:00
2020-12-16 00:07:17 -08:00
2024-02-26 11:37:32 +01:00
2024-07-22 18:03:34 +02:00
2024-07-22 18:03:34 +02:00
2024-09-17 07:25:37 +02:00
2024-04-08 15:03:07 +02:00