Files
android_kernel_fxtec_sm6115/include/linux
Matthew Wilcox e8638ed221 UPSTREAM: XArray: Turn xa_init_flags into a static inline
A regular xa_init_flags() put all dynamically-initialised XArrays into
the same locking class.  That leads to lockdep believing that taking
one XArray lock while holding another is a deadlock.  It's possible to
work around some of these situations with separate locking classes for
irq/bh/regular XArrays, and SINGLE_DEPTH_NESTING, but that's ugly, and
it doesn't work for all situations (where we have completely unrelated
XArrays).

Change-Id: I3aaba0a1c411b7941aa5bd9e92cd939ac66aef5d
Signed-off-by: Matthew Wilcox <willy@infradead.org>
2026-05-31 11:15:39 +01:00
..
2026-04-09 14:44:43 +08:00
2025-08-31 10:10:00 +01:00
2025-09-30 21:35:03 +01:00
2026-01-29 12:09:34 +08:00
2025-09-16 13:55:10 +02:00
2025-08-28 03:26:18 +03:00