2004-09-25 01:08:36

by Gilbert, John

[permalink] [raw]
Subject: Kernel hang with 2.6.9-mm3-S6

Hello,
This probably needs to be reported to IM or AM.
I'm building a KGDB instrumented low latency Linux kernel, the target
machine is a Dell Inspiron 8100. If it boots to login, and the lid is
closed, it's hung hard. (Ctrl C from KGDB client does nothing, no curser
flashing, no keyboard input (not even beeping after holding keys down).
It doesn't hang at initial kdgbwait, or under 2.6.8.1.
Let me know if there's anything I can do to help fix this (I'm not a
kernel programmer).
Thanks.

John Gilbert
[email protected]

-----------------------------------------
This message (including any attachments) may contain confidential
information intended for a specific individual and purpose. If you are not
the intended recipient, delete this message. If you are not the intended
recipient, disclosing, copying, distributing, or taking any action based on
this message is strictly prohibited.


2004-09-25 01:16:11

by Lee Revell

[permalink] [raw]
Subject: Re: Kernel hang with 2.6.9-mm3-S6

On Fri, 2004-09-24 at 21:07, Gilbert, John wrote:
> Hello,
> This probably needs to be reported to IM or AM.
> I'm building a KGDB instrumented low latency Linux kernel, the target
> machine is a Dell Inspiron 8100. If it boots to login, and the lid is
> closed, it's hung hard. (Ctrl C from KGDB client does nothing, no curser
> flashing, no keyboard input (not even beeping after holding keys down).
> It doesn't hang at initial kdgbwait, or under 2.6.8.1.
> Let me know if there's anything I can do to help fix this (I'm not a
> kernel programmer).

You should cc: Ingo Molnar on anything related to the voluntary
preemption patches.

Lee

2004-09-25 01:21:46

by Lee Revell

[permalink] [raw]
Subject: Re: Kernel hang with 2.6.9-mm3-S6

On Fri, 2004-09-24 at 21:16, Lee Revell wrote:
> On Fri, 2004-09-24 at 21:07, Gilbert, John wrote:
> > Hello,
> > This probably needs to be reported to IM or AM.
> > I'm building a KGDB instrumented low latency Linux kernel, the target
> > machine is a Dell Inspiron 8100. If it boots to login, and the lid is
> > closed, it's hung hard. (Ctrl C from KGDB client does nothing, no curser
> > flashing, no keyboard input (not even beeping after holding keys down).
> > It doesn't hang at initial kdgbwait, or under 2.6.8.1.
> > Let me know if there's anything I can do to help fix this (I'm not a
> > kernel programmer).
>
> You should cc: Ingo Molnar on anything related to the voluntary
> preemption patches.
>

Try backing out the VP patch and -mm3 one at a time and see if the
problem goes away.

Lee