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 0D66CC433EF for ; Thu, 28 Apr 2022 08:56:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344833AbiD1I7z (ORCPT ); Thu, 28 Apr 2022 04:59:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51274 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1344815AbiD1I7v (ORCPT ); Thu, 28 Apr 2022 04:59:51 -0400 Received: from theia.8bytes.org (8bytes.org [IPv6:2a01:238:4383:600:38bc:a715:4b6d:a889]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A2DEE4A902 for ; Thu, 28 Apr 2022 01:56:36 -0700 (PDT) Received: by theia.8bytes.org (Postfix, from userid 1000) id B34812FB; Thu, 28 Apr 2022 10:56:34 +0200 (CEST) Date: Thu, 28 Apr 2022 10:56:33 +0200 From: Joerg Roedel To: Jason Gunthorpe Cc: Cornelia Huck , David Woodhouse , iommu@lists.linux-foundation.org, kvm@vger.kernel.org, Suravee Suthikulpanit , Will Deacon , Alex Williamson , Lu Baolu , Christoph Hellwig , "Tian, Kevin" , Robin Murphy Subject: Re: [PATCH v3 0/4] Make the iommu driver no-snoop block feature consistent Message-ID: References: <0-v3-2cf356649677+a32-intel_no_snoop_jgg@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0-v3-2cf356649677+a32-intel_no_snoop_jgg@nvidia.com> Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org On Mon, Apr 11, 2022 at 12:16:04PM -0300, Jason Gunthorpe wrote: > Jason Gunthorpe (4): > iommu: Introduce the domain op enforce_cache_coherency() > vfio: Move the Intel no-snoop control off of IOMMU_CACHE > iommu: Redefine IOMMU_CAP_CACHE_COHERENCY as the cap flag for > IOMMU_CACHE > vfio: Require that devices support DMA cache coherence > > drivers/iommu/amd/iommu.c | 7 +++++++ > drivers/iommu/intel/iommu.c | 17 +++++++++++++---- > drivers/vfio/vfio.c | 7 +++++++ > drivers/vfio/vfio_iommu_type1.c | 30 +++++++++++++++++++----------- > include/linux/intel-iommu.h | 2 +- > include/linux/iommu.h | 7 +++++-- > 6 files changed, 52 insertions(+), 18 deletions(-) Applied to core branch, thanks everyone.