Re: [PATCH v3 0/2] support large align and nid in Rust allocators

From: Andrew Morton
Date: Wed Jun 25 2025 - 17:10:34 EST


On Wed, 25 Jun 2025 08:29:17 +0200 Vitaly Wool <vitaly.wool@xxxxxxxxxxx> wrote:

> The coming patches provide the ability for Rust allocators to set
> NUMA node and large alignment.

Including a diffstat would be nice.

include/linux/vmalloc.h | 8 +++---
mm/nommu.c | 3 +-
mm/vmalloc.c | 16 ++++++++++--
rust/helpers/slab.c | 8 ++++--
rust/helpers/vmalloc.c | 4 +--
rust/kernel/alloc.rs | 28 ++++++++++++++++++++-
rust/kernel/alloc/allocator.rs | 40 +++++++++++++++++--------------
rust/kernel/alloc/kvec.rs | 3 +-
8 files changed, 79 insertions(+), 31 deletions(-)

What is the preferred merge path for this series?