Re: [RFC PATCH 2/2] treewide, bits: use ffs_val() where it is open-coded

From: Petr Tesarik

Date: Fri Jan 09 2026 - 14:32:55 EST


On Fri, 9 Jan 2026 13:19:25 -0500
Yury Norov <ynorov@xxxxxxxxxx> wrote:

>[...]
> --
>
> OK, let me stop here.
>
> Can you please instead of mechanical rework check each case
> individually and find the best replacement to highlight the intention?
>
> Can you also split this patch to a series according to subsystems, so
> that corresponding maintainers will have better access to their changes?

Well, then it makes more sense to start by identifying the intention in
every place and getting them fixed one by one. Whatever remains should
be converted to use the new macro.

In fact, I can do both in parallel, converting the places where the
result of ffs() is immediately used as a shift count.

Then no tree-wide change is necessary, as long as we can first get the
helper (under whichever name) into bitops.h. But it will be rejected
without an in-tree user. I somehow feel caught by Catch XXII.

Advice welcome. Non-ironically.

Petr T