ANDROID: arm64: KVM: iommu: Fix range check for MMIO
Currently, we check the state of MMIO as a range; if tainted, it's allowed, and udpdate is skipped. Otherwise, it's updated to be tainted. However, there is no requirement that a group pages might not be a mix of both, so this check/update must be done on per page basis. Bug: 357781595 Bug: 384432312 Reported-by:Daniel Mentz <danielmentz@google.com> Change-Id: I079ffbf6734b20e97a0ea4c41f785aa9ad317c3e Signed-off-by:
Mostafa Saleh <smostafa@google.com>
Loading
Please sign in to comment