Re: [PATCH v5 0/7] Additional methods for Vec
From: Greg KH
Date: Fri May 02 2025 - 10:08:53 EST
On Fri, May 02, 2025 at 01:19:28PM +0000, Alice Ryhl wrote:
> This adds various Vec methods. Some of them are needed by Rust Binder,
> and others are needed in other places. Each commit explains where it is
> needed.
>
> This series is based on top of alloc-next and rust: alloc: split
> `Vec::set_len` into `Vec::{inc,dec}_len`
> https://lore.kernel.org/rust-for-linux/20250416-vec-set-len-v4-0-112b222604cd@xxxxxxxxx/
>
> Signed-off-by: Alice Ryhl <aliceryhl@xxxxxxxxxx>
I had one tiny question, but it's not really an issue, over looks great:
Reviewed-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>