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=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS autolearn=no 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 30077C43461 for ; Fri, 2 Apr 2021 00:33:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E24E3610FC for ; Fri, 2 Apr 2021 00:33:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235993AbhDBAdB (ORCPT ); Thu, 1 Apr 2021 20:33:01 -0400 Received: from mail.kernel.org ([198.145.29.99]:35780 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233677AbhDBAdB (ORCPT ); Thu, 1 Apr 2021 20:33:01 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 2111D6100C; Fri, 2 Apr 2021 00:32:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1617323580; bh=l5OBmZolqQt7kxKdrbukEJTSt9ja/UZ2NhAmGHQ3zxU=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=kG/JulKQ/j7q300El8hcUdl9djvCOTMS316bPRU5+zmo9B22mCs+usRR8Evbkkn3N vA22n5vywmXywzyPXhGzM0UbJXdoQ9BA2ttE7BZclCb+sTtuAmm/YGdbm35L7i53EV glVlMEwvdxswxe9y/dSTG3XBRgE8mCchA/H3Kpqg= Date: Thu, 1 Apr 2021 17:32:58 -0700 From: Andrew Morton To: Andy Shevchenko Cc: Arnd Bergmann , Yury Norov , Linux Kernel Mailing List , linux-m68k , Linux-Arch , Linux-SH , Alexey Klimov , Andy Shevchenko , 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 v6 00/12] lib/find_bit: fast path for small bitmaps Message-Id: <20210401173258.1f9a107ef13f210fb4896780@linux-foundation.org> In-Reply-To: References: <20210401003153.97325-1-yury.norov@gmail.com> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.31; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-arch@vger.kernel.org On Thu, 1 Apr 2021 12:50:31 +0300 Andy Shevchenko wrote: > > I normally don't have a lot of material for asm-generic either, half > > the time there are no pull requests at all for a given release. I would > > expect future changes to the bitmap implementation to only need > > an occasional bugfix, which could go through either the asm-generic > > tree or through mm and doesn't need another separate pull request. > > > > If it turns out to be a tree that needs regular updates every time, > > then having a top level repository in linux-next would be appropriate. > > Agree. asm-generic may serve for this. My worries are solely about how > much burden we add on Andrew's shoulders. Is fine. Saving other developers from having to maintain tiny trees is a thing I do.