From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9A3BDC433E6 for ; Tue, 16 Mar 2021 11:46:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 75A6E65037 for ; Tue, 16 Mar 2021 11:46:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229623AbhCPLqL (ORCPT ); Tue, 16 Mar 2021 07:46:11 -0400 Received: from mga09.intel.com ([134.134.136.24]:62753 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231286AbhCPLqB (ORCPT ); Tue, 16 Mar 2021 07:46:01 -0400 IronPort-SDR: xkGZDE2WKvZmKbcnrr6NyAC+zYgZgiVAJlJDFAuHf42ObeqaALizoXT3ZIGfpH68TbVY+3GRWb bTUx3dBxswrg== X-IronPort-AV: E=McAfee;i="6000,8403,9924"; a="189335520" X-IronPort-AV: E=Sophos;i="5.81,251,1610438400"; d="scan'208";a="189335520" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Mar 2021 04:46:00 -0700 IronPort-SDR: +LO7YYVov1jwziQmA/UFHBsNWYQ330C4ddAvHBYm2cNzVFbT6szAM9/HRwrk/WbnZ5tlNYi1U6 RoT8JaJYXmcA== X-IronPort-AV: E=Sophos;i="5.81,251,1610438400"; d="scan'208";a="378845401" Received: from smile.fi.intel.com (HELO smile) ([10.237.68.40]) by fmsmga007-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Mar 2021 04:45:55 -0700 Received: from andy by smile with local (Exim 4.94) (envelope-from ) id 1lM891-00CwQc-Vf; Tue, 16 Mar 2021 13:45:51 +0200 Date: Tue, 16 Mar 2021 13:45:51 +0200 From: Andy Shevchenko To: Yury Norov Cc: linux-kernel@vger.kernel.org, linux-m68k@lists.linux-m68k.org, linux-arch@vger.kernel.org, linux-sh@vger.kernel.org, Alexey Klimov , Andrew Morton , Arnd Bergmann , David Sterba , Dennis Zhou , Geert Uytterhoeven , Jianpeng Ma , Joe Perches , John Paul Adrian Glaubitz , Josh Poimboeuf , Rasmus Villemoes , Rich Felker , Stefano Brivio , Wei Yang , Wolfram Sang , Yoshinori Sato Subject: Re: [PATCH 13/13] MAINTAINERS: Add entry for the bitmap API Message-ID: References: <20210316015424.1999082-1-yury.norov@gmail.com> <20210316015424.1999082-14-yury.norov@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210316015424.1999082-14-yury.norov@gmail.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org On Mon, Mar 15, 2021 at 06:54:24PM -0700, Yury Norov wrote: > Add myself as maintainer for bitmap API and Andy and Rasmus as reviewers. > > I'm an author of current implementation of lib/find_bit and an active > contributor to lib/bitmap. It was spotted that there's no maintainer for > bitmap API. I'm willing to maintain it. > > Signed-off-by: Yury Norov > Acked-by: Andy Shevchenko > Acked-by: Rasmus Villemoes > --- > MAINTAINERS | 16 ++++++++++++++++ > 1 file changed, 16 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 3dd20015696e..44f94cdd5a20 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -3151,6 +3151,22 @@ F: Documentation/filesystems/bfs.rst > F: fs/bfs/ > F: include/uapi/linux/bfs_fs.h > > +BITMAP API > +M: Yury Norov > +R: Andy Shevchenko > +R: Rasmus Villemoes > +S: Maintained > +F: include/asm-generic/bitops/find.h > +F: include/linux/bitmap.h > +F: lib/bitmap.c > +F: lib/find_bit.c > +F: lib/find_find_bit_benchmark.c Does this file exist? I guess checkpatch.pl nowadays has a MAINTAINER data base validation. > +F: lib/test_bitmap.c > +F: tools/include/asm-generic/bitops/find.h > +F: tools/include/linux/bitmap.h > +F: tools/lib/bitmap.c > +F: tools/lib/find_bit.c > + > BLINKM RGB LED DRIVER > M: Jan-Simon Moeller > S: Maintained > -- > 2.25.1 > -- With Best Regards, Andy Shevchenko