Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp5110787imu; Sat, 1 Dec 2018 09:18:28 -0800 (PST) X-Google-Smtp-Source: AFSGD/WrP0q+7GqroBbMFSBoH1MxhXSwDOkIjrp+fAQ+ROdtri6P8fmQFfrTL3nqRUik65B0uIxV X-Received: by 2002:a62:7e13:: with SMTP id z19mr9916938pfc.94.1543684708826; Sat, 01 Dec 2018 09:18:28 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1543684708; cv=none; d=google.com; s=arc-20160816; b=KtiDPNlWpsM1z4uAhJesNeBVIc4P6bT1ls2LdpyBYjLmB7pUgIWP/rI3YLn2BJOf6s XT3yCzw528MoPLH0YsZ28VyJki788eLdtITjYfwFISNUkf9ayA9IjrvVXbA/Z4L+mBCf h/QEmClNrg4DRTTJoz3lLYVoNjikruC7KDqgdNryMU9pho+4TUxyq6M607COt7EAiaC8 dDmp1hYZGQGd0VXI6thlW2R9RF0IqWLhY3axEdmbuGrKoAHpwIvTDz9rxAUFppZ1/hlM ez+Weenx9FkwEGzvFsNXb2VSrNqFDd78mYXQQ28ecGGJemVlL82lQ3RzpYFDb6p3WgoC KaMw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=ECX8jq34/pC3woKhE7vhtO0hY4pA6yt2LkUYYL86HPI=; b=Bz00ysZ73A6TiXvNcCp5GuyLR3jSJfs+sMwW1JezmKj/RDAIEI3i2LJmGVgBT5s2Vl j3cTCGajc4uhEwZIML4hiETb7e7j3tF9nOWvgZ2CAkQk0r2ur8Yd0BIN3f9n698HW3TA KGYWZQVMjEkyQQZp0/S9fzTsVqajsj7MQbyGxoHwfIMh9bbh20ClgdxMnibLLkouJIuq zyCO0WI8y+WbBBv7ZcYtz7KL2LimFwR0e+3KhorQtSLXNEZVNzGOWMbHfyuu6nUAJW+X qfvbRxaHBwLo7ww42oYWBwFpMMEYZq9xzZ8Nj1rW+5r672bW4hUDvbhcGbBWHPJzfsfo aRtA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id z22si7903511plo.202.2018.12.01.09.18.00; Sat, 01 Dec 2018 09:18:28 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727181AbeLBESE (ORCPT + 99 others); Sat, 1 Dec 2018 23:18:04 -0500 Received: from verein.lst.de ([213.95.11.211]:56798 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726826AbeLBESE (ORCPT ); Sat, 1 Dec 2018 23:18:04 -0500 Received: by newverein.lst.de (Postfix, from userid 2407) id 5A0AF6732A; Sat, 1 Dec 2018 18:05:06 +0100 (CET) Date: Sat, 1 Dec 2018 18:05:06 +0100 From: Christoph Hellwig To: Robin Murphy Cc: Christoph Hellwig , iommu@lists.linux-foundation.org, Catalin Marinas , Will Deacon , Guo Ren , Laura Abbott , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 6/9] dma-remap: support DMA_ATTR_NO_KERNEL_MAPPING Message-ID: <20181201170506.GE20912@lst.de> References: <20181105121931.13481-1-hch@lst.de> <20181105121931.13481-7-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Nov 30, 2018 at 07:05:40PM +0000, Robin Murphy wrote: > On 05/11/2018 12:19, Christoph Hellwig wrote: >> Do not waste vmalloc space on allocations that do not require a mapping >> into the kernel address space. >> >> Signed-off-by: Christoph Hellwig >> --- >> kernel/dma/remap.c | 11 +++++++++-- >> 1 file changed, 9 insertions(+), 2 deletions(-) >> >> diff --git a/kernel/dma/remap.c b/kernel/dma/remap.c >> index 8f1fca34b894..10a545126b0b 100644 >> --- a/kernel/dma/remap.c >> +++ b/kernel/dma/remap.c >> @@ -200,7 +200,8 @@ void *arch_dma_alloc(struct device *dev, size_t size, dma_addr_t *dma_handle, >> size = PAGE_ALIGN(size); >> - if (!gfpflags_allow_blocking(flags)) { >> + if (!gfpflags_allow_blocking(flags) && >> + !(attrs & DMA_ATTR_NO_KERNEL_MAPPING)) { >> ret = dma_alloc_from_pool(size, &page, flags); >> if (!ret) >> return NULL; >> @@ -215,6 +216,9 @@ void *arch_dma_alloc(struct device *dev, size_t size, dma_addr_t *dma_handle, >> /* remove any dirty cache lines on the kernel alias */ >> arch_dma_prep_coherent(page, size); >> + if (attrs & DMA_ATTR_NO_KERNEL_MAPPING) >> + return page; /* opaqueue cookie */ > > Best to preempt the inevitable patch fixing that typo in 3 months' time. > Otherwise, Thanks, fixed.