]> 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)
commitd7a86d184dd2116759888bcfe2600c91a8188ffb
tree36cabbd026a609b1253504be16c09cfe68314afd
parentefe002f7d23756b63cdf000379bf6a73c80059cb
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