Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit cf4e7e64 authored by Prakash Gupta's avatar Prakash Gupta
Browse files

Revert "iommu: arm-smmu: iommu_unmap_fast support"



This reverts commit 49d6dec0.
iommu_unmap_fast support require releasing cb_lock between unmap and tlb
flush. This allows room for a stale walk cache between unmap of last pte in
a pmd, which results in freeing of pmd. This followed by map on the same
pmd range results in valid access initiated on new mapping using stale walk
cache. The can be avoided by ensuring unmap and tlb flush happens while
keeping the cb_lock.

Change-Id: I2ad7e25ee858a2f70d6f9a9c53c66b54bd0df458
Signed-off-by: default avatarPrakash Gupta <guptap@codeaurora.org>
parent e3f07b95
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment