Re: [PATCH v2 1/8] rust: workqueue: add low-level workqueue bindings

From: Martin Rodriguez Reboredo
Date: Thu Jun 01 2023 - 10:59:01 EST


On 6/1/23 10:49, Alice Ryhl wrote:
Define basic low-level bindings to a kernel workqueue. The API defined
here can only be used unsafely. Later commits will provide safe
wrappers.

Co-developed-by: Gary Guo <gary@xxxxxxxxxxx>
Signed-off-by: Gary Guo <gary@xxxxxxxxxxx>
Signed-off-by: Alice Ryhl <aliceryhl@xxxxxxxxxx>
---
[...]

My Reviewed-by is missing.

Reviewed-by: Martin Rodriguez Reboredo <yakoyoku@xxxxxxxxx>