Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp2077203imu; Wed, 21 Nov 2018 06:26:03 -0800 (PST) X-Google-Smtp-Source: AJdET5cu1KA8GBum1zjoO0UEmT7KxGkDGupNSStfzleky9w5LM8h9nqhgSTSl/5/V1AFbDaI0woZ X-Received: by 2002:a62:8a91:: with SMTP id o17-v6mr6950638pfk.210.1542810363144; Wed, 21 Nov 2018 06:26:03 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1542810363; cv=none; d=google.com; s=arc-20160816; b=CQdQgFYC/7fpKPzw1Z2YMRwLBDyUp63lQTBHPB0VrOmUWgmaMhhveLzxrW1absxQdm x5Sbw5be/wPCdZsgTpYrw4R1adtod3aIfwFHyW7aKLkm5KD69z+YYMYWc5uBD7qfWWmO Zn55ygLgCndnUGpTa+L4Dr8Bc2aXy4xPAeKj/ZXaELQT+6HhbZwBZubFmnLlOD6EoomV riAQifcHGpfHBh3D/ISINKcpxzkh1sywl3dYEyoaiLUDKegHF/zhAMWo3tgWFRd+OBQg ROI/U8zfY65j2QYUJXtQt+Ha5JFEXLRSQmDnyD0GnazTSO37Yn/V9c4/H/YhBU/jT3Su KPSA== 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=qYtNzEbKoBwl3g1cWVwXKj9M9LTfcSrYIUF5QO57trA=; b=wW1K0P1/bcR7WckEpsrOt7aBEp4quVqxAnjJtrd/3fHQh8REVo2DoK4UaKSprYL7IM 6obJGH6zcsiR6bV2/o0HvAr/CZFzaHY/dtGxngfEODAqbonFVE6Wl/aK2g40ZQJyVGL1 911+bxVppho5fcEy8fQOoW5RS91Qql6gGsk5qUaZjVtuqmKXvSxwsC870Hx/wmlYqHro 3eIc1DiOyFQ4TwQHuTalBk/UDdsg7+iyytj0+KS1rA3vIr/Nqqze45yoalzLqE9e5B5D ethBRKZzBB5Cy/7+9MAVUfzxPPnQetPn3j1I4eaxTlaecqIxawtdEudsTdyzIUvu8W7S pwcQ== 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 u1-v6si43756074pfb.4.2018.11.21.06.25.38; Wed, 21 Nov 2018 06:26:03 -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 S1730746AbeKUXhv (ORCPT + 99 others); Wed, 21 Nov 2018 18:37:51 -0500 Received: from verein.lst.de ([213.95.11.211]:51218 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727486AbeKUXhv (ORCPT ); Wed, 21 Nov 2018 18:37:51 -0500 Received: by newverein.lst.de (Postfix, from userid 2407) id 0518368C19; Wed, 21 Nov 2018 14:03:32 +0100 (CET) Date: Wed, 21 Nov 2018 14:03:31 +0100 From: Christoph Hellwig To: Konrad Rzeszutek Wilk Cc: Christoph Hellwig , Robin Murphy , m.szyprowski@samsung.com, john.stultz@linaro.org, iommu@lists.linux-foundation.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, sstabellini@kernel.org Subject: Re: [PATCH 0/2] SWIOTLB fixes for 4.20 Message-ID: <20181121130331.GA1373@lst.de> References: <20181120160818.GC2492@lst.de> <20181120163441.GD31199@char.us.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181120163441.GD31199@char.us.oracle.com> 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 Tue, Nov 20, 2018 at 11:34:41AM -0500, Konrad Rzeszutek Wilk wrote: > > Konrad, are you ok with me picking up both through the dma-mapping > > tree? > > Yes, albeit I would want Stefano to take a peek at patch #2 just in case. Stefano, can you take a look asap? This is a pretty trivial fix for a nasty bug that breaks boot on real life systems. I'd like to merge it by tomorrow so that I can send it off to Linus for the next rc (I will be offline for about two days after Friday morning)