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_PATCH,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,UNPARSEABLE_RELAY autolearn=ham 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 26B78C4320E for ; Wed, 28 Jul 2021 15:13:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id F319560F91 for ; Wed, 28 Jul 2021 15:13:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236914AbhG1PNs (ORCPT ); Wed, 28 Jul 2021 11:13:48 -0400 Received: from smtprelay0208.hostedemail.com ([216.40.44.208]:40042 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S235592AbhG1PNp (ORCPT ); Wed, 28 Jul 2021 11:13:45 -0400 Received: from omf14.hostedemail.com (clb03-v110.bra.tucows.net [216.40.38.60]) by smtprelay08.hostedemail.com (Postfix) with ESMTP id 42E6D182CF666; Wed, 28 Jul 2021 15:13:41 +0000 (UTC) Received: from [HIDDEN] (Authenticated sender: joe@perches.com) by omf14.hostedemail.com (Postfix) with ESMTPA id 349B1268E38; Wed, 28 Jul 2021 15:13:34 +0000 (UTC) Message-ID: <7fd3eda0658e7ef4ba0463ecd39f7a17dbd4e5c3.camel@perches.com> Subject: Re: [PATCH 0/8] all: use find_next_*_bit() instead of find_first_*_bit() where possible From: Joe Perches To: Yury Norov , linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, Benjamin Herrenschmidt , Catalin Marinas , Will Deacon , Yoshinori Sato , Brian Cain , Geert Uytterhoeven , Thomas Bogendoerfer , Jonas Bonn , Stefan Kristiansson , "James E.J. Bottomley" , Palmer Dabbelt , Heiko Carstens , Rich Felker , David Hildenbrand , Jaegeuk Kim , Arnd Bergmann , Andy Shevchenko , Rasmus Villemoes , Andrew Morton , Alexander Lobakin , Samuel Mendoza-Jonas , Jakub Kicinski , Daniel Bristot de Oliveira , Alexey Klimov , Ingo Molnar Date: Wed, 28 Jul 2021 08:13:32 -0700 In-Reply-To: References: <20210612123639.329047-1-yury.norov@gmail.com> Content-Type: text/plain; charset="ISO-8859-1" User-Agent: Evolution 3.40.0-1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 349B1268E38 X-Stat-Signature: 6uu1mm4qmzqhb9fr9w8hcpruiaippn7o X-Rspamd-Server: rspamout02 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Session-ID: U2FsdGVkX19Yky/kvvqPA1H4x41Kh0vsDjYybApUtnQ= X-HE-Tag: 1627485214-180011 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2021-07-28 at 08:00 -0700, Yury Norov wrote: > Ping again. > > The rebased series together with other bitmap patches can be found > here: > > https://github.com/norov/linux/tree/bitmap-20210716 [] > >  .../bitops => include/linux}/find.h | 149 +++++++++++++++++- A file named find.h in a directory named bitops seems relatively sensible, but a bitops specific file named find.h in include/linux does not.