Re: [PATCH 1/2] rust: Add cpumask helpers

From: Daniel Almeida
Date: Tue Feb 25 2025 - 04:50:08 EST


Hi Yury,

> On 24 Feb 2025, at 20:39, Yury Norov <yury.norov@xxxxxxxxx> wrote:
>
> From: Viresh Kumar <viresh.kumar@xxxxxxxxxx>
>
> In order to prepare for adding Rust abstractions for cpumask, add
> the required helpers for inline cpumask functions that cannot be
> called by rust code directly.

I don’t understand what is going on here. You apparently did not provide the
Rust code itself.

Usually, when I see a “in order to prepare for …” I expect the actual patch to
follow in the same series.

Right now - and correct me if I'm wrong - it seems like you’ve essentially added
dead code.

— Daniel