From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.8bytes.org (mail.8bytes.org [85.214.250.239]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 39F67EB2B for ; Mon, 5 Dec 2022 10:43:38 +0000 (UTC) Received: from 8bytes.org (p200300c27724780086ad4f9d2505dd0d.dip0.t-ipconnect.de [IPv6:2003:c2:7724:7800:86ad:4f9d:2505:dd0d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.8bytes.org (Postfix) with ESMTPSA id F1B4D22024E; Mon, 5 Dec 2022 11:43:30 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=8bytes.org; s=default; t=1670237011; bh=FUZ3mP02M0qgiK21lDW2eL1s8dfFYJmuVtohfwzKNpQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=fvO7NFJzPMBOSd++Nb3xEuDW43D75gK/neAu4kvgwYqoaRzD5YMxJNJ4frTe6wtr6 1l5H5vfVB3WLqKMgFeYO1MFSHQ1njB+hpgAfhb2OjlZv5BMjPXGS8j6xazj5eF7x4K dwfjrLrFMJbcjgFMa4sUzsj4DiV5s2IyKB/6cHPpWD7bBXRluYPg1sl8chwl98Bv75 u1IOXLTo/EIsu6ZWEfC42xzg1DYM8VmJ4doDkC3+5ldYBAFax1PZou3uJVD557ixLg gEUXdmYA+Z66x4DQ9FZMQj0S6gYUh5j5dYey9mdL/GNF+Le9htnUKwBJ39SCriHFR1 o3X432ZwDCkzA== Date: Mon, 5 Dec 2022 11:43:29 +0100 From: Joerg Roedel To: Jacob Pan Cc: LKML , iommu@lists.linux.dev, Lu Baolu , Robin Murphy , Will Deacon , David Woodhouse , Raj Ashok , "Tian, Kevin" , Yi Liu , Yuzhang Luo Subject: Re: [PATCH v3] iommu/vt-d: Add a fix for devices need extra dtlb flush Message-ID: References: <20221130062449.1360063-1-jacob.jun.pan@linux.intel.com> Precedence: bulk X-Mailing-List: iommu@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221130062449.1360063-1-jacob.jun.pan@linux.intel.com> On Tue, Nov 29, 2022 at 10:24:49PM -0800, Jacob Pan wrote: > drivers/iommu/intel/iommu.c | 67 +++++++++++++++++++++++++++++++++++-- > drivers/iommu/intel/iommu.h | 3 ++ > drivers/iommu/intel/svm.c | 5 ++- > 3 files changed, 72 insertions(+), 3 deletions(-) I removed this commit from my fixes branch. Please re-submit with the fix included and I will queue it for 6.2 once Lu Baolu acked it. Thanks, Joerg