From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junaid Shahid Subject: [PATCH 0/5] Followup patches for lockless access tracking Date: Wed, 21 Dec 2016 20:29:27 -0800 Message-ID: <1482380972-25573-1-git-send-email-junaids@google.com> Cc: andreslc@google.com, pfeiner@google.com, pbonzini@redhat.com, guangrong.xiao@linux.intel.com To: kvm@vger.kernel.org Return-path: Received: from mail-pf0-f173.google.com ([209.85.192.173]:33238 "EHLO mail-pf0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751140AbcLVE3f (ORCPT ); Wed, 21 Dec 2016 23:29:35 -0500 Received: by mail-pf0-f173.google.com with SMTP id d2so37751700pfd.0 for ; Wed, 21 Dec 2016 20:29:34 -0800 (PST) Sender: kvm-owner@vger.kernel.org List-ID: 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