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, 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 A12F3C433FE for ; Sun, 6 Dec 2020 09:02:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5C3BD2087D for ; Sun, 6 Dec 2020 09:02:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725772AbgLFJCd (ORCPT ); Sun, 6 Dec 2020 04:02:33 -0500 Received: from mail.kernel.org ([198.145.29.99]:51694 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725767AbgLFJCc (ORCPT ); Sun, 6 Dec 2020 04:02:32 -0500 Date: Sun, 6 Dec 2020 10:01:48 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1607245312; bh=fcaGZ5LUkxrPA+V30rlNwNOCcQI1azfZbmbtwpENhP8=; h=From:To:Cc:Subject:References:In-Reply-To:From; b=o/0NfLcdW4ao8C/sPiiX7YsHOMWQQO2Qf5NjJIp7NsfXv4gKCwqpxmnVbUOwc5QUS WocRjdSgpU/cgslSgghLA1oaLK0M3sHcd5gNech3/1E8v3X3aGx1U6TDQn70PrJoei BoI4eOgejIwcwH8Amp2YU1bQX53yPluxsglWQJks= From: Greg KH To: Yun Levi Cc: Andrew Morton , Yury Norov , Andy Shevchenko , richard.weiyang@linux.alibaba.com, christian.brauner@ubuntu.com, Arnd Bergmann , Josh Poimboeuf , rdunlap@infradead.org, masahiroy@kernel.org, peterz@infradead.org, peter.enderborg@sony.com, krzk@kernel.org, Brendan Higgins , Kees Cook , broonie@kernel.org, matti.vaittinen@fi.rohmeurope.com, mhiramat@kernel.org, jpa@git.mail.kapsi.fi, nivedita@alum.mit.edu, Alexander Potapenko , orson.zhai@unisoc.com, Takahiro Akashi , clm@fb.com, Josef Bacik , dsterba@suse.com, dushistov@mail.ru, Linux Kernel Mailing List , linux-arch@vger.kernel.org, linux-btrfs@vger.kernel.org Subject: Re: [PATCH v2 1/8] lib/find_bit.c: Add find_last_zero_bit Message-ID: References: <20201206064624.GA5871@ubuntu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-arch@vger.kernel.org On Sun, Dec 06, 2020 at 05:56:30PM +0900, Yun Levi wrote: > > This, and the change above this, are not related to this patch so you > > might not want to include them. > > > Also, why is this patch series even needed? I don't see a justification > > for it anywhere, only "what" this patch is, not "why". > > I think the find_last_zero_bit will help to improve in > 7th patch's change and It can be used in the future. > But if my thinking is bad.. Please let me know.. You need to explain that in a 0/8 patch. But note that this seems like a lot of work just for one tiny user, what is the real benifit here? thanks, greg k-h