rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] rust: alloc: add Vec::resize and Vec::truncate
@ 2025-03-15  2:42 Andrew Ballance
  2025-03-15  2:42 ` [PATCH 1/3] rust: alloc: add Vec::truncate method Andrew Ballance
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Andrew Ballance @ 2025-03-15  2:42 UTC (permalink / raw)
  To: dakr, airlied, simona, maarten.lankhorst, mripard, tzimmermann,
	corbet, ojeda, alex.gaynor, boqun.feng, gary, bjorn3_gh,
	benno.lossin, a.hindborg, aliceryhl, tmgross, andrewjballance,
	acourbot, nouveau, dri-devel, linux-doc, linux-kernel,
	rust-for-linux

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 Vec extentions from task list

 Documentation/gpu/nova/core/todo.rst | 10 -----
 rust/kernel/alloc/kvec.rs            | 61 ++++++++++++++++++++++++++++
 2 files changed, 61 insertions(+), 10 deletions(-)

-- 
2.48.1


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2025-03-15 19:52 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-15  2:42 [PATCH 0/3] rust: alloc: add Vec::resize and Vec::truncate Andrew Ballance
2025-03-15  2:42 ` [PATCH 1/3] rust: alloc: add Vec::truncate method Andrew Ballance
2025-03-15 10:09   ` Benno Lossin
2025-03-15 11:15     ` Andrew Ballance
2025-03-15 18:04       ` Benno Lossin
2025-03-15 15:49   ` Danilo Krummrich
2025-03-15  2:42 ` [PATCH 2/3] rust: alloc: add Vec::resize method Andrew Ballance
2025-03-15 10:10   ` Benno Lossin
2025-03-15 14:58   ` Danilo Krummrich
2025-03-15 19:52   ` Miguel Ojeda
2025-03-15  2:42 ` [PATCH 3/3] gpu: nova-core: remove completed Vec extentions from task list Andrew Ballance
2025-03-15 14:50 ` [PATCH 0/3] rust: alloc: add Vec::resize and Vec::truncate Danilo Krummrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).