]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86/mmu: Remove MMU auditing
authorSean Christopherson <seanjc@google.com>
Fri, 18 Feb 2022 17:43:05 +0000 (09:43 -0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 18 Feb 2022 18:46:23 +0000 (13:46 -0500)
commit45535b7a69f609ff5d7b3ae907a89fe55c40f8d2
tree36cabbd026a609b1253504be16c09cfe68314afd
parent3fbf5aa3b1f0975097323e4708d656dc9f99a8ab
KVM: x86/mmu: Remove MMU auditing

Remove mmu_audit.c and all its collateral, the auditing code has suffered
severe bitrot, ironically partly due to shadow paging being more stable
and thus not benefiting as much from auditing, but mostly due to TDP
supplanting shadow paging for non-nested guests and shadowing of nested
TDP not heavily stressing the logic that is being audited.

Signed-off-by: Sean Christopherson <seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Documentation/admin-guide/kernel-parameters.txt
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/Kconfig
arch/x86/kvm/mmu/mmu.c
arch/x86/kvm/mmu/mmu_audit.c [deleted file]
arch/x86/kvm/mmu/paging_tmpl.h