Received: by 2002:a05:6a10:a0d1:0:0:0:0 with SMTP id j17csp178005pxa; Tue, 4 Aug 2020 02:47:10 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw0MjADUt8mHhxS9F2ASzlB6WSQvD4dMVSnZHi4eoH5uXMJ0yAJ7qs3ALfru2JNVyKLDUwJ X-Received: by 2002:a05:6402:1758:: with SMTP id v24mr20371056edx.274.1596534429810; Tue, 04 Aug 2020 02:47:09 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1596534429; cv=none; d=google.com; s=arc-20160816; b=ZCU7/p5juFdZ07Hk10m6hUGarLgjVKthOJPTZ0we7OTVuCRocwb9PtffT3JAQizVNH OEzxQAiiRJSp8aE53Kl323FdjQDGLHJFwxKLJP7Xisav90FZmoTi+HTt3czhFEqnXFzo XRdwBKgoKoCh+aukIs4fQ08o+K44WNSwPQoqgyRJ9ADuRyEBjxeqX6nnISj1ErRkjxz6 rkV3xP1M2L2g5vaSFlHeEkCkQ2qvolS6YtLKnQ7M1raPs6RwlFJZgEXe0H/9REOGpHfu hkVTT/3pAXug9mQydudx7gywgZ5nuhzXhLXVmFExAcIIoy7m9xT41bugQZ2Y7pkJIrl/ AFsw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:date:cc:to:from:subject:message-id; bh=8nbmoi5ZehWE+WY2DErnfgmGQacRS0SCl1Ko2VtXwcA=; b=008EZ+Gn+GBUlPYcNpbu61vbBG7Tcmg8CFmRXTwkgU9HJM3R0L693R55Ga4+GlDet4 9k7VS/BtSbbvaMiKCuHw1kFDmLfiZfUe6aRGkYdP5MG0XWFFRiZuTvJV6MGeWvzFS8pM fYMqlwI9lq42cqJyonA11m0R4jD7iDuK9Loi+Nwf6lRji56LLVhnlm8aB/0hfB4Huvze 3mbuWw9Q3GYKfVvLXbrB1IvK2nRqaN9gMb56ucvBSO/hYd+A1VjbUf9TIxvRG4WmILhz 7aQghPAuIoeX7kBxiIr+nyx/pvNWgHTtaIyH0GIEQX0P8oETPqlmKFyEeXkEnHt4aX0y 5e7Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id df7si11677618edb.553.2020.08.04.02.46.46; Tue, 04 Aug 2020 02:47:09 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728332AbgHDJnX (ORCPT + 99 others); Tue, 4 Aug 2020 05:43:23 -0400 Received: from mx2.suse.de ([195.135.220.15]:55056 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725832AbgHDJnX (ORCPT ); Tue, 4 Aug 2020 05:43:23 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 747B9ADE5; Tue, 4 Aug 2020 09:43:36 +0000 (UTC) Message-ID: Subject: Re: [PATCH v2 2/2] dma-pool: Only allocate from CMA when in same memory zone From: Nicolas Saenz Julienne To: Christoph Hellwig Cc: amit.pundir@linaro.org, linux-kernel@vger.kernel.org, Marek Szyprowski , Robin Murphy , rientjes@google.com, jeremy.linton@arm.com, linux-rpi-kernel@lists.infradead.org, iommu@lists.linux-foundation.org Date: Tue, 04 Aug 2020 11:43:15 +0200 In-Reply-To: <20200804060633.GA7368@lst.de> References: <20200803160956.19235-1-nsaenzjulienne@suse.de> <20200803160956.19235-3-nsaenzjulienne@suse.de> <20200804060633.GA7368@lst.de> Content-Type: multipart/signed; micalg="pgp-sha256"; protocol="application/pgp-signature"; boundary="=-37n9dG1PtRrqctFyLGEb" User-Agent: Evolution 3.36.4 MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --=-37n9dG1PtRrqctFyLGEb Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Tue, 2020-08-04 at 08:06 +0200, Christoph Hellwig wrote: > On Mon, Aug 03, 2020 at 06:09:56PM +0200, Nicolas Saenz Julienne wrote: > > + if (IS_ENABLED(CONFIG_ZONE_DMA) && (gfp & GFP_DMA)) > > + return end <=3D DMA_BIT_MASK(zone_dma_bits); > > + if (IS_ENABLED(CONFIG_ZONE_DMA32) && (gfp & GFP_DMA32)) > > + return end <=3D DMA_BIT_MASK(32); > > + if (gfp & GFP_KERNEL) > > + return end > DMA_BIT_MASK(32); >=20 > So the GFP_KERNEL one here looks weird. For one I don't think the if > line is needed at all, and it just confuses things. Yes, sorry, shoud've seen that. > Second I don't see the need (and actually some harm) in preventing GFP_KE= RNEL > allocations from dipping into lower CMA areas - something that we did sup= port > before 5.8 with the single pool. My thinking is the least we pressure CMA the better, it's generally scarse,= and it'll not grow as the atomic pools grow. As far as harm is concerned, we no= w check addresses for correctness, so we shouldn't run into problems. There is a potential case for architectures defining a default CMA but not defining DMA zones where this could be problematic. But isn't that just pla= in abusing CMA? If you need low memory allocations, you should be defining DMA zones. Regards, Nicolas --=-37n9dG1PtRrqctFyLGEb Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iQEzBAABCAAdFiEErOkkGDHCg2EbPcGjlfZmHno8x/4FAl8pLbMACgkQlfZmHno8 x/6CFQgAroY7OAksNUQQ1MqKTFjhXVRYkfoAZYNmH6unfh6DBZ8bbSiIy9zgoaP8 W4Ve63kWqEzS9f64iOzDugZuZA5Cxs8w7ELVhNtfxN/qdLNHYOA3BkDsvDy+fHcD Q5ITY/XPPFvGoLsI8N4z1DT4GAnS3iRZhl9LzslqGoOyQPcl9iLgVrxCOWDNhAek 7HGtXe+7mTFogwtf6r03ywUQCpBs56ZFXAbzKfeyhMSUHNjz4rPlfruOW8GpyMvA JZeK2B6Pk4QSads310PrY4ZRkLYO2vmrYlFXSOosFv7oF6wwd7wnYMVI05JuQ7Yo 55KdR6h6r+HQ7BslvbaH8GDPGMiYhA== =Ah73 -----END PGP SIGNATURE----- --=-37n9dG1PtRrqctFyLGEb--