From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 122397F for ; Wed, 8 Feb 2023 03:46:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1675828008; x=1707364008; h=message-id:date:mime-version:cc:subject:to:references: from:in-reply-to:content-transfer-encoding; bh=EXcEy3+NTVqbXxmCTNcpox9WrJ2qnr4ZecV4ken6AWQ=; b=Bmq3aH1ynD6iwerwESasM+aARYXfKIx2lm1QhTYFF/ZTd4RG1GeFs0ZG niqdKDdk84NR4fEhgw1+YmoyoBMHVlfyCVsvG5FewUpcVvc/qFA3h3Mif TB1AdteF+g1c+bkCXslVOewNhi/vtk5/cFql2DIWxaQRGnEks348IAhAD ZtN7IeWZm5m9R3LygOEGHbizTRLk6Ranzqn4lcV1r/AWghEsc4JH2vPws 6E7EIjmzTlmE5gJndsipvvmQM2SMgZXkmHCE/YP1BNjYfpZjyiKJO2iSh fAriSYSzzj1k0zfGwnSlQsUmJlW8070Py9QgDkuUduwdOwmqSJq/JPL/5 Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10614"; a="310049801" X-IronPort-AV: E=Sophos;i="5.97,279,1669104000"; d="scan'208";a="310049801" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Feb 2023 19:46:44 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10614"; a="735779962" X-IronPort-AV: E=Sophos;i="5.97,279,1669104000"; d="scan'208";a="735779962" Received: from blu2-mobl.ccr.corp.intel.com (HELO [10.255.28.52]) ([10.255.28.52]) by fmsmga004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Feb 2023 19:46:40 -0800 Message-ID: <18bbd442-c892-1f17-bf6c-b6d797379deb@linux.intel.com> Date: Wed, 8 Feb 2023 11:46:37 +0800 Precedence: bulk X-Mailing-List: iommu@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.6.1 Cc: baolu.lu@linux.intel.com, Robin Murphy , Will Deacon , David Woodhouse , Raj Ashok , "Tian, Kevin" , Yi Liu , stable@vger.kernel.org, Sukumar Ghorai Subject: Re: [PATCH v2] iommu/vt-d: Fix PASID directory pointer coherency Content-Language: en-US To: Jacob Pan , LKML , iommu@lists.linux.dev, Joerg Roedel References: <20230208000938.1527079-1-jacob.jun.pan@linux.intel.com> From: Baolu Lu In-Reply-To: <20230208000938.1527079-1-jacob.jun.pan@linux.intel.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 2023/2/8 8:09, Jacob Pan wrote: > On platforms that do not support IOMMU Extended capability bit 0 > Page-walk Coherency, CPU caches are not snooped when IOMMU is accessing > any translation structures. IOMMU access goes only directly to > memory. Intel IOMMU code was missing a flush for the PASID table > directory that resulted in the unrecoverable fault as shown below. > > This patch adds clflush calls whenever activating and updating > a PASID table directory to ensure cache coherency. > > On the reverse direction, there's no need to clflush the PASID directory > pointer when we deactivate a context entry in that IOMMU hardware will > not see the old PASID directory pointer after we clear the context entry. > PASID directory entries are also never freed once allocated. > > [ 0.555386] DMAR: DRHD: handling fault status reg 3 > [ 0.555805] DMAR: [DMA Read NO_PASID] Request device [00:0d.2] fault addr 0x1026a4000 [fault reason 0x51] SM: Present bit in Directory Entry is clear > [ 0.556348] DMAR: Dump dmar1 table entries for IOVA 0x1026a4000 > [ 0.556348] DMAR: scalable mode root entry: hi 0x0000000102448001, low 0x0000000101b3e001 > [ 0.556348] DMAR: context entry: hi 0x0000000000000000, low 0x0000000101b4d401 > [ 0.556348] DMAR: pasid dir entry: 0x0000000101b4e001 > [ 0.556348] DMAR: pasid table entry[0]: 0x0000000000000109 > [ 0.556348] DMAR: pasid table entry[1]: 0x0000000000000001 > [ 0.556348] DMAR: pasid table entry[2]: 0x0000000000000000 > [ 0.556348] DMAR: pasid table entry[3]: 0x0000000000000000 > [ 0.556348] DMAR: pasid table entry[4]: 0x0000000000000000 > [ 0.556348] DMAR: pasid table entry[5]: 0x0000000000000000 > [ 0.556348] DMAR: pasid table entry[6]: 0x0000000000000000 > [ 0.556348] DMAR: pasid table entry[7]: 0x0000000000000000 > [ 0.556348] DMAR: PTE not present at level 4 > > Cc: > Fixes: 0bbeb01a4faf ("iommu/vt-d: Manage scalalble mode PASID tables") > Reported-by: Sukumar Ghorai > Signed-off-by: Ashok Raj > Signed-off-by: Jacob Pan > --- > v2: Add clflush to PASID directory update case (Baolu, Kevin review) > --- > drivers/iommu/intel/iommu.c | 2 ++ > drivers/iommu/intel/pasid.c | 2 ++ > 2 files changed, 4 insertions(+) > > diff --git a/drivers/iommu/intel/iommu.c b/drivers/iommu/intel/iommu.c > index 59df7e42fd53..161342e7149d 100644 > --- a/drivers/iommu/intel/iommu.c > +++ b/drivers/iommu/intel/iommu.c > @@ -1976,6 +1976,8 @@ static int domain_context_mapping_one(struct dmar_domain *domain, > pds = context_get_sm_pds(table); > context->lo = (u64)virt_to_phys(table->table) | > context_pdts(pds); > + if (!ecap_coherent(iommu->ecap)) > + clflush_cache_range(table->table, sizeof(u64)); This leaves other pasid dir entries not clflush'ed. It is possible that IOMMU hardware sees different value from what CPU has set. This may leave security holes for malicious devices. It's same to the pasid entry table. How about below change? It does clflush whenever CPU changes the pasid dir/entry tables. diff --git a/drivers/iommu/intel/pasid.c b/drivers/iommu/intel/pasid.c index fb3c7020028d..aeb0517826a2 100644 --- a/drivers/iommu/intel/pasid.c +++ b/drivers/iommu/intel/pasid.c @@ -128,6 +128,9 @@ int intel_pasid_alloc_table(struct device *dev) pasid_table->max_pasid = 1 << (order + PAGE_SHIFT + 3); info->pasid_table = pasid_table; + if (!ecap_coherent(info->iommu->ecap)) + clflush_cache_range(pasid_table->table, size); + return 0; } @@ -215,6 +218,11 @@ static struct pasid_entry *intel_pasid_get_entry(struct device *dev, u32 pasid) free_pgtable_page(entries); goto retry; } + + if (!ecap_coherent(info->iommu->ecap)) { + clflush_cache_range(entries, VTD_PAGE_SIZE); + clflush_cache_range(&dir[dir_index].val, sizeof(*dir)); + } } return &entries[index]; Best regards, baolu