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  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Mon, 15 Oct 2018 19:12:02 +0200
From:   Paolo Bonzini <pbonzini@...hat.com>
To:     Peng Hao <penghao122@...a.com.cn>, rkrcmar@...hat.com
Cc:     linux-kernel@...r.kernel.org, kvm@...r.kernel.org, x86@...nel.org,
        Peng Hao <peng.hao2@....com.cn>
Subject: Re: [PATCH] kvm/x86 : fix some typo

On 04/10/2018 17:45, Peng Hao wrote:
> From: Peng Hao <peng.hao2@....com.cn>
> 
> Signed-off-by: Peng Hao <peng.hao2@....com.cn>
> ---
>  arch/x86/kvm/mmu.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/x86/kvm/mmu.c b/arch/x86/kvm/mmu.c
> index d7e9bce..281e20e 100644
> --- a/arch/x86/kvm/mmu.c
> +++ b/arch/x86/kvm/mmu.c
> @@ -4546,7 +4546,7 @@ static void update_permission_bitmask(struct kvm_vcpu *vcpu,
>  			 * SMAP:kernel-mode data accesses from user-mode
>  			 * mappings should fault. A fault is considered
>  			 * as a SMAP violation if all of the following
> -			 * conditions are ture:
> +			 * conditions are true:
>  			 *   - X86_CR4_SMAP is set in CR4
>  			 *   - A user page is accessed
>  			 *   - The access is not a fetch
> @@ -5891,7 +5891,7 @@ int kvm_mmu_module_init(void)
>  }
>  
>  /*
> - * Caculate mmu pages needed for kvm.
> + * Calculate mmu pages needed for kvm.
>   */
>  unsigned int kvm_mmu_calculate_mmu_pages(struct kvm *kvm)
>  {
> 

Queued, thanks.

Paolo

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ