From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756902AbcJMUiO (ORCPT ); Thu, 13 Oct 2016 16:38:14 -0400 Received: from mga09.intel.com ([134.134.136.24]:20754 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756869AbcJMUiB (ORCPT ); Thu, 13 Oct 2016 16:38:01 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,489,1473145200"; d="scan'208";a="19422529" From: Andi Kleen To: kernel test robot Cc: lkp@01.org, hmh@hmh.eng.br, linux-kernel@vger.kernel.org, x86@kernel.org Subject: Re: [x86] 811565123a: BUG: kernel hang in early-boot stage, last printk: Probing EDD (edd=off to disable)... ok References: <57ef269a.XbyeTJaMf4hvWm9O%xiaolong.ye@intel.com> <20161003212828.GK5871@two.firstfloor.org> Date: Thu, 13 Oct 2016 13:34:55 -0700 In-Reply-To: <20161003212828.GK5871@two.firstfloor.org> (Andi Kleen's message of "Mon, 3 Oct 2016 14:28:29 -0700") Message-ID: <87vawwc7io.fsf@tassilo.jf.intel.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Andi Kleen writes: Any comments on this? I still cannot reproduce the failure unfortunately. > Could you do two tests for me: > > - Enable CONFIG_MICROCODE_INTEL and see if it boots then > > - Add CONFIG_DEBUG_INFO to the config. > Add -s to the qemu command line and boot again. Then when it hangs > connect gdb to see where it hangs > > gdb -ex "target remote localhost:1234" vmlinux > bt > >