Re: [PATCH 1/3 v4] rust: add C wrappers for `ww_mutex` inline functions

From: Miguel Ojeda
Date: Sat Jun 21 2025 - 12:07:29 EST


On Sat, Jun 21, 2025 at 5:22 PM Onur Özkan <work@xxxxxxxxxxxxx> wrote:
>
> #include "workqueue.c"
> #include "xarray.c"
> +#include "ww_mutex.c"

Please keep the list sorted.

Also, a couple nits on the series:

- The title would normally be ... vN 1/M ..., rather than the other
way around. You can make Git generate it for you with `git
format-patch -vN`.

- Typically you want to give a changelog, either per-patch (ideal,
especially for non-trivial patches that change a lot) after the first
`---` line, or per-series (in the cover letter, which is also
generally good to have for multi-patch series).

Thanks!

Cheers,
Miguel