linux-yocto/rust/kernel
Mitchell Levy 50b22a98c1 rust: lockdep: Remove support for dynamically allocated LockClassKeys
commit 966944f371 upstream.

Currently, dynamically allocated LockCLassKeys can be used from the Rust
side without having them registered. This is a soundness issue, so
remove them.

Fixes: 6ea5aa0885 ("rust: sync: introduce `LockClassKey`")
Suggested-by: Alice Ryhl <aliceryhl@google.com>
Signed-off-by: Mitchell Levy <levymitchell0@gmail.com>
Signed-off-by: Boqun Feng <boqun.feng@gmail.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Reviewed-by: Benno Lossin <benno.lossin@proton.me>
Cc: stable@vger.kernel.org
Link: https://lore.kernel.org/r/20250307232717.1759087-11-boqun.feng@gmail.com
Signed-off-by: Boqun Feng <boqun.feng@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2025-03-22 12:50:50 -07:00
..
init rust: init: add missing newline to pr_info! calls 2025-03-22 12:50:48 -07:00
sync
allocator.rs
build_assert.rs
error.rs rust: error: add missing newline to pr_warn! calls 2025-03-22 12:50:48 -07:00
init.rs rust: init: add missing newline to pr_info! calls 2025-03-22 12:50:48 -07:00
ioctl.rs
kunit.rs
lib.rs
prelude.rs
print.rs
static_assert.rs
std_vendor.rs
str.rs
sync.rs rust: lockdep: Remove support for dynamically allocated LockClassKeys 2025-03-22 12:50:50 -07:00
task.rs
types.rs