Re: [PATCH] rust: adds bindings for bitmap.c and bitops.c
From: Miguel Ojeda
Date: Wed Mar 19 2025 - 08:46:50 EST
On Wed, Mar 19, 2025 at 12:31 PM Burak Emir <bqe@xxxxxxxxxx> wrote:
>
> Part of a series that introduces Rust Bitmap API that has received
> a few rounds of review. Thanks for the helpful review comments.
>
> Rebased on next-20250318 and split as requested in
> https://lore.kernel.org/all/Z9nAVIokrWqoRiFR@thinkpad/
I am not sure Yury meant to make it an independent patch, but rather a
different patch in the series.
Doing it this way means we add helpers that are unused, which I don't
think he would like, and we also normally don't do that either.
Cheers,
Miguel