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]
Message-ID: <6289f6db-c55f-d497-090d-ff5ecf28b6c8@redhat.com>
Date:   Wed, 22 Aug 2018 20:02:49 +0200
From:   Paolo Bonzini <pbonzini@...hat.com>
To:     Konrad Rzeszutek Wilk <konrad.wilk@...cle.com>
Cc:     linux-kernel@...r.kernel.org, kvm@...r.kernel.org, bsd@...hat.com,
        stable@...r.kernel.org
Subject: Re: [PATCH] KVM: VMX: fixes for vmentry_l1d_flush module parameter

On 22/08/2018 17:29, Konrad Rzeszutek Wilk wrote:
>> +	[VMENTER_L1D_FLUSH_AUTO]	 = {"auto", true},
>> +	[VMENTER_L1D_FLUSH_NEVER]	 = {"never", true},
>> +	[VMENTER_L1D_FLUSH_COND]	 = {"cond", true},
>> +	[VMENTER_L1D_FLUSH_ALWAYS]	 = {"always", true},
>> +	[VMENTER_L1D_FLUSH_EPT_DISABLED] = {"EPT disabled", false},
>> +	[VMENTER_L1D_FLUSH_NOT_REQUIRED] = {"not required", false},
> Ingo likes these to have tabs. Any chance you could do:
> 
> 	[VMENTER_L1D_FLUSH_NOT_REQUIRED] = {"not required",	false},
> 
> or so?
> 

Hmm, too late...  Sorry about that.

Paolo

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ