Re: [PATCH 1/1] iommu/vt-d: Correctly check format of page table in debugfs

2019-08-09 Thread Joerg Roedel
On Sat, Jul 20, 2019 at 10:01:26AM +0800, Lu Baolu wrote: > drivers/iommu/intel-iommu-debugfs.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied, thanks. ___ iommu mailing list iommu@lists.linux-foundation.org https://lists.linuxfoundatio

Re: [PATCH 1/1] iommu/vt-d: Correctly check format of page table in debugfs

2019-08-08 Thread Lu Baolu
Hi Joerg, Just a friendly reminder. What do you think of this fix? Best regards, Lu Baolu On 7/20/19 10:01 AM, Lu Baolu wrote: PASID support and enable bit in the context entry isn't the right indicator for the type of tables (legacy or scalable mode). Check the DMA_RTADDR_SMT bit in the root

RE: [PATCH 1/1] iommu/vt-d: Correctly check format of page table in debugfs

2019-07-26 Thread Prakhya, Sai Praneeth
> On 7/22/19 1:21 PM, Prakhya, Sai Praneeth wrote: > > Hi Allen, > > > >> diff --git a/drivers/iommu/intel-iommu-debugfs.c > >> b/drivers/iommu/intel- iommu-debugfs.c index > >> 73a552914455..e31c3b416351 100644 > >> --- a/drivers/iommu/intel-iommu-debugfs.c > >> +++ b/drivers/iommu/intel-iommu-deb

Re: [PATCH 1/1] iommu/vt-d: Correctly check format of page table in debugfs

2019-07-24 Thread Lu Baolu
Hi Sai, On 7/22/19 1:21 PM, Prakhya, Sai Praneeth wrote: Hi Allen, diff --git a/drivers/iommu/intel-iommu-debugfs.c b/drivers/iommu/intel- iommu-debugfs.c index 73a552914455..e31c3b416351 100644 --- a/drivers/iommu/intel-iommu-debugfs.c +++ b/drivers/iommu/intel-iommu-debugfs.c @@ -235,7 +235,

RE: [PATCH 1/1] iommu/vt-d: Correctly check format of page table in debugfs

2019-07-21 Thread Prakhya, Sai Praneeth
Hi Allen, > diff --git a/drivers/iommu/intel-iommu-debugfs.c b/drivers/iommu/intel- > iommu-debugfs.c > index 73a552914455..e31c3b416351 100644 > --- a/drivers/iommu/intel-iommu-debugfs.c > +++ b/drivers/iommu/intel-iommu-debugfs.c > @@ -235,7 +235,7 @@ static void ctx_tbl_walk(struct seq_file *m,