[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAHp75VddCDWo3pkX9oJUUYqndmZbKm5eB_3HU7ytsjjwFnsnRA@mail.gmail.com>
Date: Wed, 24 Aug 2022 12:00:41 +0300
From: Andy Shevchenko <andy.shevchenko@...il.com>
To: Yury Norov <yury.norov@...il.com>
Cc: Linus Torvalds <torvalds@...ux-foundation.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Guenter Roeck <linux@...ck-us.net>,
Dennis Zhou <dennis@...nel.org>,
Russell King <linux@...linux.org.uk>,
Catalin Marinas <catalin.marinas@....com>,
Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
Rasmus Villemoes <linux@...musvillemoes.dk>,
Alexey Klimov <aklimov@...hat.com>,
Kees Cook <keescook@...omium.org>,
Andy Whitcroft <apw@...onical.com>
Subject: Re: [PATCH v2 0/4] lib: optimize find_bit() functions
On Wed, Aug 24, 2022 at 4:39 AM Yury Norov <yury.norov@...il.com> wrote:
...
> v1: https://lore.kernel.org/all/20220728161208.865420-2-yury.norov@gmail.com/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
Powered by blists - more mailing lists