Re: [PATCH v6 0/2] x86/asm/bitops: optimize ff{s,z} functions for constant expressions

From: Vincent MAILHOL
Date: Thu Sep 01 2022 - 21:19:32 EST


On Tue. 31 Aug 2022 at 17:51, Yury Norov <yury.norov@xxxxxxxxx> wrote:
> On Wed, Aug 31, 2022 at 04:57:40PM +0900, Vincent Mailhol wrote:
(...)
> Please keep me in loop in case of new versions.

A side comment, but if you want not to miss such discussion again in
the future, why not do this?

diff --git a/MAINTAINERS b/MAINTAINERS
index 56af0182a93b..f6caf4252799 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3602,6 +3602,7 @@ M: Yury Norov <yury.norov@xxxxxxxxx>
R: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
R: Rasmus Villemoes <linux@xxxxxxxxxxxxxxxxxx>
S: Maintained
+F: arch/*/include/asm/bitops.h
F: include/linux/bitmap.h
F: include/linux/cpumask.h
F: include/linux/find.h

N.B. this is just a suggestion, please feel free to discard it.

> Thanks,
> Yury