[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250625141022.e65e4a9b8377d4879ad7065e@linux-foundation.org>
Date: Wed, 25 Jun 2025 14:10:22 -0700
From: Andrew Morton <akpm@...ux-foundation.org>
To: Vitaly Wool <vitaly.wool@...sulko.se>
Cc: linux-mm@...ck.org, linux-kernel@...r.kernel.org, Uladzislau Rezki
<urezki@...il.com>, Danilo Krummrich <dakr@...nel.org>, Alice Ryhl
<aliceryhl@...gle.com>, rust-for-linux@...r.kernel.org
Subject: Re: [PATCH v3 0/2] support large align and nid in Rust allocators
On Wed, 25 Jun 2025 08:29:17 +0200 Vitaly Wool <vitaly.wool@...sulko.se> 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?
Powered by blists - more mailing lists