Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754859AbYLBTJk (ORCPT ); Tue, 2 Dec 2008 14:09:40 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753064AbYLBTJb (ORCPT ); Tue, 2 Dec 2008 14:09:31 -0500 Received: from relay1.ptmail.sapo.pt ([212.55.154.21]:33418 "HELO sapo.pt" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with SMTP id S1751252AbYLBTJa (ORCPT ); Tue, 2 Dec 2008 14:09:30 -0500 X-AntiVirus: PTMail-AV 0.3-0.92.0 Date: Tue, 2 Dec 2008 19:09:14 +0000 From: Luis Henriques To: Avi Kivity Cc: kvm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [BUG] kvm crashes in 2.6.28-rc6-00007-ged31348 Message-ID: <20081202190914.GA12115@hades> References: <20081130193401.GA7690@hades> <4932F59D.2060002@redhat.com> <20081130203833.GA14903@hades> <4932FB47.6090300@redhat.com> <20081130210406.GA17952@hades> <493528D8.8010904@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <493528D8.8010904@redhat.com> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1953 Lines: 48 On Tue, Dec 02, 2008 at 02:23:52PM +0200, Avi Kivity wrote: > Luis Henriques wrote: >> On Sun, Nov 30, 2008 at 10:44:55PM +0200, Avi Kivity wrote: >> >>> Luis Henriques wrote: >>> >>>> No, I was not able to reproduce the issue. Please let me know if you need some >>>> more information on my system (.config, for instance). >>>> >>> Were you using some other virtualization product? Were you running >>> suspend/resume? >>> >> >> No for both questions. However, I had compiled support for suspend (not sure if >> this is what you mean by "running suspend/resume") - This is a feature I used >> only once or twice... >> > > The underlying problem is that an svm instruction has been executed, but > svm is disabled. Since kvm enables svm unconditionally on all > processors on startup, there are only a few paths that can potentially > trigger this: > > - another virtualization module turned svm off > - cpu hotadd/hotremove (suspend/resume triggers this) > - something did a read-modify-write cycle on cr4 (which contains the svm > enable bit) while kvm enabled that bit > - core was turned off (does linux power management do that?) > > Anything ring a bell? Ok, I am not sure but there is a possibility of having the vboxdrv driver loaded. _But_ I was not using, i.e., I do not use VirtualBox. In my attempts to reproduce the issue, I tried to load this module but, unfortunatly, my distro has this package broken ATM (err... in fact, the problem is not the distro but me - I am using an unstable version). vboxdrv could be a problem if I was using it, but I believe it shouldn't cause this if it is not being used... but it's just a guess. -- Luis Henriques -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/