lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Wed, 15 Aug 2018 07:46:04 +0200 From: Salvatore Bonaccorso <carnil@...ian.org> To: unlisted-recipients:; (no To-header on input) Cc: Salvatore Bonaccorso <carnil@...ian.org>, linux-kernel@...r.kernel.org, Jonathan Corbet <corbet@....net>, Josh Poimboeuf <jpoimboe@...hat.com>, Paolo Bonzini <pbonzini@...hat.com>, Greg Kroah-Hartman <gregkh@...uxfoundation.org>, Tony Luck <tony.luck@...el.com>, linux-doc@...r.kernel.org, trivial@...nel.org Subject: [PATCH] Documentation/l1tf: Fix small spelling typo Fix small typo (wiil -> will) in the "3.4. Nested virtual machines" section. Fixes: 5b76a3cff011 ("KVM: VMX: Tell the nested hypervisor to skip L1D flush on vmentry") Cc: linux-kernel@...r.kernel.org Cc: Jonathan Corbet <corbet@....net> Cc: Josh Poimboeuf <jpoimboe@...hat.com> Cc: Paolo Bonzini <pbonzini@...hat.com> Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org> Cc: Tony Luck <tony.luck@...el.com> Cc: linux-doc@...r.kernel.org Cc: trivial@...nel.org Signed-off-by: Salvatore Bonaccorso <carnil@...ian.org> --- Documentation/admin-guide/l1tf.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/admin-guide/l1tf.rst b/Documentation/admin-guide/l1tf.rst index bae52b845de0..b85dd80510b0 100644 --- a/Documentation/admin-guide/l1tf.rst +++ b/Documentation/admin-guide/l1tf.rst @@ -553,7 +553,7 @@ When nested virtualization is in use, three operating systems are involved: the bare metal hypervisor, the nested hypervisor and the nested virtual machine. VMENTER operations from the nested hypervisor into the nested guest will always be processed by the bare metal hypervisor. If KVM is the -bare metal hypervisor it wiil: +bare metal hypervisor it will: - Flush the L1D cache on every switch from the nested hypervisor to the nested virtual machine, so that the nested hypervisor's secrets are not -- 2.18.0
Powered by blists - more mailing lists