[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230302092310.77f97361@jacob-builder>
Date: Thu, 2 Mar 2023 09:23:10 -0800
From: Jacob Pan <jacob.jun.pan@...ux.intel.com>
To: Tina Zhang <tina.zhang@...el.com>
Cc: LKML <linux-kernel@...r.kernel.org>, <iommu@...ts.linux.dev>,
Jason Gunthorpe <jgg@...dia.com>,
Lu Baolu <baolu.lu@...ux.intel.com>,
Joerg Roedel <joro@...tes.org>,
Jean-Philippe Brucker <jean-philippe@...aro.com>,
"Dave Hansen" <dave.hansen@...el.com>,
Thomas Gleixner <tglx@...utronix.de>,
"X86 Kernel" <x86@...nel.org>, <bp@...en8.de>,
"H. Peter Anvin" <hpa@...or.com>,
Peter Zijlstra <peterz@...radead.org>, <corbet@....net>,
<vkoul@...nel.org>, <dmaengine@...r.kernel.org>,
<linux-doc@...r.kernel.org>, Robin Murphy <robin.murphy@....com>,
Will Deacon <will@...nel.org>,
"David Woodhouse" <dwmw2@...radead.org>,
Raj Ashok <ashok.raj@...el.com>,
"Tian, Kevin" <kevin.tian@...el.com>, Yi Liu <yi.l.liu@...el.com>,
"Yu, Fenghua" <fenghua.yu@...el.com>,
Dave Jiang <dave.jiang@...el.com>,
Kirill Shutemov <kirill.shutemov@...ux.intel.com>,
jacob.jun.pan@...ux.intel.com
Subject: Re: [PATCH v4 3/6] iommu/sva: Stop using ioasid_set for SVA
Hi Tina,
On Thu, 2 Mar 2023 21:52:42 +0800, Tina Zhang <tina.zhang@...el.com> wrote:
> > if (mm->pasid < min || mm->pasid >= max)
> Here seems not right, since the valid range is defined [min, max].
> Shouldn't the invalid range be:
> if (mm->pasid < min || mm->pasid > max)
yes it is better to be consistent even if we removed the inclusive
requirements in the previous comments.
Thanks,
Jacob
Powered by blists - more mailing lists