[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <YM/zWyZlk1bzHWgI@atmark-techno.com>
Date: Mon, 21 Jun 2021 11:03:07 +0900
From: Dominique MARTINET <dominique.martinet@...ark-techno.com>
To: Jianxiong Gao <jxgao@...gle.com>
Cc: Christoph Hellwig <hch@....de>,
Konrad Rzeszutek Wilk <konrad@...nok.org>,
Konrad Rzeszutek Wilk <konrad.wilk@...cle.com>,
Linus Torvalds <torvalds@...ux-foundation.org>,
Horia Geantă <horia.geanta@....com>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
Lukas Hartmann <lukas@...mn.com>,
Aymen Sghaier <aymen.sghaier@....com>,
Herbert Xu <herbert@...dor.apana.org.au>,
"David S. Miller" <davem@...emloft.net>,
"linux-crypto@...r.kernel.org" <linux-crypto@...r.kernel.org>,
"iommu@...ts.linux-foundation.org" <iommu@...ts.linux-foundation.org>,
Marc Orr <marcorr@...gle.com>,
Erdem Aktas <erdemaktas@...gle.com>,
Peter Gonda <pgonda@...gle.com>,
Chanho Park <chanho61.park@...sung.com>
Subject: Re: swiotlb/caamjr regression (Was: [GIT PULL] (swiotlb)
stable/for-linus-5.12)
Jianxiong Gao wrote on Fri, Jun 18, 2021 at 11:01:59AM -0700:
> > Jianxiong Gao, before spending more time on this, could you also try
> > Chanho Park's patch?
> > https://lore.kernel.org/linux-iommu/20210510091816.GA2084@lst.de/T/#m0d0df6490350a08dcc24c9086c8edc165b402d6f
> >
> I have tested Chanho Parks's patch and it works for us.
> The NVMe driver performs correctly with the patch.
>
> I have teste the patch on 06af8679449d
Thanks!
(a bit late, but added Chanho Park in Cc...)
I can confirm it also works for our caam problem, as Horia said.
I've also come to term with the use of swiotlb_align_offset() through
testing, or rather many devices seem to have a 0 mask so it will almost
always be cancelled out, so if it works for Jianxiong then it's probably
good enough and I'll just assume that's how the orig_addr has been
designed...
I think it's missing a couple of checks like the one Linus had in his
patch, and would be comfortable with something like the attached patch
(in practice for me exactly the same as the original patch, except I've
added two checks: offsets smaller than orig addr offset are refused as
well as offsets bigger than the mapping size)
I'm sorry Jianxiong but would you be willing to take the time to test
again just to make sure there were no such offsets in your case?
If we're good with that I'll send it as an official v2 keeping Chanho's
from, unless he wants to.
Thanks everyone,
--
Dominique
View attachment "swiotlb.patch" of type "text/x-diff" (2104 bytes)
Powered by blists - more mailing lists