projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fdcc1b
)
KVM: x86/mmu: Fix comment typo
author
Mathias Krause
<minipli@grsecurity.net>
Wed, 22 Mar 2023 01:37:30 +0000
(
02:37
+0100)
committer
Sean Christopherson
<seanjc@google.com>
Wed, 22 Mar 2023 14:46:53 +0000
(07:46 -0700)
Fix a small comment typo in make_spte().
Signed-off-by: Mathias Krause <minipli@grsecurity.net>
Link:
https://lore.kernel.org/r/20230322013731.102955-6-minipli@grsecurity.net
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/kvm/mmu/spte.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kvm/mmu/spte.c
b/arch/x86/kvm/mmu/spte.c
index c15bfca3ed153876d657401d79600e17b9684088..cf2c6426a6fc36a27c542c0f3e219db45d08aa94 100644
(file)
--- a/
arch/x86/kvm/mmu/spte.c
+++ b/
arch/x86/kvm/mmu/spte.c
@@
-164,7
+164,7
@@
bool make_spte(struct kvm_vcpu *vcpu, struct kvm_mmu_page *sp,
/*
* For simplicity, enforce the NX huge page mitigation even if not
* strictly necessary. KVM could ignore the mitigation if paging is
- * disabled in the guest, as the guest doesn't have an page tables to
+ * disabled in the guest, as the guest doesn't have an
y
page tables to
* abuse. But to safely ignore the mitigation, KVM would have to
* ensure a new MMU is loaded (or all shadow pages zapped) when CR0.PG
* is toggled on, and that's a net negative for performance when TDP is