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 X-Spam-Level: X-Spam-Status: No, score=-15.3 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 31721C433E0 for ; Mon, 18 Jan 2021 11:21:37 +0000 (UTC) Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 932CE222B3 for ; Mon, 18 Jan 2021 11:21:36 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 932CE222B3 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=iommu-bounces@lists.linux-foundation.org Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 03F5887004; Mon, 18 Jan 2021 11:21:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hTbSa1t1JIT7; Mon, 18 Jan 2021 11:21:35 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by hemlock.osuosl.org (Postfix) with ESMTP id 70A5B85945; Mon, 18 Jan 2021 11:21:35 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id 5264AC08A1; Mon, 18 Jan 2021 11:21:35 +0000 (UTC) Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by lists.linuxfoundation.org (Postfix) with ESMTP id A4407C013A for ; Mon, 18 Jan 2021 11:21:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 8BB84854E0 for ; Mon, 18 Jan 2021 11:21:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0EncWgGC-cl7 for ; Mon, 18 Jan 2021 11:21:31 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 8F0DA848A0 for ; Mon, 18 Jan 2021 11:21:31 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id 11201221FF; Mon, 18 Jan 2021 11:21:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1610968891; bh=f7slgC3FybDChj4RgWx/+lOIZ+uIiteGAYHQ8oorWy8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=GqVL7gdAFxJseTnv/KHUNnT6Jm7jXOVXD09MZcwKcTam0E9x8k6bte9kJ+qgDDIue 4nDfanXk43ign34DCyhFvOBPnE3kxZoWOKqfSCvFzRbUSLeIPZ+ymYOGxmq/S37TpM RZJdTDD+rJbr7CWEm7sa45n1NtYGOXuDjCcLBjtaEFKrIOrpPHBTF7yRrntPolCXzs fSBupA9l4YyXMrIwSj22DOQYbza0qHm/mNZ1oSf4+bHQF+BRmgk6mgeZLRuY5HmIVr Vo1VepR3MR2d212OymR40qcT45y3ufy6PeZBHoRJg1gfYy8xuqjMXOqwb/LtNgGk0V srap3RxV9Ggcw== Date: Mon, 18 Jan 2021 11:21:26 +0000 From: Will Deacon To: John Garry Subject: Re: [PATCH v2 0/6] IOMMU: Some more IOVA and core code tidy-up Message-ID: <20210118112126.GA16500@willie-the-truck> References: <1609940111-28563-1-git-send-email-john.garry@huawei.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1609940111-28563-1-git-send-email-john.garry@huawei.com> User-Agent: Mutt/1.10.1 (2018-07-13) Cc: robin.murphy@arm.com, iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org 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" On Wed, Jan 06, 2021 at 09:35:05PM +0800, John Garry wrote: > Just some tidy-up to IOVA and core code. > > Based on v5.11-rc2 > > Differences to v1: > - Add core IOMMU patches > > John Garry (6): > iova: Make has_iova_flush_queue() private > iova: Delete copy_reserved_iova() > iova: Stop exporting some more functions > iommu: Stop exporting iommu_map_sg_atomic() > iommu: Delete iommu_domain_window_disable() > iommu: Delete iommu_dev_has_feature() > > drivers/iommu/iommu.c | 21 --------------------- > drivers/iommu/iova.c | 36 +----------------------------------- > include/linux/iommu.h | 13 ------------- > include/linux/iova.h | 12 ------------ > 4 files changed, 1 insertion(+), 81 deletions(-) For the series: Acked-by: Will Deacon Will _______________________________________________ iommu mailing list iommu@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/iommu