Received: by 2002:a05:6a11:4021:0:0:0:0 with SMTP id ky33csp4705775pxb; Tue, 28 Sep 2021 02:07:01 -0700 (PDT) X-Google-Smtp-Source: ABdhPJy0Mb6gTg/aoEUEs5WcM3gaweKEZGG2J2w8+Zxol//c/ViwxmsZR1kK7WZGyMMnTn2mz4NX X-Received: by 2002:aa7:c4d0:: with SMTP id p16mr6083257edr.71.1632820020789; Tue, 28 Sep 2021 02:07:00 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1632820020; cv=none; d=google.com; s=arc-20160816; b=mPWU1H03aCfTMTXYiMo8LrIplYdX1+Q9yZZZdAmU8fF1TPK5ZIEKR/kP+Pzy0UIP4U KIER+UB+NAMNF1unBAZvn/uxm0BkzG46htERgNkLZoVFeJYVLxg527IJXX16nV8p9Ryu 7LPyAa5yE4ddjQ/WYNoLRoXyycEzHDOytCF1i7iDhFhPfv++iEUT/WP+W8RkVLXeXCRx WniiAfZO8djLq/LHtmjDJWRcQpiTblugfkvTjUiJPHDZ11QqJgy86FCo9G9lx7UhWBy9 KDTltGpBbXr/iYJCre5moh0/8CmU6dWGCtMFPfUvx7LIViwOTDSBVvqomttpRwEyK5pC Xugg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=R1+K1Mn0lcMI/Xlfm4GAP7+gup6nRZPxLRQ2zZEyz/Y=; b=YOdcgJeGKKoriZtV9LCktpTF2dHujis7Pk7orw4rio7QiXfElL5wFxPptwUvpcobZc o/ghb8tHZhdvudxDUTNNky59MvAKEx1bcXuZp/tVyXUDalMMxHZiDjtvtvNbwnKu1h5e x+OWY3Dy/I3X2p3GZiSnvDLGvmR/8X+YcJPjD2CqnTRYId4DCc2CAkv+ZoB/HJHY2ud4 420FPMSOG0p4dd6SgGJDYmTSSzE96m8zcyvhIYECcU+UX2eiC5CvJuRxziW8dRvwPIGG ApDS9rLdrkl5oupSaJfxpiOcaZnZwMYsr3IL3AZBZMzxbcqasjWmfvi1vvEoJM8w7egm sWBw== 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=8bytes.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id m25si12053016ejb.570.2021.09.28.02.06.34; Tue, 28 Sep 2021 02:07:00 -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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=8bytes.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239873AbhI1JGb (ORCPT + 99 others); Tue, 28 Sep 2021 05:06:31 -0400 Received: from 8bytes.org ([81.169.241.247]:39714 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239774AbhI1JGa (ORCPT ); Tue, 28 Sep 2021 05:06:30 -0400 Received: by theia.8bytes.org (Postfix, from userid 1000) id 1585A2DE; Tue, 28 Sep 2021 11:04:46 +0200 (CEST) Date: Tue, 28 Sep 2021 11:04:25 +0200 From: Joerg Roedel To: David Stevens Cc: Robin Murphy , Christoph Hellwig , Will Deacon , Lu Baolu , Tom Murphy , Rajat Jain , iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org, David Stevens Subject: Re: [PATCH v7 0/7] Fixes for dma-iommu swiotlb bounce buffers Message-ID: References: <20210830045925.4163412-1-stevensd@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210830045925.4163412-1-stevensd@google.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Aug 30, 2021 at 01:59:18PM +0900, David Stevens wrote: > David Stevens (7): > dma-iommu: fix sync_sg with swiotlb > dma-iommu: fix arch_sync_dma for map > dma-iommu: skip extra sync during unmap w/swiotlb > dma-iommu: fold _swiotlb helpers into callers > dma-iommu: Check CONFIG_SWIOTLB more broadly > swiotlb: support aligned swiotlb buffers > dma-iommu: account for min_align_mask w/swiotlb This doesn't apply to v5.15-rc3. Can you please sort this out and re-send?