From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH] swiotlb: Suppress "Out of SW-IOMMU" errors for NO_WARN Date: Wed, 2 May 2018 14:44:02 +0200 Message-ID: <20180502124402.GC22857@lst.de> References: <20180502100501.28440-1-chris@chris-wilson.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20180502100501.28440-1-chris@chris-wilson.co.uk> Sender: linux-kernel-owner@vger.kernel.org To: Chris Wilson Cc: iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org, intel-gfx@lists.freedesktop.org, Christian =?iso-8859-1?Q?K=F6nig?= , Mike Galbraith , Konrad Rzeszutek Wilk , Christoph Hellwig List-Id: iommu@lists.linux-foundation.org On Wed, May 02, 2018 at 11:05:01AM +0100, Chris Wilson wrote: > This extends the warning suppression from commit d0bc0c2a31c9 ("swiotlb: > suppress warning when __GFP_NOWARN is set") to suppress the warnings > when DMA_ATTR_NO_WARN is given by caller. In such cases the caller wants > to handle the error themselves. I have patches that remove swiotlb_full entirely to be posted soon. I'll defer the patch for now.