Re: [PATCH] rust: adds bindings for bitmap.c and bitops.c

From: Burak Emir
Date: Wed Mar 19 2025 - 12:11:52 EST


On Wed, Mar 19, 2025 at 5:07 PM Yury Norov <yury.norov@xxxxxxxxx> wrote:
>
> On Wed, Mar 19, 2025 at 04:43:50PM +0100, Miguel Ojeda wrote:
> > On Wed, Mar 19, 2025 at 2:58 PM Burak Emir <bqe@xxxxxxxxxx> wrote:
> > >
> > > Thanks, I was unsure about this. I understand the desire to not add dead code.
> > > Yet, next-20250318 does now contain helpers for `cpumask.c` without
> > > corresponding `cpumask.rs`
> > >
> > > So, I will include this in v5 of the rebased series, but with BITOPS
> > > API BINDINGS [RUST] in its own patch.
> > > Thanks for bearing with me : )
> >
> > No worries at all! Perhaps wait a bit in case I misunderstood and Yury
> > wants to clarify.
>
> Yes, the general idea is to be able look through the all software pieces
> in a single series - from C wrappers all the way down to rust end users.
>
> This way I'll make sure you are using the API in a right way. And I
> think I already helped you in that department, right?

Yep, thank you for the timely reviews with the comments. The series got
quite a few better. I'd love to be as timely with sending back the new versions,
still getting used to the conventions, workflow and limitations of the
infrastructure.