Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757494AbdIILHy (ORCPT ); Sat, 9 Sep 2017 07:07:54 -0400 Received: from ud10.udmedia.de ([194.117.254.50]:41228 "EHLO mail.ud10.udmedia.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756862AbdIILHx (ORCPT ); Sat, 9 Sep 2017 07:07:53 -0400 Date: Sat, 9 Sep 2017 13:07:49 +0200 From: Markus Trippelsdorf To: Borislav Petkov Cc: Andy Lutomirski , Ingo Molnar , Thomas Gleixner , Peter Zijlstra , LKML , Ingo Molnar , Tom Lendacky Subject: Re: Current mainline git (24e700e291d52bd2) hangs when building e.g. perf Message-ID: <20170909110749.GA277@x4> References: <20170908094815.GA278@x4> <20170908103513.npjmb2kcjt2zljb2@gmail.com> <20170908103906.GB278@x4> <20170908113039.GA285@x4> <20170908171633.GA279@x4> <20170908215656.qw66lgfsfgpoqrdm@pd.tnic> <20170909063908.GA277@x4> <20170909101810.a757cja7vslofyrj@pd.tnic> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170909101810.a757cja7vslofyrj@pd.tnic> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1068 Lines: 33 On 2017.09.09 at 12:18 +0200, Borislav Petkov wrote: > On Sat, Sep 09, 2017 at 08:39:08AM +0200, Markus Trippelsdorf wrote: > > Unfortunately the machine hangs in the BIOS after the first warm-reset. > > Probably when it encounters an MCE it doesn't expect. I have to > > warm-reset a second time to get to the boot-loader. So it is impossible > > for me to see any possible MCE. > > Ok, let's try to disable the syncflood before the test. As root: > > # V=$(setpci -s 18.3 0x44.l) > # echo $V 4a70005c > # V=$(printf "0x%x" $((0x$V & ~(1 << 21)))) > # setpci -s 18.3 0x44.l=$V > # echo $V 0x4a50005c > I've added the echo $V so that you can paste them as a reply so that I > can see their values. > > And then run the triggering sequence again, better not on an X terminal > but in the text console to see any MCEs when it freezes. I remember you > saying that you don't have serial connected to it so catching the MCE > would need more staring :) It doesn't work. Compiling in a text console just freezes the machine before any MCE gets printed. -- Markus