[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <aNrVWfF69EU1xvBB@Asurada-Nvidia>
Date: Mon, 29 Sep 2025 11:52:09 -0700
From: Nicolin Chen <nicolinc@...dia.com>
To: Jason Gunthorpe <jgg@...dia.com>
CC: <will@...nel.org>, <robin.murphy@....com>, <joro@...tes.org>,
<jean-philippe@...aro.org>, <miko.lenczewski@....com>, <balbirs@...dia.com>,
<peterz@...radead.org>, <smostafa@...gle.com>, <kevin.tian@...el.com>,
<praan@...gle.com>, <linux-arm-kernel@...ts.infradead.org>,
<iommu@...ts.linux.dev>, <linux-kernel@...r.kernel.org>,
<patches@...ts.linux.dev>
Subject: Re: [PATCH rfcv2 4/8] iommu/arm-smmu-v3: Introduce a per-domain
arm_smmu_invs array
On Wed, Sep 24, 2025 at 06:29:12PM -0300, Jason Gunthorpe wrote:
> On Mon, Sep 08, 2025 at 04:26:58PM -0700, Nicolin Chen wrote:
> > +
> > + WARN_ON(new != new_invs->inv + new_invs->num_invs);
> > +
> > + return new_invs;
>
> A debugging check that the output list is sorted would be a nice touch
> for robustness.
Sure. The second for loop generating "new" could run a sanity.
> I think this looks OK and has turned out to be pretty simple.
>
> I've been thinking about generalizing it to core code and I think it
> would hold up well there as well?
How would you like it to be written in the core: a generalized
structure or a general macro that generates driver structures?
And potentially we need a new drivers/iommu/iommu-invs.c?
Thanks
Nicolin
Powered by blists - more mailing lists