From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id ACE01C433FE for ; Tue, 28 Sep 2021 09:04:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 99C2C611C7 for ; Tue, 28 Sep 2021 09:04:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239869AbhI1JGc (ORCPT ); Tue, 28 Sep 2021 05:06:32 -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?