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=-12.3 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 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 4FC74C4332E for ; Fri, 12 Mar 2021 09:17:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2791764FDD for ; Fri, 12 Mar 2021 09:17:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232547AbhCLJPW (ORCPT ); Fri, 12 Mar 2021 04:15:22 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47384 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232345AbhCLJPD (ORCPT ); Fri, 12 Mar 2021 04:15:03 -0500 Received: from mail-ed1-x533.google.com (mail-ed1-x533.google.com [IPv6:2a00:1450:4864:20::533]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 994ABC061574 for ; Fri, 12 Mar 2021 01:15:02 -0800 (PST) Received: by mail-ed1-x533.google.com with SMTP id i61so6912898edd.7 for ; Fri, 12 Mar 2021 01:15:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rasmusvillemoes.dk; s=google; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=Vr0Lv80xX3Xl1L8m7N3BWIS/MyIzX8iL/K8kW4thpIU=; b=CqF/Vmp9d1IQSuSoyVR1p1PonzxnRC7YVWCuT73D3c7/UoVTQwfy4d3lTqaj04mPUQ w6sDy8AQC/jxvaSTTu0yKndZ7nBoRAi41EFLCvhlDfC8iVzFOPC/8fvKvRQIeAiQgh5V KRZ+w8tWAPqNUkdW2da/uoIpNh1yN0K7orKRo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=Vr0Lv80xX3Xl1L8m7N3BWIS/MyIzX8iL/K8kW4thpIU=; b=Iv4odufNLMLoTGFqPw/rTWkHs7xDaFjihLZJCsf8GPOhfR5mSAWd5B2RBuWWin1wtF vsKsfnu3OIye8dEjN/4vf/w2udkuqTo0CahueYzsaWTP2BP8vOMB7CKAdW5JDjc6YCXp Mt514DcdttoHGU/+AV63sW/znyylJT7hcj5Hk3sNxI8yTN4tFcVTnGkYY/ypyFgq3zyS bahjnKMtDqU3u9sQSL5dS4FVSWnrX/48ogXRExLt6u/N/wuHyz/sccLJHKdGjreCUkyM iC+MCZkP5Yqdvl+Lnks6SbMkJQPgT/YAxsRvO0/5K77fwQC/ecZSTUbyp4IoelwKkvQA SUvQ== X-Gm-Message-State: AOAM532r23iaTc/J0CQkniDLu4KaEUCDSWOI+pNT3dHO15PmhEhHMHHf NPd6YCgP9l5b7SqAjUnOibpwvw== X-Google-Smtp-Source: ABdhPJzojpw5MISuvwhn5uCj+GlJAixi2DNi1NCX+H/oDGcpqgnrVUfFvP7Bn2/KE8Wd2h5/no6lTw== X-Received: by 2002:a05:6402:57:: with SMTP id f23mr12757182edu.323.1615540501369; Fri, 12 Mar 2021 01:15:01 -0800 (PST) Received: from [192.168.1.149] ([80.208.71.248]) by smtp.gmail.com with ESMTPSA id rs24sm2493668ejb.75.2021.03.12.01.15.00 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 12 Mar 2021 01:15:01 -0800 (PST) Subject: Re: [PATCH 14/14] MAINTAINERS: Add entry for the bitmap API To: Yury Norov , Andy Shevchenko 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 , Rich Felker , Stefano Brivio , Wei Yang , Wolfram Sang , Yoshinori Sato References: <20210218040512.709186-1-yury.norov@gmail.com> <20210218040512.709186-15-yury.norov@gmail.com> <20210218153424.GA701246@yury-ThinkPad> From: Rasmus Villemoes Message-ID: Date: Fri, 12 Mar 2021 10:15:00 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1 MIME-Version: 1.0 In-Reply-To: <20210218153424.GA701246@yury-ThinkPad> Content-Type: text/plain; charset=windows-1252 Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 18/02/2021 16.34, Yury Norov wrote: > On Thu, Feb 18, 2021 at 05:28:32PM +0200, Andy Shevchenko wrote: >> 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? > > I'll be happy if you and Rasmus join the team. :) Guys, just let me > know and I'll update the patch. > >> Otherwise, why not? >> Acked-by: Andy Shevchenko Sure, you can add my name/email as an R: line (or whatever means reviewer), and consider this patch (with or without that addition) acked. Rasmus