[PATCH 0/3] rust: alloc: add Vec::resize and Vec::truncate

2025-03-15 Thread Andrew Ballance
This patch series implements the Vec::truncate and Vec::resize methods that were needed by the nova driver and removes the corresponding item from their task list Andrew Ballance (3): rust: alloc: add Vec::truncate method rust: alloc: add Vec::resize method gpu: nova-core: remove completed V

Re: [PATCH 0/3] rust: alloc: add Vec::resize and Vec::truncate

2025-03-15 Thread Danilo Krummrich
Hi Andrew, On Fri, Mar 14, 2025 at 09:42:32PM -0500, Andrew Ballance wrote: > This patch series implements the Vec::truncate and Vec::resize methods > that were needed by the nova driver and removes the corresponding item > from their task list > > Andrew Ballance (3): > rust: alloc: add Vec::t