Message ID | 20241024162516.2005652-1-smostafa@google.com (mailing list archive) |
---|---|
Headers | show |
Series | iommu/io-pgtable-arm: Fix for stage-2 map/unmap | expand |
On Thu, 24 Oct 2024 16:25:14 +0000, Mostafa Saleh wrote: > The first patch is a bug fix for stage-2 handling of concatenated pgds > that can break map/unmap for some cases. > > The second patch is adding these cases to selfs tests. > > While looking at that, I also noticed that the concated page tables support > is minimal and not supported for many cases (level = 0, 2, 3), I wrote some > code to support that so I can test further, I can send it later in another > patch. > > [...] Applied to will (for-joerg/arm-smmu/updates), thanks! [1/2] iommu/io-pgtable-arm: Fix stage-2 map/unmap for concatenated tables https://git.kernel.org/will/c/d71fa842d33c [2/2] iommu/io-pgtable-arm: Add self test for the last page in the IAS https://git.kernel.org/will/c/d64c8053378e Cheers,