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 0F9DFECAAD2 for ; Thu, 1 Sep 2022 20:44:24 +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=qPu3KiVyPz7muEn18Lezd1vJoe2SJMV9WYBXpXd/a74=; b=lHwd1iz0Xy0eyY 7PrncNlb7stYYKd9vR3gFnq5Nnhg+9Geg7D3woBAAvYz93zg0o48yykuaYP/D+undNiLuKAxt9rbW qQHm/TvOp68XdUamC3TrMJf3mCtDBeKwYzaROK6eyhpRrgEj6VKlISvkTzqiAjB041YBjgHbiutsy S2qdb1PSlN4bDFP2BpcGz8ZBRxTf7Wb2+z3dvViyNB90rlvqYbX/IFtxekDZxKErTYIrgWHfjjwwi h/waQUIdRFTGaxwy7JKkciq4hInrjou9nooij5j3Hxn0bBrzx7LvslLOMFvMMcCfv3f72zSGm4FEO qGYAEv/LLsimafWbRcYw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oTr22-00Ee6V-Or; Thu, 01 Sep 2022 20:43:22 +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 1oTr21-00Ee5m-Kq for linux-arm-kernel@bombadil.infradead.org; Thu, 01 Sep 2022 20:43:21 +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=+R0zLcDvTGRyvxl4zDbTTDzdi+vOOjcTrIaxayIUUvg=; b=Kk7eaJ6Rqf3HJfgflPvOn2S5w9 0gTgPTEzbYGfIz1iFeWKbkUpOq9BOJy7FCWVBsXwPD4XxmexSlx2jo2e1KcibDcKu2y82RZFRL/FO xQF64t6iAkjcKCKmseQv15D9P0cqE+HAL5Coa6uAbF25VCJ5ZORLmPVpGKfgfxlKEElnMTlGq3W9p 5PSLOrg1zd2+cGDSoAIDBgmsLdhMBmDWGSillVUqYzNStL1QrRwD0fnyFca4klpndJp//F6jNkPkr TVllTk1Jvaw3qbP3c124qfCRwNFrtvTIkFXHS5iwWBzXgsUBFOR6mX5E735GYvFTh8f399Cw/cjos TEXs18Rw==; Received: from willy by casper.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1oTr1t-006Mh0-4C; Thu, 01 Sep 2022 20:43:13 +0000 Date: Thu, 1 Sep 2022 21:43:13 +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: <20220706174253.4175492-9-yury.norov@gmail.com> 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 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? _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel