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=-17.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS 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 CE14BC433EF for ; Wed, 8 Sep 2021 19:49:41 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id 5FAB661167 for ; Wed, 8 Sep 2021 19:49:41 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 5FAB661167 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linux-foundation.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=kvack.org Received: by kanga.kvack.org (Postfix) id E15C36B0071; Wed, 8 Sep 2021 15:49:40 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id D9DAC900002; Wed, 8 Sep 2021 15:49:40 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id C66216B0073; Wed, 8 Sep 2021 15:49:40 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0077.hostedemail.com [216.40.44.77]) by kanga.kvack.org (Postfix) with ESMTP id AC2FD6B0071 for ; Wed, 8 Sep 2021 15:49:40 -0400 (EDT) Received: from smtpin07.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay05.hostedemail.com (Postfix) with ESMTP id 5DCF0182C3708 for ; Wed, 8 Sep 2021 19:49:40 +0000 (UTC) X-FDA: 78565446120.07.337958C Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by imf24.hostedemail.com (Postfix) with ESMTP id B0CEFB0000A0 for ; Wed, 8 Sep 2021 19:49:39 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id 6AFCF61164; Wed, 8 Sep 2021 19:49:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1631130578; bh=4qFY3rIXWA5136WUsVpcDs4xV20GEs0OP48CeTJvLxg=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=0uwng8BzxjhJsftzrjpvB5s8Jzfubkg1byvjgFjuWSxOrRCTuJivcgqjlT67BZXOd iVHXzxjHmdvUPF12ghQXQqXn8vzAq6B2tkBecvEgFR94OxJF3vFt1JnYY9eiEbnwzL GhxCFr+ZPCfFHMEwF/8COev50wwljiWre9WGpOqU= Date: Wed, 8 Sep 2021 12:49:37 -0700 From: Andrew Morton To: Yury Norov Cc: Linus Torvalds , aklimov@redhat.com, Alexander Lobakin , Andy Shevchenko , Dennis Zhou , Jiri Olsa , Linux-MM , mm-commits@vger.kernel.org, Ulf Hansson , Will Deacon , Wolfram Sang Subject: Re: [patch 108/147] bitops: move find_bit_*_le functions from le.h to find.h Message-Id: <20210908124937.bfa68a1428df07eb4e4c0597@linux-foundation.org> In-Reply-To: References: <20210907195226.14b1d22a07c085b22968b933@linux-foundation.org> <20210908025901.gV9fu4cei%akpm@linux-foundation.org> 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 Authentication-Results: imf24.hostedemail.com; dkim=pass header.d=linux-foundation.org header.s=korg header.b=0uwng8Bz; spf=pass (imf24.hostedemail.com: domain of akpm@linux-foundation.org designates 198.145.29.99 as permitted sender) smtp.mailfrom=akpm@linux-foundation.org; dmarc=none X-Stat-Signature: ep6f9ydibn5gjyz46nrz7p75njmpdeye X-Rspamd-Server: rspam02 X-Rspamd-Queue-Id: B0CEFB0000A0 X-HE-Tag: 1631130579-988459 X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: On Wed, 8 Sep 2021 12:38:27 -0700 Yury Norov wrote: > On Wed, Sep 08, 2021 at 11:37:54AM -0700, Linus Torvalds wrote: > > On Tue, Sep 7, 2021 at 7:59 PM Andrew Morton wrote: > > > > > > From: Yury Norov > > > Subject: bitops: move find_bit_*_le functions from le.h to find.h > > > > > > It's convenient to have all find_bit declarations in one place. > > > > What what what? > > > > The subject line says "move". > > > > The body of the commit message doesn't imply anything else. > > > > But the patch doesn't "move" anything at all: > > > > > include/asm-generic/bitops/find.h | 193 ---------------------------- > > > include/asm-generic/bitops/le.h | 64 --------- > > > 2 files changed, 257 deletions(-) > > > > What's going on? > > > > Dropped just because I refuse to have anything to do with patches that > > lie about what they are actually doing. > > This is how the patch looks in my tree: > https://github.com/norov/linux/commit/4a92b733138e3fd71cd8a021ad53cbce68d61cfc > > And in my submission: > http://lkml.iu.edu/hypermail/linux/kernel/2108.1/07330.html > > So it actually does what it says. The following patch in this series > also differs from what I have in my tree. Something weird happened... There were some competing changes in next for a while so I guess there was damage. > Andrew, Linus, are you OK if I resend the patchset? Linus suggests other changes. I suggest you get this tree into -next as discussed and put the changes through another kernel cycle.