kdb
[Top] [All Lists]

KDB makes Nehalem hang at early boot until key press

To: kdb@xxxxxxxxxxx
Subject: KDB makes Nehalem hang at early boot until key press
From: Thomas Renninger <trenn@xxxxxxx>
Date: Fri, 30 Oct 2009 12:02:57 +0200
Organization: SUSE Products GmbH
User-agent: KMail/1.10.3 (Linux/2.6.27.29-0.1-default; KDE/4.1.3; x86_64; ; )
Hi,

we currently have a problem with latest Intel CPUs/BIOSes:
If the machine gets booted it hangs in:
init/main.c:
kdb_init();

As soon as an irq via keyboard is triggered, the machine continues 
booting and everything is fine.

Is this known already? Can someone point me to a patch?

If not, is there a repo having the latest code, I could try
out whether the latest version works.

IMO something like the attached patch makes sense?
This fixes the problem with kdb=off (our default).
But I am anxious that kdb code could still get activitated somehow
and the machine might oops when trying to access not initialized
kdb structures? Could someone give an estimation how risky that
patch really is?

Still the real bug should be found and if this is not known, can someone 
give me a pointer to what this problem could be related and where I 
should look closer at, please.

Thanks,

  Thomas

Attachment: kdb_do_not_initialize_if_kdb_off.patch
Description: Text Data

<Prev in Thread] Current Thread [Next in Thread>