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=-7.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,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 D0279C48BE8 for ; Sat, 12 Jun 2021 21:48:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A9BA1611ED for ; Sat, 12 Jun 2021 21:48:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231531AbhFLVuF (ORCPT ); Sat, 12 Jun 2021 17:50:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38770 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229753AbhFLVuD (ORCPT ); Sat, 12 Jun 2021 17:50:03 -0400 Received: from mail-pf1-x435.google.com (mail-pf1-x435.google.com [IPv6:2607:f8b0:4864:20::435]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D2333C061574; Sat, 12 Jun 2021 14:47:47 -0700 (PDT) Received: by mail-pf1-x435.google.com with SMTP id p13so7489562pfw.0; Sat, 12 Jun 2021 14:47:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=93BDk6ii6Pzm95rLYvyCEAhPCJypbard9KLuegJmtkA=; b=tdOajCxOaB1QVuqnE5e2BJncjyoNLaur2vmkKimf73qd0dGIu0pNcmGci50BlaN6JS Q604+FNuaj/LxqmBBI57CQt0pFAnGt4OToX+VMhO9IoxDzyVfAbcGwRR4TmsYs5/R7jm 7ek8fAgWHq1w9+5fmrzvBKv0hmUoyFyetZ/cllmSuymPanj0WKNgHZ6sDqw3+1c64r2t MQbAg6Pm8YETs+L4ETcqD+G57R1+xbEnOYVehOWFNnuDWQEOHJ+sx+ZUJ+xKQ43Q3Zr4 CGZDfjU1YIfYP1d+NBPDLZJSUCtmLmWUqeZQuJl3pOxE7/+gjWIZmEZU1eHd6wiXqkSl 8z3w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=93BDk6ii6Pzm95rLYvyCEAhPCJypbard9KLuegJmtkA=; b=M8hUh2jR0pH+P1s5A09yuGCe7QctNSVuoLmTKzNcz2jDfNgHoCdhYCgRz2qfMEm7cl M3vdd2uhxTVBhZ+tVVKYC8+fF71qAEb4tpLx5tNRv6nyHC4dg0EYks/6CbdJx1LvBTG5 eojd1vLU5dhgfdYMlsow0cVX+GFsXN/fhsojXlvvjBvVbFya1MYDaj1eMF0h38bXyWwY sgJ2P8He+HJgtH9kJAkh+d8Z7RVfe3jBWku1KRJz1sqscF7pABRNGJ2RH3ZRa5q3hTfG CdQq5TwLiNjg/qL4RM50LFS99WByLv63eW5bDuiw1Apz2Y6XKJGLdC6UbOF9xpN/riIa jW6w== X-Gm-Message-State: AOAM533i4OW22MjNm316tKTxKnRVaRC3KyNyCzD3wiemBAx6M974WfMg nXkVmjAvxVXnn4x0ZDts2rWpeGWLb5m2RExYJiA= X-Google-Smtp-Source: ABdhPJwEUrc8Jgbcf8aITJR5mWDcB4sziIvoDhteE1kfD9qINugQ1zcYbFRHNih3Yvhl8ag/iqVI9Bc0MrSMFVJg9jI= X-Received: by 2002:a63:4145:: with SMTP id o66mr10139317pga.4.1623534467337; Sat, 12 Jun 2021 14:47:47 -0700 (PDT) MIME-Version: 1.0 References: <20210612123639.329047-1-yury.norov@gmail.com> <20210612123639.329047-8-yury.norov@gmail.com> In-Reply-To: <20210612123639.329047-8-yury.norov@gmail.com> From: Andy Shevchenko Date: Sun, 13 Jun 2021 00:47:31 +0300 Message-ID: Subject: Re: [PATCH 7/8] all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate To: Yury Norov Cc: Linux Kernel Mailing List , Linux-Arch , 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 Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Jun 12, 2021 at 3:39 PM Yury Norov wrote: > > find_first{,_zero}_bit is a more effective analogue of 'next' version if > start == 0. This patch replaces 'next' with 'first' where things look > trivial. Depending on the maintainers (but I think there will be at least few in this case) they would like to have this be split on a per-driver basis. I counted 17 patches. I would split. Since many of them are independent you may send without Cc'ing all non-relevant people in each case. > arch/powerpc/platforms/pasemi/dma_lib.c | 4 ++-- > arch/s390/kvm/kvm-s390.c | 2 +- > drivers/block/rnbd/rnbd-clt.c | 2 +- > drivers/dma/ti/edma.c | 2 +- > drivers/iio/adc/ad7124.c | 2 +- > drivers/infiniband/hw/irdma/hw.c | 16 ++++++++-------- > drivers/media/cec/core/cec-core.c | 2 +- > drivers/media/mc/mc-devnode.c | 2 +- > drivers/pci/controller/dwc/pci-dra7xx.c | 2 +- > drivers/scsi/lpfc/lpfc_sli.c | 10 +++++----- > drivers/soc/ti/k3-ringacc.c | 4 ++-- > drivers/tty/n_tty.c | 2 +- > drivers/virt/acrn/ioreq.c | 3 +-- > fs/f2fs/segment.c | 8 ++++---- > fs/ocfs2/cluster/heartbeat.c | 2 +- > fs/ocfs2/dlm/dlmdomain.c | 4 ++-- > fs/ocfs2/dlm/dlmmaster.c | 18 +++++++++--------- > fs/ocfs2/dlm/dlmrecovery.c | 2 +- > fs/ocfs2/dlm/dlmthread.c | 2 +- > lib/genalloc.c | 2 +- > net/ncsi/ncsi-manage.c | 4 ++-- > 21 files changed, 47 insertions(+), 48 deletions(-) -- With Best Regards, Andy Shevchenko