[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <aH4lJjzZx66BqN60@google.com>
Date: Mon, 21 Jul 2025 11:31:50 +0000
From: Alice Ryhl <aliceryhl@...gle.com>
To: "Onur Özkan" <work@...rozkan.dev>
Cc: rust-for-linux@...r.kernel.org, dakr@...nel.org, ojeda@...nel.org,
alex.gaynor@...il.com, boqun.feng@...il.com, gary@...yguo.net,
bjorn3_gh@...tonmail.com, lossin@...nel.org, a.hindborg@...nel.org,
tmgross@...ch.edu, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v1 0/3] rust: make various `alloc` functions `const fn`
On Sun, Jul 20, 2025 at 12:48:35PM +0300, Onur Özkan wrote:
> This patch series makes various functions in the
> `alloc` crate const fn.
>
> Each patch corresponds to a different module within
> the same `alloc` crate.
>
> Onur Özkan (3):
> rust: make `allocator::aligned_size` a `const fn`
> rust: make `ArrayLayout::new_unchecked` a `const fn`
> rust: make `kvec::Vec` functions `const fn`
>
> rust/kernel/alloc/allocator.rs | 2 +-
> rust/kernel/alloc/kvec.rs | 10 +++++-----
> rust/kernel/alloc/layout.rs | 2 +-
> 3 files changed, 7 insertions(+), 7 deletions(-)
>
> --
> 2.50.0
Reviewed-by: Alice Ryhl <aliceryhl@...gle.com>
Powered by blists - more mailing lists