Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755092AbdIIGjM (ORCPT ); Sat, 9 Sep 2017 02:39:12 -0400 Received: from ud10.udmedia.de ([194.117.254.50]:56212 "EHLO mail.ud10.udmedia.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751992AbdIIGjL (ORCPT ); Sat, 9 Sep 2017 02:39:11 -0400 Date: Sat, 9 Sep 2017 08:39:08 +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: <20170909063908.GA277@x4> References: <20170908080536.ninspvplibd37fj2@pd.tnic> <20170908091614.nmdxjnukxowlsjja@pd.tnic> <20170908094815.GA278@x4> <20170908103513.npjmb2kcjt2zljb2@gmail.com> <20170908103906.GB278@x4> <20170908113039.GA285@x4> <20170908171633.GA279@x4> <20170908215656.qw66lgfsfgpoqrdm@pd.tnic> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170908215656.qw66lgfsfgpoqrdm@pd.tnic> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 977 Lines: 22 On 2017.09.08 at 23:56 +0200, Borislav Petkov wrote: > On Fri, Sep 08, 2017 at 02:47:00PM -0700, Andy Lutomirski wrote: > > Any chance you could test with CONFIG_DEBUG_VM=y? There are lots of > > potentially useful assertions in that code. > > > > Can you also post your /proc/cpuinfo? And can you re-confirm that a > > problematic guest kernel is causing problems in the *host*? > > Also, have you seen any MCEs during early boot, after the freezes? > > You probably wouldn't have because we don't log them on F10h due to > broken BIOSen. So add "mce=bootlog" to your grub and warm-reset your box > after one of those freezes and send me dmesg. It should have an MCE in > there, if it happens what I think it happens. 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. -- Markus