From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49583) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T20RD-00086Y-Tz for qemu-devel@nongnu.org; Thu, 16 Aug 2012 09:48:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T20RC-0004pD-5I for qemu-devel@nongnu.org; Thu, 16 Aug 2012 09:48:39 -0400 Received: from mail.skyhub.de ([78.46.96.112]:57130) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T20RB-0004p5-S5 for qemu-devel@nongnu.org; Thu, 16 Aug 2012 09:48:38 -0400 Date: Thu, 16 Aug 2012 15:48:34 +0200 From: Borislav Petkov Message-ID: <20120816134834.GA11974@x1.osrc.amd.com> References: <1104118228.1760802.1345121009530.JavaMail.root@redhat.com> <711271179.1776875.1345124112800.JavaMail.root@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <711271179.1776875.1345124112800.JavaMail.root@redhat.com> Subject: Re: [Qemu-devel] x86, nops settings result in kernel crash List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Tomas Racek Cc: qemu-devel@nongnu.org, "H. Peter Anvin" , linux-kernel@vger.kernel.org, Alan Cox On Thu, Aug 16, 2012 at 09:35:12AM -0400, Tomas Racek wrote: > Hi, > > I am writing a file system test which I execute in qemu with kernel compiled from latest git sources and running it causes this error: > > https://bugzilla.kernel.org/show_bug.cgi?id=45971 > > It works with v3.5, so I ran git bisect which pointed me to: > > d6250a3f12edb3a86db9598ffeca3de8b4a219e9 x86, nops: Missing break resulting in incorrect selection on Intel > > To be quite honest, I don't understand this stuff much but I tried to do some debugging and I figured out (I hope) that the crash is caused by setting ideal_nops to p6_nops (k8_nops was used before the break statement was added). Maybe I overlooked it or maybe it was implied but did you try reverting the patch and rerunning your test? Does it work ok then? Thanks. -- Regards/Gruss, Boris.