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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 6874DC38145 for ; Fri, 2 Sep 2022 15:14:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=LCSgb91mBwBaRcdHD4f3awKe2oDkJZHPYU7xxT12WIE=; b=j5sdFz+1jdyLB1 Mhk+q5FX5agSr6/egEeQw8ILvX5WzmOsyIklvc+YZALUK3ZWW5x+FJ0lgte4SDBlXNKlAZynE/Lns ryZHSJhamoKsSBuAKgoDBMMiEIYalSnI1Ni0vdI/PFsnMTXOKUu3fTE9Ei12OSlCfZff1rIQhPYTC +y8D63VUk56ddTexwHJcqb2WuQgC7ftHkN2brmOaYgp2oSEA3xWbFb49f7Th47xqGPj1m9mVZL5Yc qPQudl4nTbVK6C9mhak6qe/DnTdXJqoD/KGkpFKJx0kiz4HLty3XZjWMQVEQDzgZZQZNtcksPulLI D4A2HLisEt8KBv09izWA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oU8MN-00612b-1w; Fri, 02 Sep 2022 15:13:31 +0000 Received: from casper.infradead.org ([2001:8b0:10b:1236::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oU8M2-0060pC-Ow for linux-arm-kernel@bombadil.infradead.org; Fri, 02 Sep 2022 15:13:10 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=LWi1NrY2/7cJMZdtMXH/O4pRfZOaLxdRq+GMfQXVvRQ=; b=Xv3sPjQRmqKS1aW/0flFzEXOKF YeFzZj81isOzd57n7rr1POEqSH4mN90s7zgHGD8EUU//0PYExrjy8v7tJTN9obAgKv5WHTMOsUlcL eqrJspMGV6DHYIBHP+F5i0Gz7ToByvO/rFL3+NypQJaLUH/+XL3LdU/mQGj7GcuR3plhfbxFnR3Tc ZD5FQ15unahGX7PWrxBvJ8tG6rOogtRN1KT8DgO2uuVLUNX3jqgHAxxGMiHMrbsZw2fowHy06zPPB ApupSFMb/0IN4VaAjY+dBM+GpgbTNYooKyq7vxT+qRHn3L+leIVOBYvPHASIA2ztDCBkMMtaK6q6b p4MlMVSw==; Received: from willy by casper.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1oU8Lq-0077ZP-UO; Fri, 02 Sep 2022 15:12:59 +0000 Date: Fri, 2 Sep 2022 16:12:58 +0100 From: Matthew Wilcox To: Yury Norov Cc: linux-kernel@vger.kernel.org, Andrew Morton , Andy Shevchenko , David Howells , Ingo Molnar , Geert Uytterhoeven , Jonathan Corbet , "Kirill A . Shutemov" , NeilBrown , Rasmus Villemoes , Russell King , Vlastimil Babka , William Kucharski , linux-doc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mm@kvack.org Subject: Re: [PATCH 08/10] headers/deps: mm: Split out of Message-ID: References: <20220706174253.4175492-1-yury.norov@gmail.com> <20220706174253.4175492-9-yury.norov@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Sep 01, 2022 at 07:10:09PM -0700, Yury Norov wrote: > On Thu, Sep 01, 2022 at 09:43:13PM +0100, Matthew Wilcox wrote: > > On Wed, Jul 06, 2022 at 10:42:51AM -0700, Yury Norov wrote: > > > From: Ingo Molnar > > > > > > This is a much smaller header. > > > > > > Signed-off-by: Ingo Molnar > > > Signed-off-by: Yury Norov > > > --- > > > include/linux/gfp.h | 345 +------------------------------------ > > > include/linux/gfp_types.h | 348 ++++++++++++++++++++++++++++++++++++++ > > > 2 files changed, 350 insertions(+), 343 deletions(-) > > > > You move a lot of kernel-doc. Where do you change the rst files? > > Ingo - nowhere. So I did it in the next patch: > > 7343f2b0db4961d ("headers/deps: mm: align MANITAINERS and Docs with new > gfp.h structure") That's not the right way to do it. Don't merge a patch with bugs and then fix it up in the next patch. Just fix the patch. This is covered in Documentation/process/. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel