From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] KVM: nVMX: Trap unconditionally if msr bitmap access fails Date: Mon, 18 Feb 2013 23:20:55 -0300 Message-ID: <20130219022055.GA2293@amt.cnet> References: <511D3103.2040005@siemens.com> <20130217085636.GR9817@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Jan Kiszka , kvm , "Nadav Har'El" To: Gleb Natapov Return-path: Received: from mx1.redhat.com ([209.132.183.28]:11376 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755103Ab3BSCVF (ORCPT ); Mon, 18 Feb 2013 21:21:05 -0500 Content-Disposition: inline In-Reply-To: <20130217085636.GR9817@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Sun, Feb 17, 2013 at 10:56:36AM +0200, Gleb Natapov wrote: > On Thu, Feb 14, 2013 at 07:46:27PM +0100, Jan Kiszka wrote: > > This avoids basing decisions on uninitialized variables, potentially > > leaking kernel data to the L1 guest. > > > > Signed-off-by: Jan Kiszka > Reviewed-by: Gleb Natapov Applied, thanks.