Re: [PATCH v4 03/33] iommu/io-pgtable-arm: Add quirk to quiet WARN_ON()

From: ALOK TIWARI
Date: Fri May 02 2025 - 15:30:45 EST




On 02-05-2025 22:26, Rob Clark wrote:
In situations where mapping/unmapping squence can be controlled by

typo squence -> sequence

userspace, attempting to map over a region that has not yet been
unmapped is an error. But not something that should spam dmesg.

Now that there is a quirk, we can also drop the selftest_running
flag, and use the quirk instead for selftests.

Signed-off-by: Rob Clark<robdclark@xxxxxxxxxxxx>

Thanks,
Alok