2023-06-21 16:46:53

by Andy Shevchenko

[permalink] [raw]
Subject: [PATCH v1 0/2] bimap API: Add couple of files to MAINTAINERS

During discussion
https://lore.kernel.org/r/[email protected]
I was started wondering why neither Yury nor Rasmus commented on that.

Hence I wanted to add some headers to the bitmap API MAINTAINERS for
watching the changes made elsewhere are they may correlate with bit
operations.

Cc: Lucas De Marchi <[email protected]>

Andy Shevchenko (2):
MAINTAINERS: Add bits.h to the BITMAP API record
MAINTAINERS: Add bitfield.h to the BITMAP API record

MAINTAINERS | 6 ++++++
1 file changed, 6 insertions(+)

--
2.40.0.1.gaa8946217a0b



2023-06-21 16:47:00

by Andy Shevchenko

[permalink] [raw]
Subject: [PATCH v1 1/2] MAINTAINERS: Add bits.h to the BITMAP API record

From time to time changes are tending to go to the bits.h
headers while it may affect other bit operataions. Add
the bits.h to the BITMAP API record.

Signed-off-by: Andy Shevchenko <[email protected]>
---
MAINTAINERS | 4 ++++
1 file changed, 4 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 210285042dcd..34553d2136ea 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3592,9 +3592,11 @@ R: Andy Shevchenko <[email protected]>
R: Rasmus Villemoes <[email protected]>
S: Maintained
F: include/linux/bitmap.h
+F: include/linux/bits.h
F: include/linux/cpumask.h
F: include/linux/find.h
F: include/linux/nodemask.h
+F: include/vdso/bits.h
F: lib/bitmap.c
F: lib/cpumask.c
F: lib/cpumask_kunit.c
@@ -3602,7 +3604,9 @@ F: lib/find_bit.c
F: lib/find_bit_benchmark.c
F: lib/test_bitmap.c
F: tools/include/linux/bitmap.h
+F: tools/include/linux/bits.h
F: tools/include/linux/find.h
+F: tools/include/vdso/bits.h
F: tools/lib/bitmap.c
F: tools/lib/find_bit.c

--
2.40.0.1.gaa8946217a0b


2023-06-21 18:17:56

by Yury Norov

[permalink] [raw]
Subject: Re: [PATCH v1 0/2] bimap API: Add couple of files to MAINTAINERS

On Wed, Jun 21, 2023 at 07:26:24PM +0300, Andy Shevchenko wrote:
> During discussion
> https://lore.kernel.org/r/[email protected]
> I was started wondering why neither Yury nor Rasmus commented on that.
>
> Hence I wanted to add some headers to the bitmap API MAINTAINERS for
> watching the changes made elsewhere are they may correlate with bit
> operations.
>
> Cc: Lucas De Marchi <[email protected]>

Thanks Andy!

Acked-by: Yury Norov <[email protected]>

2023-06-22 09:50:13

by Andy Shevchenko

[permalink] [raw]
Subject: Re: [PATCH v1 0/2] bimap API: Add couple of files to MAINTAINERS

On Wed, Jun 21, 2023 at 11:07:08AM -0700, Yury Norov wrote:
> On Wed, Jun 21, 2023 at 07:26:24PM +0300, Andy Shevchenko wrote:
> > During discussion
> > https://lore.kernel.org/r/[email protected]
> > I was started wondering why neither Yury nor Rasmus commented on that.
> >
> > Hence I wanted to add some headers to the bitmap API MAINTAINERS for
> > watching the changes made elsewhere are they may correlate with bit
> > operations.
> >
> > Cc: Lucas De Marchi <[email protected]>
>
> Thanks Andy!
>
> Acked-by: Yury Norov <[email protected]>

Thank you! I assume you take them.

--
With Best Regards,
Andy Shevchenko



2023-06-22 10:19:11

by Rasmus Villemoes

[permalink] [raw]
Subject: Re: [PATCH v1 0/2] bimap API: Add couple of files to MAINTAINERS

On 22/06/2023 11.07, Andy Shevchenko wrote:
> On Wed, Jun 21, 2023 at 11:07:08AM -0700, Yury Norov wrote:
>>
>> Acked-by: Yury Norov <[email protected]>
>
> Thank you! I assume you take them.

Yeah, it would make sense for Yury to take them, and then you can
include my ack as well.

Rasmus