Re: [PATCH v2 0/4] lib: optimize find_bit() functions

From: Andy Shevchenko
Date: Wed Aug 24 2022 - 05:01:25 EST


On Wed, Aug 24, 2022 at 4:39 AM Yury Norov <yury.norov@xxxxxxxxx> wrote:

...

> v1: https://lore.kernel.org/all/20220728161208.865420-2-yury.norov@xxxxxxxxx/T/
>
> Yury Norov (3):
> lib/find_bit: introduce FIND_FIRST_BIT() macro
> lib/find_bit: create find_first_zero_bit_le()
> lib/find_bit: optimize find_next_bit() functions
>
> MAINTAINERS | 2 +
> include/linux/find.h | 46 +++++++++++++------
> lib/Makefile | 1 +
> lib/find_bit.c | 104 ++++++++++++-------------------------------
> lib/find_bit.h | 45 +++++++++++++++++++
> lib/find_bit_be.c | 42 +++++++++++++++++
> 6 files changed, 152 insertions(+), 88 deletions(-)
> create mode 100644 lib/find_bit.h
> create mode 100644 lib/find_bit_be.c
>
> --
> 2.34.1

Seems like the cover letter is generated by Git, but it has 0/4 in the
Subject while the rest of the series is n/3. What happened on your
side with the numbering of the patches?


--
With Best Regards,
Andy Shevchenko