Merge tag 'lockdep-for-tip.20241220' of git://git.kernel.org/pub/scm/linux/kernel...
authorPeter Zijlstra <peterz@infradead.org>
Sun, 22 Dec 2024 11:43:31 +0000 (12:43 +0100)
committerPeter Zijlstra <peterz@infradead.org>
Sun, 22 Dec 2024 11:43:31 +0000 (12:43 +0100)
Lockdep changes for v6.14:

- Use swap() macro in the ww_mutex test.
- Minor fixes and documentation for lockdep configs on internal data structure sizes.
- Some "-Wunused-function" warning fixes for Clang.

Rust locking changes for v6.14:

- Add Rust locking files into LOCKING PRIMITIVES maintainer entry.
- Add `Lock<(), ..>::from_raw()` function to support abstraction on low level locking.
- Expose `Guard::new()` for public usage and add type alias for spinlock and mutex guards.
- Add lockdep checking when creating a new lock `Guard`.

1  2 
MAINTAINERS

diff --cc MAINTAINERS
Simple merge