]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
Merge tag 'rust-xarray-for-v6.16' of https://github.com/Rust-for-Linux/linux into...
authorMiguel Ojeda <ojeda@kernel.org>
Sun, 18 May 2025 18:36:56 +0000 (20:36 +0200)
committerMiguel Ojeda <ojeda@kernel.org>
Sun, 18 May 2025 18:36:56 +0000 (20:36 +0200)
Pull XArray updates from Andreas Hindborg:
 "Introduce Rust support for the 'xarray' data structure:

   - Add a Rust abstraction for the 'xarray' data structure. This
     abstraction allows Rust code to leverage the 'xarray' to store
     types that implement 'ForeignOwnable'. This support is a dependency
     for memory backing feature of the Rust null block driver, which is
     waiting to be merged.

   - Set up an entry in MAINTAINERS for the XArray Rust support. Patches
     will go to the new Rust XArray tree and then via the Rust subsystem
     tree for now.

  'kernel' crate:

   - Allow 'ForeignOwnable' to carry information about the pointed-to
     type. This helps asserting alignment requirements for the pointer
     passed to the foreign language."

* tag 'rust-xarray-for-v6.16' of https://github.com/Rust-for-Linux/linux:
  MAINTAINERS: add entry for Rust XArray API
  rust: xarray: Add an abstraction for XArray
  rust: types: add `ForeignOwnable::PointedTo`

1  2 
MAINTAINERS
rust/kernel/alloc/kbox.rs
rust/kernel/lib.rs
rust/kernel/sync/arc.rs

diff --cc MAINTAINERS
Simple merge
Simple merge
Simple merge
Simple merge