All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>
To: Thomas Gleixner <tglx@linutronix.de>
Cc: hbabu@us.ibm.com, vgoyal@in.ibm.com, kexec@lists.infradead.org,
	LKML <linux-kernel@vger.kernel.org>,
	Venkatesch Pallipadi <venkatesh.pallipadi@intel.com>
Subject: Re: [PATCH 0/3] x86: unify crash_32/64.c
Date: Fri, 26 Oct 2007 17:13:45 -0700	[thread overview]
Message-ID: <472282B9.4090209@ct.jp.nec.com> (raw)
In-Reply-To: <alpine.LFD.0.9999.0710270035110.3186@localhost.localdomain>

Thomas Gleixner wrote:
> On Fri, 26 Oct 2007, Hiroshi Shimamoto wrote:
> 
> Added Venki to CC
> 
>>> I'm now testing crash on 32bit, but there is an issue before
>>> applying the patches. My machine stopped at checking 'hlt'
>>> after kexec, showing below message.
>>>
>>> CPU: Intel(R) Xeon(TM) CPU 3.80GHz stepping 0a
>>> Checking 'hlt' instruction...
>>>
>> v2.6.23.1 works fine for 1st kernel.
>>> I'm investigating it..
>> I found that the following patch makes my machine stopped.
>> bfe0c1cc6456bba1f4e3cc1fe29c0ea578ac763a
>> x86: HPET force enable for ICH5
>>
>> It means that after applied this patch, HPET is enabled
>> automatically on 1st kernel and after crash/kexec the 2nd
>> kernel stopped at checking 'hlt'.
>>
>> I also tested the latest kernel(2.6.24-rc1-gec3b67c1).
>> Boot parameter "nohpet" resolves this issue and kdump
>> works well on 32bit.
>> So I guess HPET affects this.
>> But I don't know why 64bit kernel with HPET is OK.
> 
> Hmm. Does the 64 bit code shutdown HPET and restore the IRQ routing to
> PIT and 32 bit is missing this ?

Sorry, I'm not sure how I can get these informations.
Can you please tell me what I should do?
I'll continue to dig the issue.

I also have the following message.
..MP-BIOS bug: 8254 timer not connected to IO-APIC
Kernel panic - not syncing: IO-APIC + timer doesn't work! Try using the 'noapic' kernel parameter

It appeared only on 64bit and the 2nd kernel without
boot parameter noapic.


Thanks
Hiroshi Shimamoto

_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

WARNING: multiple messages have this Message-ID (diff)
From: Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>
To: Thomas Gleixner <tglx@linutronix.de>
Cc: vgoyal@in.ibm.com, hbabu@us.ibm.com,
	LKML <linux-kernel@vger.kernel.org>,
	kexec@lists.infradead.org,
	Venkatesch Pallipadi <venkatesh.pallipadi@intel.com>
Subject: Re: [PATCH 0/3] x86: unify crash_32/64.c
Date: Fri, 26 Oct 2007 17:13:45 -0700	[thread overview]
Message-ID: <472282B9.4090209@ct.jp.nec.com> (raw)
In-Reply-To: <alpine.LFD.0.9999.0710270035110.3186@localhost.localdomain>

Thomas Gleixner wrote:
> On Fri, 26 Oct 2007, Hiroshi Shimamoto wrote:
> 
> Added Venki to CC
> 
>>> I'm now testing crash on 32bit, but there is an issue before
>>> applying the patches. My machine stopped at checking 'hlt'
>>> after kexec, showing below message.
>>>
>>> CPU: Intel(R) Xeon(TM) CPU 3.80GHz stepping 0a
>>> Checking 'hlt' instruction...
>>>
>> v2.6.23.1 works fine for 1st kernel.
>>> I'm investigating it..
>> I found that the following patch makes my machine stopped.
>> bfe0c1cc6456bba1f4e3cc1fe29c0ea578ac763a
>> x86: HPET force enable for ICH5
>>
>> It means that after applied this patch, HPET is enabled
>> automatically on 1st kernel and after crash/kexec the 2nd
>> kernel stopped at checking 'hlt'.
>>
>> I also tested the latest kernel(2.6.24-rc1-gec3b67c1).
>> Boot parameter "nohpet" resolves this issue and kdump
>> works well on 32bit.
>> So I guess HPET affects this.
>> But I don't know why 64bit kernel with HPET is OK.
> 
> Hmm. Does the 64 bit code shutdown HPET and restore the IRQ routing to
> PIT and 32 bit is missing this ?

Sorry, I'm not sure how I can get these informations.
Can you please tell me what I should do?
I'll continue to dig the issue.

I also have the following message.
..MP-BIOS bug: 8254 timer not connected to IO-APIC
Kernel panic - not syncing: IO-APIC + timer doesn't work! Try using the 'noapic' kernel parameter

It appeared only on 64bit and the 2nd kernel without
boot parameter noapic.


Thanks
Hiroshi Shimamoto

  reply	other threads:[~2007-10-27  0:14 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-20  1:18 [PATCH 0/3] x86: unify crash_32/64.c Hiroshi Shimamoto
2007-10-20  1:18 ` Hiroshi Shimamoto
2007-10-20  1:21 ` [PATCH 1/3] x86: add lapic_shutdown for x86_64 Hiroshi Shimamoto
2007-10-20  1:21   ` Hiroshi Shimamoto
2007-10-24  6:29   ` Vivek Goyal
2007-10-24  6:29     ` Vivek Goyal
2007-10-24 21:27     ` Hiroshi Shimamoto
2007-10-24 21:27       ` Hiroshi Shimamoto
2007-10-25  0:28       ` Eric W. Biederman
2007-10-25  0:28         ` Eric W. Biederman
2007-10-29 22:45         ` Hiroshi Shimamoto
2007-10-29 22:45           ` Hiroshi Shimamoto
2007-10-29 22:39     ` [PATCH] Revert " Hiroshi Shimamoto
2007-10-29 22:39       ` Hiroshi Shimamoto
2007-10-29 23:15       ` Arjan van de Ven
2007-10-29 23:15         ` Arjan van de Ven
2007-10-30  0:05         ` Hiroshi Shimamoto
2007-10-30  0:05           ` Hiroshi Shimamoto
2007-10-30  1:06           ` Thomas Gleixner
2007-10-30  1:06             ` Thomas Gleixner
2007-10-20  1:23 ` [PATCH 2/3] x86: add safe_smp_processor_id " Hiroshi Shimamoto
2007-10-20  1:23   ` Hiroshi Shimamoto
2007-10-24  6:31   ` Vivek Goyal
2007-10-24  6:31     ` Vivek Goyal
2007-10-24  9:01     ` Vivek Goyal
2007-10-24  9:01       ` Vivek Goyal
2007-10-20  1:24 ` [PATCH 3/3] x86: unify crash_32/64.c Hiroshi Shimamoto
2007-10-20  1:24   ` Hiroshi Shimamoto
2007-10-20 10:50 ` [PATCH 0/3] " Thomas Gleixner
2007-10-20 10:50   ` Thomas Gleixner
2007-10-24  6:34 ` Vivek Goyal
2007-10-24  6:34   ` Vivek Goyal
2007-10-24 16:28   ` Hiroshi Shimamoto
2007-10-24 16:28     ` Hiroshi Shimamoto
2007-10-25 17:58     ` Hiroshi Shimamoto
2007-10-25 17:58       ` Hiroshi Shimamoto
2007-10-26 21:43       ` Hiroshi Shimamoto
2007-10-26 21:43         ` Hiroshi Shimamoto
2007-10-26 22:37         ` Thomas Gleixner
2007-10-26 22:37           ` Thomas Gleixner
2007-10-27  0:13           ` Hiroshi Shimamoto [this message]
2007-10-27  0:13             ` Hiroshi Shimamoto
2007-10-27  1:15             ` Hiroshi Shimamoto
2007-10-27  1:15               ` Hiroshi Shimamoto

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=472282B9.4090209@ct.jp.nec.com \
    --to=h-shimamoto@ct.jp.nec.com \
    --cc=hbabu@us.ibm.com \
    --cc=kexec@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tglx@linutronix.de \
    --cc=venkatesh.pallipadi@intel.com \
    --cc=vgoyal@in.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.