[v1,0/2] bimap API: Add couple of files to MAINTAINERS

Message ID 20230621162626.86033-1-andriy.shevchenko@linux.intel.com
Headers
Series bimap API: Add couple of files to MAINTAINERS |

Message

Andy Shevchenko June 21, 2023, 4:26 p.m. UTC
  During discussion
https://lore.kernel.org/r/20230509051403.2748545-1-lucas.demarchi@intel.com
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 <lucas.demarchi@intel.com>

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(+)
  

Comments

Yury Norov June 21, 2023, 6:07 p.m. UTC | #1
On Wed, Jun 21, 2023 at 07:26:24PM +0300, Andy Shevchenko wrote:
> During discussion
> https://lore.kernel.org/r/20230509051403.2748545-1-lucas.demarchi@intel.com
> 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 <lucas.demarchi@intel.com>

Thanks Andy!

Acked-by: Yury Norov <yury.norov@gmail.com>
  
Andy Shevchenko June 22, 2023, 9:07 a.m. UTC | #2
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/20230509051403.2748545-1-lucas.demarchi@intel.com
> > 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 <lucas.demarchi@intel.com>
> 
> Thanks Andy!
> 
> Acked-by: Yury Norov <yury.norov@gmail.com>

Thank you! I assume you take them.
  
Rasmus Villemoes June 22, 2023, 9:51 a.m. UTC | #3
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 <yury.norov@gmail.com>
> 
> 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