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 smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 620F3C2BA4C for ; Wed, 26 Jan 2022 16:22:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id E2EA560F71; Wed, 26 Jan 2022 16:22:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KTpQVHdxvOrL; Wed, 26 Jan 2022 16:22:07 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [IPv6:2605:bc80:3010:104::8cd3:938]) by smtp3.osuosl.org (Postfix) with ESMTPS id DD88A60F92; Wed, 26 Jan 2022 16:22:06 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id B81BAC0039; Wed, 26 Jan 2022 16:22:06 +0000 (UTC) Received: from smtp2.osuosl.org (smtp2.osuosl.org [IPv6:2605:bc80:3010::133]) by lists.linuxfoundation.org (Postfix) with ESMTP id 74AEAC002D for ; Wed, 26 Jan 2022 16:22:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 5131D40260 for ; Wed, 26 Jan 2022 16:22:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VLz36cxL4HG8 for ; Wed, 26 Jan 2022 16:22:04 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by smtp2.osuosl.org (Postfix) with ESMTPS id 1F0B9400C8 for ; Wed, 26 Jan 2022 16:22:03 +0000 (UTC) Received: by verein.lst.de (Postfix, from userid 2407) id 3DD1368AFE; Wed, 26 Jan 2022 17:21:58 +0100 (CET) Date: Wed, 26 Jan 2022 17:21:57 +0100 From: Christoph Hellwig To: Robin Murphy Subject: Re: [PATCH 0/3] Some minor SWIOTLB cleanups Message-ID: <20220126162157.GA31431@lst.de> References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Cc: guozhengkui@vivo.com, linux-kernel@vger.kernel.org, iommu@lists.linux-foundation.org, tientzu@chromium.org, hch@lst.de X-BeenThere: iommu@lists.linux-foundation.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Development issues for Linux IOMMU support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: iommu-bounces@lists.linux-foundation.org Sender: "iommu" Thanks, applied to the dma-mapping for-next tree. _______________________________________________ iommu mailing list iommu@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/iommu 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C5E40C28CF5 for ; Wed, 26 Jan 2022 16:22:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236461AbiAZQWC (ORCPT ); Wed, 26 Jan 2022 11:22:02 -0500 Received: from verein.lst.de ([213.95.11.211]:40637 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236372AbiAZQWB (ORCPT ); Wed, 26 Jan 2022 11:22:01 -0500 Received: by verein.lst.de (Postfix, from userid 2407) id 3DD1368AFE; Wed, 26 Jan 2022 17:21:58 +0100 (CET) Date: Wed, 26 Jan 2022 17:21:57 +0100 From: Christoph Hellwig To: Robin Murphy Cc: hch@lst.de, konrad@kernel.org, iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org, tientzu@chromium.org, guozhengkui@vivo.com Subject: Re: [PATCH 0/3] Some minor SWIOTLB cleanups Message-ID: <20220126162157.GA31431@lst.de> References: 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) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Thanks, applied to the dma-mapping for-next tree.