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 39AD4C433DB for ; Thu, 18 Feb 2021 18:07:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id F209664EE4 for ; Thu, 18 Feb 2021 18:06:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231659AbhBRSGb (ORCPT ); Thu, 18 Feb 2021 13:06:31 -0500 Received: from mga11.intel.com ([192.55.52.93]:58882 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231592AbhBRPbB (ORCPT ); Thu, 18 Feb 2021 10:31:01 -0500 IronPort-SDR: yYhupQAeS5NHcz4cF4gcReQQNA7XADisg8tOGq7taZsRnVITOUfEgbQvjk2MXgKdWL2oZLqH6j hsmlt0AopZmw== X-IronPort-AV: E=McAfee;i="6000,8403,9898"; a="180017296" X-IronPort-AV: E=Sophos;i="5.81,187,1610438400"; d="scan'208";a="180017296" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Feb 2021 07:28:41 -0800 IronPort-SDR: KX9DvpxVrcJtQQ9LUit+AWu9KaUP8n+rhs+LWbZAOMPthhLLTBBGBNSHAErVZDOd2gGw+gZPV0 v3GXUBJYzW9A== X-IronPort-AV: E=Sophos;i="5.81,187,1610438400"; d="scan'208";a="401689900" Received: from smile.fi.intel.com (HELO smile) ([10.237.68.40]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Feb 2021 07:28:36 -0800 Received: from andy by smile with local (Exim 4.94) (envelope-from ) id 1lClEG-005yjg-L4; Thu, 18 Feb 2021 17:28:32 +0200 Date: Thu, 18 Feb 2021 17:28:32 +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 14/14] MAINTAINERS: Add entry for the bitmap API Message-ID: References: <20210218040512.709186-1-yury.norov@gmail.com> <20210218040512.709186-15-yury.norov@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210218040512.709186-15-yury.norov@gmail.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-m68k@vger.kernel.org On Wed, Feb 17, 2021 at 08:05:12PM -0800, Yury Norov wrote: > Add myself as maintainer for bitmap API. > > 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. Perhaps reviewers as well, like Rasmus, if he is okay with that, of course? Otherwise, why not? Acked-by: Andy Shevchenko > Signed-off-by: Yury Norov > --- > MAINTAINERS | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 7bdf12d3e0a8..9f8540a9dabf 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -3146,6 +3146,20 @@ F: Documentation/filesystems/bfs.rst > F: fs/bfs/ > F: include/uapi/linux/bfs_fs.h > > +BITMAP API > +M: Yury Norov > +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 > +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