On Fri, 2023-01-06 at 10:24 -0700, Alex Williamson wrote: > On Wed, 4 Jan 2023 16:42:02 +0100 > Niklas Schnelle <schnelle@xxxxxxxxxxxxx> wrote: > > > Since commit cbf7827bc5dc ("iommu/s390: Fix potential s390_domain > > aperture shrinking") the s390 IOMMU driver uses reserved regions for the > > Are you asking for this in v6.2? Seems like the above was introduced > in v6.2 and I can't tell if this is sufficiently prevalent that we need > a fix in the same release. If possible yes I'd hope for this to go into v6.2 so we don't break ISM pass-through. Support for ISM pass-through has only been available since v6.0 where Matt added the interpretation support but it is one of the most useful pass-through uses at the moment since the ISM device uses long lived DMA mappings and as such is pretty much unaffected by the performance impact of our virtualized IOMMUs. Together with SMD-D this allows high performance communication of VMs with other VMs or LPARs. Now we don't have this problem in distribution kernels that have Matt's patches as backports but lack my newer IOMMU changes and few if any of our customers run upstream but still of course I'd prefer not to have known broken upstream releases. Thanks, Niklas