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=-6.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 5B67AC43461 for ; Thu, 17 Sep 2020 09:14:54 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id ECD7E2076D for ; Thu, 17 Sep 2020 09:14:53 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="QK3XlCfq"; dkim=fail reason="signature verification failed" (2048-bit key) header.d=canb.auug.org.au header.i=@canb.auug.org.au header.b="hZL/fxSZ" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org ECD7E2076D Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=canb.auug.org.au Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Type:Cc: List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: MIME-Version:References:In-Reply-To:Message-ID:Subject:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=xgz58aGql4eqO9dfk6SEMJAnna1gujQRQsZyQ69rWx0=; b=QK3XlCfqfJZDgsOPbUcjv1vgJ mODluoQpaDMLT3B0hnbaiPqnaft6trel4nF9pVTi5Ltalq9RjQVHWdezZEAjmle1irqT2tvcur3FO cv5K7NmR2Tc36x4eRWS7fGJvf0+dNpmRlfV7zPsgWojTmrL2JE/FoBpuibFMYRgFo4Y2nEjuqvuOk 1b/cGbJ9/IytTQDt7kVD+icRraTXP2avdzuwXsmvXCcpl7kEt4rAzV0NfXabESLCd5aip4brQB3bv 7/3nsgjKXLp8EpdQm8ZsVNu0JDh6+TVy/D8AkDeV7qSGvnShSlyUHH0KF/utkuMGL/3mMv6FRGxb5 +ezTVYxzw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kIpys-0007k5-IL; Thu, 17 Sep 2020 09:13:30 +0000 Received: from ozlabs.org ([203.11.71.1]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kIpyn-0007iK-9Z for linux-arm-kernel@lists.infradead.org; Thu, 17 Sep 2020 09:13:27 +0000 Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 4BsWTn4pdZz9sSW; Thu, 17 Sep 2020 19:13:17 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=canb.auug.org.au; s=201702; t=1600333999; bh=eeK23izo/XwLgklcW08ZfS+58T+bSk1r8oWJrLKz/Q4=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=hZL/fxSZSOCFSyd3+Ytc+vVfbcOeLRA2FwbEcCVelfyFnZC21GmGK38H0GVCa93uu ALl1+GEijTjFAgCZZ5dB9JxYV4wjTViKKGnlFX040X13FPVTHQQcZkdEEWJlGRHYXy /bgJxNFD3YdRnLtYKI77C0NEZ3cg1mQGCJz5UC6jxtekO8D1mx3WqCU/ot+4L9hG2s ju4kDX8ZGMBZurgfpSiojTb4hDNMcHSC6APjOI94mpc+jG2y0iL6LwQ/tN0rietaeT +aRWhvyX0CIFITfV7J+UxcH1s7c3NdzJtKvhWDIBTFkkzfRYMPCHUAHSv/R+OOwQCO nWFr4XYKpq7yg== Date: Thu, 17 Sep 2020 19:13:16 +1000 From: Stephen Rothwell To: Will Deacon Subject: Re: arm64: mm: move dma_contiguous_reserve() to be after paging_init() Message-ID: <20200917191316.578a5181@canb.auug.org.au> In-Reply-To: <20200917090234.GB29556@willie-the-truck> References: <20200916085933.25220-1-song.bao.hua@hisilicon.com> <20200917001934.2793370-1-ndesaulniers@google.com> <20200917090234.GB29556@willie-the-truck> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200917_051325_785138_FBDD2DF2 X-CRM114-Status: UNSURE ( 8.35 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: song.bao.hua@hisilicon.com, clang-built-linux@googlegroups.com, Nick Desaulniers , linuxarm@huawei.com, ardb@kernel.org, linux-mm@kvack.org, akpm@linux-foundation.org, guro@fb.com, linux-arm-kernel@lists.infradead.org, Mike Kravetz Content-Type: multipart/mixed; boundary="===============6849811717935430272==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============6849811717935430272== Content-Type: multipart/signed; boundary="Sig_/GGeMPW_mpWrv0BgtdARWqO."; protocol="application/pgp-signature"; micalg=pgp-sha256 --Sig_/GGeMPW_mpWrv0BgtdARWqO. Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi Will, On Thu, 17 Sep 2020 10:02:35 +0100 Will Deacon wrote: > > By "pulled" do you mean removed? (potential terminology clash with git pu= ll > is confusing me here!). "removed" It will not be in today's linux-next. --=20 Cheers, Stephen Rothwell --Sig_/GGeMPW_mpWrv0BgtdARWqO. Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEENIC96giZ81tWdLgKAVBC80lX0GwFAl9jKKwACgkQAVBC80lX 0GygRAf/RzlnqJWzwyGrK922onkkSMnGqxeSkGLLdek7NfJ7dgIFeHWwkTWW3qp4 zVP9q2YC1ez6ebEjbtfl9Wo7FegBQL6MCGhYcbGxRouWzIFC8AhEVcpYxiaFKAOp f5vZ4zZCg1OMzvE2Vvk8v5GR/OwT4bX62w3hKw/JEgS2hJYR8r+nVmVmqfqqWbkE ugINDp3MsIjxUL9t8scTJxBvJJ368GJ/RkAWNDePGiuHu5IgvHWqqnTKmJRt9L7/ OD2CnpnIprwtVbz0m0ftqUBVQR79T2fPlhfoD7BbNOFf/k72aTH2CGL+eCLYs1y+ WJqWau3aOmR7KKcTcsglUCeHOBkF4Q== =geWz -----END PGP SIGNATURE----- --Sig_/GGeMPW_mpWrv0BgtdARWqO.-- --===============6849811717935430272== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel --===============6849811717935430272==--