From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751470AbZHQFB2 (ORCPT ); Mon, 17 Aug 2009 01:01:28 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751209AbZHQFB1 (ORCPT ); Mon, 17 Aug 2009 01:01:27 -0400 Received: from fgwmail5.fujitsu.co.jp ([192.51.44.35]:33486 "EHLO fgwmail5.fujitsu.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751156AbZHQFB0 (ORCPT ); Mon, 17 Aug 2009 01:01:26 -0400 X-SecurityPolicyCheck-FJ: OK by FujitsuOutboundMailChecker v1.3.1 Message-ID: <4A88E3E4.40506@jp.fujitsu.com> Date: Mon, 17 Aug 2009 14:00:20 +0900 From: Hidetoshi Seto User-Agent: Thunderbird 2.0.0.22 (Windows/20090605) MIME-Version: 1.0 To: Ingo Molnar CC: linux-kernel@vger.kernel.org, mingo@redhat.com, hpa@zytor.com, ak@linux.intel.com, tglx@linutronix.de, Yinghai Lu , Huang Ying , "Rafael J. Wysocki" , linux-tip-commits@vger.kernel.org Subject: Re: [boot crash] Re: [tip:x86/mce3] x86, mce: use 64bit machine check code on 32bit References: <20090812113652.GA19632@elte.hu> In-Reply-To: <20090812113652.GA19632@elte.hu> Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Ingo, Ingo Molnar wrote: > * tip-bot for Andi Kleen wrote: > >> Commit-ID: 4efc0670baf4b14bc95502e54a83ccf639146125 >> Gitweb: http://git.kernel.org/tip/4efc0670baf4b14bc95502e54a83ccf639146125 >> Author: Andi Kleen >> AuthorDate: Tue, 28 Apr 2009 19:07:31 +0200 >> Committer: H. Peter Anvin >> CommitDate: Thu, 28 May 2009 09:24:13 -0700 >> >> x86, mce: use 64bit machine check code on 32bit (snip) > > This commit causes a new regression, it broke the bootup on one of > my -tip testsystems, an older, Pentium-M based HP laptop (HP > OmniBook 6000 EA). > > The symptom is that the bootup hard-hangs after MCE init: > > [ 0.022996] Mount-cache hash table entries: 512 > [ 0.024996] Initializing cgroup subsys debug > [ 0.025996] Initializing cgroup subsys cpuacct > [ 0.026995] Initializing cgroup subsys devices > [ 0.027995] Initializing cgroup subsys freezer > [ 0.028995] mce: CPU supports 5 MCE banks > > Kernel config attached. cpuinfo: > > processor : 0 > vendor_id : GenuineIntel > cpu family : 6 > model : 8 > model name : 06/08 > stepping : 10 > cpu MHz : 846.372 According to the cpuid, I suppose this cpu is Pentium III. > fdiv_bug : no > hlt_bug : no > f00f_bug : no > coma_bug : no > fpu : yes > fpu_exception : yes > cpuid level : 2 > wp : yes > flags : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat pse36 mmx fxsr sse up None of acpi, apic, and tm is available. So at least thermal codes should be innocent. > bogomips : 1692.74 > clflush size : 32 > power management: > > Ingo Could you try boot your laptop with mce=nobootlog? Thanks, H.Seto