]> www.infradead.org Git - users/hch/misc.git/commit
rust: implement ForeignOwnable for Pin<Box<T>>
authorAlice Ryhl <aliceryhl@google.com>
Tue, 30 Jul 2024 13:06:32 +0000 (13:06 +0000)
committerMiguel Ojeda <ojeda@kernel.org>
Sun, 18 Aug 2024 21:10:53 +0000 (23:10 +0200)
commit6c2d0ad53b8ff25cb1a12570191576d834e9108d
tree9017cd105a429a23cd0a85ced61e8fb87df47aaa
parent08f983a55ccf0b015e4788d1a0de0da84e4a7626
rust: implement ForeignOwnable for Pin<Box<T>>

We already implement ForeignOwnable for Box<T>, but it may be useful to
store pinned data in a ForeignOwnable container. This patch makes that
possible.

This will be used together with upcoming miscdev abstractions, which
Binder will use when binderfs is disabled.

Signed-off-by: Alice Ryhl <aliceryhl@google.com>
Reviewed-by: Benno Lossin <benno.lossin@proton.me>
Link: https://lore.kernel.org/r/20240730-foreign-ownable-pin-box-v1-1-b1d70cdae541@google.com
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
rust/kernel/types.rs