[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250713-xarray-insert-reserve-v2-0-b939645808a2@gmail.com>
Date: Sun, 13 Jul 2025 08:05:46 -0400
From: Tamir Duberstein <tamird@...il.com>
To: Andreas Hindborg <a.hindborg@...nel.org>,
Miguel Ojeda <ojeda@...nel.org>, Alex Gaynor <alex.gaynor@...il.com>,
Boqun Feng <boqun.feng@...il.com>, Gary Guo <gary@...yguo.net>,
Björn Roy Baron <bjorn3_gh@...tonmail.com>,
Benno Lossin <lossin@...nel.org>, Alice Ryhl <aliceryhl@...gle.com>,
Trevor Gross <tmgross@...ch.edu>, Danilo Krummrich <dakr@...nel.org>,
Matthew Wilcox <willy@...radead.org>,
Andrew Morton <akpm@...ux-foundation.org>
Cc: rust-for-linux@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-fsdevel@...r.kernel.org, linux-mm@...ck.org,
Daniel Almeida <daniel.almeida@...labora.com>,
Tamir Duberstein <tamird@...il.com>, Janne Grunau <j@...nau.net>
Subject: [PATCH v2 0/3] rust: xarray: add `insert` and `reserve`
The reservation API is used by asahi; currently they use their own
abstractions but intend to use these when available.
Rust Binder intends to use the reservation API as well.
Daniel Almeida mentions a use case for `insert_limit`, but didn't name
it specifically.
Signed-off-by: Tamir Duberstein <tamird@...il.com>
---
Changes in v2:
- Explain the need to disambiguate `Iterator::chain`. (Boqun Feng)
- Mention what `Guard::alloc` does in the doc comment. (Miguel Ojeda)
- Include new APIs in the module-level example. (Miguel Ojeda)
- Mention users of these APIs in the cover letter.
- Link to v1: https://lore.kernel.org/r/20250701-xarray-insert-reserve-v1-0-25df2b0d706a@gmail.com
---
Tamir Duberstein (3):
rust: xarray: use the prelude
rust: xarray: implement Default for AllocKind
rust: xarray: add `insert` and `reserve`
include/linux/xarray.h | 2 +
lib/xarray.c | 28 ++-
rust/helpers/xarray.c | 5 +
rust/kernel/xarray.rs | 533 ++++++++++++++++++++++++++++++++++++++++++++++---
4 files changed, 536 insertions(+), 32 deletions(-)
---
base-commit: 2009a2d5696944d85c34d75e691a6f3884e787c0
change-id: 20250701-xarray-insert-reserve-bd811ad46a1d
Best regards,
--
Tamir Duberstein <tamird@...il.com>
Powered by blists - more mailing lists