From mboxrd@z Thu Jan 1 00:00:00 1970 From: punit.agrawal@arm.com (Punit Agrawal) Date: Mon, 13 Aug 2018 10:40:47 +0100 Subject: [PATCH v2 0/2] KVM: Fix refaulting due to page table update Message-ID: <20180813094049.3726-1-punit.agrawal@arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi, Here's a couple of patches to fix an issue when multiple vcpus fault on a page table entry[0]. The issue was reported by a user when testing PUD hugepage support[1] but also exists for PMD and PTE updates though with a lower probability. In this version - * the fix has been split for PMD hugepage and PTE update * refactored the PMD fix * applied fixes tag and cc'ing to stable Thanks, Punit [0] https://lkml.org/lkml/2018/8/10/256 [1] https://lkml.org/lkml/2018/7/16/482 Punit Agrawal (2): KVM: arm/arm64: Skip updating PMD entry if no change KVM: arm/arm64: Skip updating PTE entry if no change virt/kvm/arm/mmu.c | 45 ++++++++++++++++++++++++++++++++++----------- 1 file changed, 34 insertions(+), 11 deletions(-) -- 2.18.0