Re: [PATCH 0/3] rust: xarray: abstract `xa_alloc` and `xa_alloc_cyclic`

From: Alice Ryhl

Date: Tue Oct 07 2025 - 07:02:02 EST


On Mon, Oct 06, 2025 at 07:30:21PM +0300, Onur Özkan wrote:
> Initial version of xa_alloc and xa_alloc_cyclic abstraction
> patch series.
>
> Onur Özkan (3):
> rust: xarray: abstract `xa_alloc`
> rust: xarray: abstract `xa_alloc_cyclic`
> remove completed task from nova-core task list
>
> Documentation/gpu/nova/core/todo.rst | 8 ---
> rust/kernel/xarray.rs | 82 ++++++++++++++++++++++++++++
> 2 files changed, 82 insertions(+), 8 deletions(-)

We should send xarray patches to the linux-mm@xxxxxxxxx too.

Alice