Re: [PATCH v3 0/9] rust: workqueue: add bindings for the workqueue

From: Miguel Ojeda
Date: Tue Jul 11 2023 - 19:45:06 EST


On Wed, Jul 12, 2023 at 12:17 AM Tejun Heo <tj@xxxxxxxxxx> wrote:
>
> I don't understand a lot but the part that I understand (Alice helped me a
> lot, thanks) and the example usages look fine to me. While the interface
> leaves some workqueue features uncovered (e.g. flushing, creating custom
> workqueues, queueing on a specific CPU), there's nothing blocking adding
> them later and this looks like a good place to start. So, from workqueue
> POV:
>
> Acked-by: Tejun Heo <tj@xxxxxxxxxx>

Thanks a lot Tejun!

> Please feel free to route the patches through the rust tree. If you want
> them to go through the workqueue tree, please let me know.

As you prefer -- if you are willing to take them and/or maintain or
co-maintain patches to it, and it is not a lot of work for you, then
it would be great to get you involved, of course. Otherwise, we can
apply them to the Rust tree too.

Cheers,
Miguel