Re: [PATCH] KVM: arm64: Correctly handle the mmio faulting

2020-10-23 Thread Marc Zyngier
Hi Santosh, Thanks for this. On 2020-10-21 17:16, Santosh Shukla wrote: The Commit:6d674e28 introduces a notion to detect and handle the device mapping. The commit checks for the VM_PFNMAP flag is set in vma->flags and if set then marks force_pte to true such that if force_pte is true then

[PATCH] KVM: arm64: Correctly handle the mmio faulting

2020-10-21 Thread Santosh Shukla
The Commit:6d674e28 introduces a notion to detect and handle the device mapping. The commit checks for the VM_PFNMAP flag is set in vma->flags and if set then marks force_pte to true such that if force_pte is true then ignore the THP function check (/transparent_hugepage_adjust()). There could be