Rust for Linux List
 help / color / mirror / Atom feed
* [PATCH v2 0/1] rust: workqueue: add ScopedQueue for lifetime bound items
@ 2026-06-17 14:45 Onur Özkan
  2026-06-17 14:45 ` [PATCH v2 1/1] " Onur Özkan
  0 siblings, 1 reply; 3+ messages in thread
From: Onur Özkan @ 2026-06-17 14:45 UTC (permalink / raw)
  To: rust-for-linux, linux-kernel
  Cc: ojeda, boqun, gary, bjorn3_gh, lossin, a.hindborg, aliceryhl,
	tmgross, dakr, tamird, daniel.almeida, Onur Özkan

Changes since v1:
  - Removed *with_lt namings.
  - Detailed safety comment inside ScopedQueue::enqueue.
  - Added Suggested-by tag.

v1: https://lore.kernel.org/all/20260615115626.871457-1-work@onurozkan.dev

Onur Özkan (1):
  rust: workqueue: add ScopedQueue for lifetime bound items

 rust/kernel/workqueue/mod.rs          |   3 +
 rust/kernel/workqueue/scoped_queue.rs | 187 ++++++++++++++++++++++++++
 2 files changed, 190 insertions(+)
 create mode 100644 rust/kernel/workqueue/scoped_queue.rs

-- 
2.51.2


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

end of thread, other threads:[~2026-06-17 17:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-17 14:45 [PATCH v2 0/1] rust: workqueue: add ScopedQueue for lifetime bound items Onur Özkan
2026-06-17 14:45 ` [PATCH v2 1/1] " Onur Özkan
2026-06-17 17:29   ` Danilo Krummrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox