This series includes a few followup patches implementing some of the code review feedback from the lockless access tracking patch series. Junaid Shahid (5): kvm: x86: mmu: Rename EPT_VIOLATION_READ/WRITE/INSTR constants kvm: x86: mmu: Set SPTE_SPECIAL_MASK within mmu.c kvm: x86: mmu: Move pgtbl walk inside retry loop in fast_page_fault kvm: x86: mmu: Update comment in mark_spte_for_access_track kvm: x86: mmu: Verify that restored PTE has needed perms in fast page fault arch/x86/include/asm/vmx.h | 12 ++-- arch/x86/kvm/mmu.c | 153 ++++++++++++++++++++++++--------------------- arch/x86/kvm/vmx.c | 12 ++-- arch/x86/kvm/x86.c | 3 - 4 files changed, 93 insertions(+), 87 deletions(-) -- 2.8.0.rc3.226.g39d4020 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html