Re: [PATCH] rust: adds bindings for bitmap.c and bitops.c
From: Yury Norov
Date: Wed Mar 19 2025 - 12:07:51 EST
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?