Re: [BUG] 2.6.21: Kernel won't boot with either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS

2007-05-08 Thread Mark Lord
Mark Lord wrote: Thomas Gleixner wrote: .. I try to come up with something, but I'm travelling tomorrow, so it might be not before end of week. Thanks, Thomas. I believe we definitely want to nail this down before 2.6.22-final, but there's a good workaround in the interim

Re: [BUG] 2.6.21: Kernel won't boot with either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS

2007-05-08 Thread Mark Lord
Mark Lord wrote: Thomas Gleixner wrote: .. I try to come up with something, but I'm travelling tomorrow, so it might be not before end of week. Thanks, Thomas. I believe we definitely want to nail this down before 2.6.22-final, but there's a good workaround in the interim

Re: [BUG] 2.6.21: Kernel won't boot with either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS

2007-05-02 Thread Mark Lord
Thomas Gleixner wrote: .. I try to come up with something, but I'm travelling tomorrow, so it might be not before end of week. Thanks, Thomas. I believe we definitely want to nail this down before 2.6.22-final, but there's a good workaround in the interim (CONFIG_DETECT_SOFTLOCKUP=y) and

Re: [BUG] 2.6.21: Kernel won't boot with either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS

2007-05-02 Thread Thomas Gleixner
On Wed, 2007-05-02 at 18:29 -0400, Mark Lord wrote: > Oh crap. It's back. > > I don't know what's different from before, > but the system now locks up again exactly the same way, > even with the lock contention fix applied. Which is less surprising and confusing than the previous result. It

Re: [BUG] 2.6.21: Kernel won't boot with either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS

2007-05-02 Thread Mark Lord
Oh crap. It's back. I don't know what's different from before, but the system now locks up again exactly the same way, even with the lock contention fix applied. With or without CONFIG_PROVE_LOCKING=y in the config. I've gotta get some work done here (this is my primary development machine),

Re: [BUG] 2.6.21: Kernel won't boot with either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS

2007-05-02 Thread Thomas Gleixner
On Wed, 2007-05-02 at 01:05 -0700, Andrew Morton wrote: > > thanks. Can you apply this patch please: > > http://lkml.org/lkml/2007/4/13/190 > > > > It somehow did not make it into 2.6.21. > > > > Alas, poor me. I ain't going to merge a contention-reduction patch when > we're at -rc6. If a

Re: [BUG] 2.6.21: Kernel won't boot with either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS

2007-05-02 Thread Mark Lord
re: [PATCH] highres/dyntick: prevent xtime lock contention |mark> I have a new notebook (Dell Inspiron 9400) with Core2-Duo T7400 @ 2.1Ghz. |mark> When either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS is used, |mark> the 2.6.21 kernel hangs on startup just after printing one/both of these:

Re: [BUG] 2.6.21: Kernel won't boot with either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS

2007-05-02 Thread Andrew Morton
On Wed, 02 May 2007 09:47:15 +0200 Thomas Gleixner <[EMAIL PROTECTED]> wrote: > Mark, > > On Tue, 2007-05-01 at 12:52 -0400, Mark Lord wrote: > > Done, and done. > > And I managed to capture more of the boot messages, too. > > This new capture is in the "sequence" subdir at the previous link. >

Re: [BUG] 2.6.21: Kernel won't boot with either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS

2007-05-02 Thread Thomas Gleixner
Mark, On Tue, 2007-05-01 at 12:52 -0400, Mark Lord wrote: > Done, and done. > And I managed to capture more of the boot messages, too. > This new capture is in the "sequence" subdir at the previous link. thanks. Can you apply this patch please: http://lkml.org/lkml/2007/4/13/190 It somehow did

Re: [BUG] 2.6.21: Kernel won't boot with either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS

2007-05-02 Thread Thomas Gleixner
Mark, On Tue, 2007-05-01 at 12:52 -0400, Mark Lord wrote: Done, and done. And I managed to capture more of the boot messages, too. This new capture is in the sequence subdir at the previous link. thanks. Can you apply this patch please: http://lkml.org/lkml/2007/4/13/190 It somehow did not

Re: [BUG] 2.6.21: Kernel won't boot with either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS

2007-05-02 Thread Andrew Morton
On Wed, 02 May 2007 09:47:15 +0200 Thomas Gleixner [EMAIL PROTECTED] wrote: Mark, On Tue, 2007-05-01 at 12:52 -0400, Mark Lord wrote: Done, and done. And I managed to capture more of the boot messages, too. This new capture is in the sequence subdir at the previous link. thanks. Can

Re: [BUG] 2.6.21: Kernel won't boot with either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS

2007-05-02 Thread Mark Lord
re: [PATCH] highres/dyntick: prevent xtime lock contention |mark I have a new notebook (Dell Inspiron 9400) with Core2-Duo T7400 @ 2.1Ghz. |mark When either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS is used, |mark the 2.6.21 kernel hangs on startup just after printing one/both of these: |mark

Re: [BUG] 2.6.21: Kernel won't boot with either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS

2007-05-02 Thread Thomas Gleixner
On Wed, 2007-05-02 at 01:05 -0700, Andrew Morton wrote: thanks. Can you apply this patch please: http://lkml.org/lkml/2007/4/13/190 It somehow did not make it into 2.6.21. Alas, poor me. I ain't going to merge a contention-reduction patch when we're at -rc6. If a patch fixes a

Re: [BUG] 2.6.21: Kernel won't boot with either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS

2007-05-02 Thread Mark Lord
Oh crap. It's back. I don't know what's different from before, but the system now locks up again exactly the same way, even with the lock contention fix applied. With or without CONFIG_PROVE_LOCKING=y in the config. I've gotta get some work done here (this is my primary development machine),

Re: [BUG] 2.6.21: Kernel won't boot with either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS

2007-05-02 Thread Thomas Gleixner
On Wed, 2007-05-02 at 18:29 -0400, Mark Lord wrote: Oh crap. It's back. I don't know what's different from before, but the system now locks up again exactly the same way, even with the lock contention fix applied. Which is less surprising and confusing than the previous result. It points

Re: [BUG] 2.6.21: Kernel won't boot with either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS

2007-05-02 Thread Mark Lord
Thomas Gleixner wrote: .. I try to come up with something, but I'm travelling tomorrow, so it might be not before end of week. Thanks, Thomas. I believe we definitely want to nail this down before 2.6.22-final, but there's a good workaround in the interim (CONFIG_DETECT_SOFTLOCKUP=y) and

Re: [BUG] 2.6.21: Kernel won't boot with either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS

2007-05-01 Thread Mark Lord
Thomas Gleixner wrote: On Tue, 2007-05-01 at 10:13 -0400, Mark Lord wrote: Of possible interest is that the bottom of the 25line screen capture differs somewhat from the 50line capture.. see for yourself. This is 100% consistent from boot to boot. Using CONFIG_DETECT_SOFTLOCKUP=y eliminates

Re: [BUG] 2.6.21: Kernel won't boot with either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS

2007-05-01 Thread Daniel Walker
On Tue, 2007-05-01 at 12:31 -0400, Mark Lord wrote: > Thomas Gleixner wrote: > > > > I meant disable HPET via: hpet=disable on the commandline > > > >> Screenshots for that are available here: http://rtr.ca/hrtimers/ > > hpet=disable fails, without the "switched to high resolution timer" >

Re: [BUG] 2.6.21: Kernel won't boot with either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS

2007-05-01 Thread Mark Lord
Thomas Gleixner wrote: I meant disable HPET via: hpet=disable on the commandline Screenshots for that are available here: http://rtr.ca/hrtimers/ hpet=disable fails, without the "switched to high resolution timer" message(s). New snapshot of it now at the link above. I also applied

Re: [BUG] 2.6.21: Kernel won't boot with either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS

2007-05-01 Thread Thomas Gleixner
On Tue, 2007-05-01 at 10:13 -0400, Mark Lord wrote: > Of possible interest is that the bottom of the 25line screen capture > differs somewhat from the 50line capture.. see for yourself. > This is 100% consistent from boot to boot. > > Using CONFIG_DETECT_SOFTLOCKUP=y eliminates the problem, > so

Re: [BUG] 2.6.21: Kernel won't boot with either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS

2007-05-01 Thread Thomas Gleixner
On Tue, 2007-05-01 at 10:13 -0400, Mark Lord wrote: > Thomas Gleixner wrote: > > On Tue, 2007-05-01 at 09:34 -0400, Mark Lord wrote: > >>> now at 3232363876949 nsecs > >> ... > >> > >> Oh, in case it matters any: > >> that /proc/timer_list is from the system with CFS-V7 also patched in. > > > >

Re: [BUG] 2.6.21: Kernel won't boot with either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS

2007-05-01 Thread Mark Lord
Michal Piotrowski wrote: On 01/05/07, Mark Lord <[EMAIL PROTECTED]> wrote: Thomas Gleixner wrote: > On Tue, 2007-05-01 at 09:34 -0400, Mark Lord wrote: >>> now at 3232363876949 nsecs >> ... >> >> Oh, in case it matters any: >> that /proc/timer_list is from the system with CFS-V7 also patched

Re: [BUG] 2.6.21: Kernel won't boot with either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS

2007-05-01 Thread Michal Piotrowski
On 01/05/07, Mark Lord <[EMAIL PROTECTED]> wrote: Thomas Gleixner wrote: > On Tue, 2007-05-01 at 09:34 -0400, Mark Lord wrote: >>> now at 3232363876949 nsecs >> ... >> >> Oh, in case it matters any: >> that /proc/timer_list is from the system with CFS-V7 also patched in. > > It should not. What

Re: [BUG] 2.6.21: Kernel won't boot with either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS

2007-05-01 Thread Mark Lord
Thomas Gleixner wrote: On Tue, 2007-05-01 at 09:34 -0400, Mark Lord wrote: now at 3232363876949 nsecs ... Oh, in case it matters any: that /proc/timer_list is from the system with CFS-V7 also patched in. It should not. What happens when you disable HPET ? Booting with clocksource=tsc

Re: [BUG] 2.6.21: Kernel won't boot with either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS

2007-05-01 Thread Thomas Gleixner
On Tue, 2007-05-01 at 09:34 -0400, Mark Lord wrote: > > now at 3232363876949 nsecs > ... > > Oh, in case it matters any: > that /proc/timer_list is from the system with CFS-V7 also patched in. It should not. What happens when you disable HPET ? tglx - To unsubscribe from this list:

Re: [BUG] 2.6.21: Kernel won't boot with either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS

2007-05-01 Thread Mark Lord
Mark Lord wrote: Thomas Gleixner wrote: Mark, On Mon, 2007-04-30 at 20:02 -0400, Mark Lord wrote: When it does boot with the modified .config file, the log looks like the one attached to this email. Can you please send me the output of /proc/timer_list ? Timer List Version: v0.3

Re: [BUG] 2.6.21: Kernel won't boot with either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS

2007-05-01 Thread Mark Lord
Thomas Gleixner wrote: Mark, On Mon, 2007-04-30 at 20:02 -0400, Mark Lord wrote: When it does boot with the modified .config file, the log looks like the one attached to this email. Can you please send me the output of /proc/timer_list ? Timer List Version: v0.3 HRTIMER_MAX_CLOCK_BASES: 2

Re: [BUG] 2.6.21: Kernel won't boot with either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS

2007-05-01 Thread Thomas Gleixner
Mark, On Mon, 2007-04-30 at 20:02 -0400, Mark Lord wrote: > When it does boot with the modified .config file, > the log looks like the one attached to this email. Can you please send me the output of /proc/timer_list ? tglx - To unsubscribe from this list: send the line "unsubscribe

Re: [BUG] 2.6.21: Kernel won't boot with either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS

2007-05-01 Thread Thomas Gleixner
Mark, On Mon, 2007-04-30 at 20:02 -0400, Mark Lord wrote: When it does boot with the modified .config file, the log looks like the one attached to this email. Can you please send me the output of /proc/timer_list ? tglx - To unsubscribe from this list: send the line unsubscribe

Re: [BUG] 2.6.21: Kernel won't boot with either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS

2007-05-01 Thread Mark Lord
Thomas Gleixner wrote: Mark, On Mon, 2007-04-30 at 20:02 -0400, Mark Lord wrote: When it does boot with the modified .config file, the log looks like the one attached to this email. Can you please send me the output of /proc/timer_list ? Timer List Version: v0.3 HRTIMER_MAX_CLOCK_BASES: 2

Re: [BUG] 2.6.21: Kernel won't boot with either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS

2007-05-01 Thread Mark Lord
Mark Lord wrote: Thomas Gleixner wrote: Mark, On Mon, 2007-04-30 at 20:02 -0400, Mark Lord wrote: When it does boot with the modified .config file, the log looks like the one attached to this email. Can you please send me the output of /proc/timer_list ? Timer List Version: v0.3

Re: [BUG] 2.6.21: Kernel won't boot with either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS

2007-05-01 Thread Thomas Gleixner
On Tue, 2007-05-01 at 09:34 -0400, Mark Lord wrote: now at 3232363876949 nsecs ... Oh, in case it matters any: that /proc/timer_list is from the system with CFS-V7 also patched in. It should not. What happens when you disable HPET ? tglx - To unsubscribe from this list: send the

Re: [BUG] 2.6.21: Kernel won't boot with either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS

2007-05-01 Thread Mark Lord
Thomas Gleixner wrote: On Tue, 2007-05-01 at 09:34 -0400, Mark Lord wrote: now at 3232363876949 nsecs ... Oh, in case it matters any: that /proc/timer_list is from the system with CFS-V7 also patched in. It should not. What happens when you disable HPET ? Booting with clocksource=tsc

Re: [BUG] 2.6.21: Kernel won't boot with either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS

2007-05-01 Thread Michal Piotrowski
On 01/05/07, Mark Lord [EMAIL PROTECTED] wrote: Thomas Gleixner wrote: On Tue, 2007-05-01 at 09:34 -0400, Mark Lord wrote: now at 3232363876949 nsecs ... Oh, in case it matters any: that /proc/timer_list is from the system with CFS-V7 also patched in. It should not. What happens when you

Re: [BUG] 2.6.21: Kernel won't boot with either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS

2007-05-01 Thread Mark Lord
Michal Piotrowski wrote: On 01/05/07, Mark Lord [EMAIL PROTECTED] wrote: Thomas Gleixner wrote: On Tue, 2007-05-01 at 09:34 -0400, Mark Lord wrote: now at 3232363876949 nsecs ... Oh, in case it matters any: that /proc/timer_list is from the system with CFS-V7 also patched in. It should

Re: [BUG] 2.6.21: Kernel won't boot with either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS

2007-05-01 Thread Thomas Gleixner
On Tue, 2007-05-01 at 10:13 -0400, Mark Lord wrote: Thomas Gleixner wrote: On Tue, 2007-05-01 at 09:34 -0400, Mark Lord wrote: now at 3232363876949 nsecs ... Oh, in case it matters any: that /proc/timer_list is from the system with CFS-V7 also patched in. It should not. What

Re: [BUG] 2.6.21: Kernel won't boot with either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS

2007-05-01 Thread Thomas Gleixner
On Tue, 2007-05-01 at 10:13 -0400, Mark Lord wrote: Of possible interest is that the bottom of the 25line screen capture differs somewhat from the 50line capture.. see for yourself. This is 100% consistent from boot to boot. Using CONFIG_DETECT_SOFTLOCKUP=y eliminates the problem, so that's

Re: [BUG] 2.6.21: Kernel won't boot with either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS

2007-05-01 Thread Mark Lord
Thomas Gleixner wrote: I meant disable HPET via: hpet=disable on the commandline Screenshots for that are available here: http://rtr.ca/hrtimers/ hpet=disable fails, without the switched to high resolution timer message(s). New snapshot of it now at the link above. I also applied

Re: [BUG] 2.6.21: Kernel won't boot with either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS

2007-05-01 Thread Daniel Walker
On Tue, 2007-05-01 at 12:31 -0400, Mark Lord wrote: Thomas Gleixner wrote: I meant disable HPET via: hpet=disable on the commandline Screenshots for that are available here: http://rtr.ca/hrtimers/ hpet=disable fails, without the switched to high resolution timer message(s).

Re: [BUG] 2.6.21: Kernel won't boot with either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS

2007-05-01 Thread Mark Lord
Thomas Gleixner wrote: On Tue, 2007-05-01 at 10:13 -0400, Mark Lord wrote: Of possible interest is that the bottom of the 25line screen capture differs somewhat from the 50line capture.. see for yourself. This is 100% consistent from boot to boot. Using CONFIG_DETECT_SOFTLOCKUP=y eliminates

Re: [BUG] 2.6.21: Kernel won't boot with either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS

2007-04-30 Thread Daniel Walker
On Mon, 2007-04-30 at 23:33 -0400, Mark Lord wrote: > Daniel Walker wrote: > > > > I'm interested in which clocksource is getting used, which is in the > > boot log. > > Well then, send me a patch that dumps that information out just before it > locks up. > We know (first post in this thread)

Re: [BUG] 2.6.21: Kernel won't boot with either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS

2007-04-30 Thread Daniel Walker
On Mon, 2007-04-30 at 23:33 -0400, Mark Lord wrote: > Daniel Walker wrote: > > > > I'm interested in which clocksource is getting used, which is in the > > boot log. > > Well then, send me a patch that dumps that information out just before it > locks up. > We know (first post in this thread)

Re: [BUG] 2.6.21: Kernel won't boot with either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS

2007-04-30 Thread Mark Lord
Daniel Walker wrote: I'm interested in which clocksource is getting used, which is in the boot log. Well then, send me a patch that dumps that information out just before it locks up. We know (first post in this thread) that the lockup occurs just after these two messages: "switched to

Re: [BUG] 2.6.21: Kernel won't boot with either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS

2007-04-30 Thread Daniel Walker
On Mon, 2007-04-30 at 20:11 -0400, Mark Lord wrote: > Michal Piotrowski wrote: > > > > Please read chapter 3 {serial,net}console > > http://www.stardust.webpages.pl/files/handbook/handbook-en.pdf > > No thanks. > > No serial, and netconsole doesn't work during early boot when it locks up. >

Re: [BUG] 2.6.21: Kernel won't boot with either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS

2007-04-30 Thread Mark Lord
Michal Piotrowski wrote: Please read chapter 3 {serial,net}console http://www.stardust.webpages.pl/files/handbook/handbook-en.pdf No thanks. No serial, and netconsole doesn't work during early boot when it locks up. Besides, we already know as much as the existing messages show. -ml - To

Re: [BUG] 2.6.21: Kernel won't boot with either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS

2007-04-30 Thread Michal Piotrowski
Hi Mark, On 01/05/07, Mark Lord <[EMAIL PROTECTED]> wrote: Daniel Walker wrote: > > Hmm, Do you have a boot log ? I didn't see one in any of the last emails. When it doesn't boot, there's no log. When it does boot with the modified .config file, the log looks like the one attached to this

Re: [BUG] 2.6.21: Kernel won't boot with either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS

2007-04-30 Thread Mark Lord
Daniel Walker wrote: Hmm, Do you have a boot log ? I didn't see one in any of the last emails. When it doesn't boot, there's no log. When it does boot with the modified .config file, the log looks like the one attached to this email. Cheers success.log.gz Description: application/gzip

Re: [BUG] 2.6.21: Kernel won't boot with either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS

2007-04-30 Thread Daniel Walker
On Mon, 2007-04-30 at 19:36 -0400, Mark Lord wrote: > Mark Lord wrote: > > Mark Lord wrote: > >> Mark Lord wrote: > >>> I have a new notebook (Dell Inspiron 9400) with Core2-Duo T7400 @ > >>> 2.1Ghz. > >>> When either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS is used, > >>> the 2.6.21 kernel

Re: [BUG] 2.6.21: Kernel won't boot with either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS

2007-04-30 Thread Thomas Gleixner
On Mon, 2007-04-30 at 19:36 -0400, Mark Lord wrote: > Well, in case this helps. If I take the exact same .config that fails, > and add *only* this to it, it then boots just fine. > >CONFIG_DETECT_SOFTLOCKUP=y That's definitely helpful. Thanks for tracking it down. I look at it tomorrow

Re: [BUG] 2.6.21: Kernel won't boot with either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS

2007-04-30 Thread Mark Lord
Mark Lord wrote: Mark Lord wrote: Mark Lord wrote: I have a new notebook (Dell Inspiron 9400) with Core2-Duo T7400 @ 2.1Ghz. When either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS is used, the 2.6.21 kernel hangs on startup just after printing one/both of these: .. That's a hard hang, by

Re: [BUG] 2.6.21: Kernel won't boot with either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS

2007-04-30 Thread Mark Lord
Mark Lord wrote: Mark Lord wrote: I have a new notebook (Dell Inspiron 9400) with Core2-Duo T7400 @ 2.1Ghz. When either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS is used, the 2.6.21 kernel hangs on startup just after printing one/both of these: .. That's a hard hang, by the way. No magic

Re: [BUG] 2.6.21: Kernel won't boot with either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS

2007-04-30 Thread Mark Lord
Mark Lord wrote: I have a new notebook (Dell Inspiron 9400) with Core2-Duo T7400 @ 2.1Ghz. When either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS is used, the 2.6.21 kernel hangs on startup just after printing one/both of these: .. That's a hard hang, by the way. No magic sysrq key or

Re: [BUG] 2.6.21: Kernel won't boot with either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS

2007-04-30 Thread Mark Lord
Mark Lord wrote: I have a new notebook (Dell Inspiron 9400) with Core2-Duo T7400 @ 2.1Ghz. When either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS is used, the 2.6.21 kernel hangs on startup just after printing one/both of these: .. That's a hard hang, by the way. No magic sysrq key or

Re: [BUG] 2.6.21: Kernel won't boot with either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS

2007-04-30 Thread Mark Lord
Mark Lord wrote: Mark Lord wrote: I have a new notebook (Dell Inspiron 9400) with Core2-Duo T7400 @ 2.1Ghz. When either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS is used, the 2.6.21 kernel hangs on startup just after printing one/both of these: .. That's a hard hang, by the way. No magic

Re: [BUG] 2.6.21: Kernel won't boot with either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS

2007-04-30 Thread Mark Lord
Mark Lord wrote: Mark Lord wrote: Mark Lord wrote: I have a new notebook (Dell Inspiron 9400) with Core2-Duo T7400 @ 2.1Ghz. When either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS is used, the 2.6.21 kernel hangs on startup just after printing one/both of these: .. That's a hard hang, by

Re: [BUG] 2.6.21: Kernel won't boot with either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS

2007-04-30 Thread Thomas Gleixner
On Mon, 2007-04-30 at 19:36 -0400, Mark Lord wrote: Well, in case this helps. If I take the exact same .config that fails, and add *only* this to it, it then boots just fine. CONFIG_DETECT_SOFTLOCKUP=y That's definitely helpful. Thanks for tracking it down. I look at it tomorrow

Re: [BUG] 2.6.21: Kernel won't boot with either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS

2007-04-30 Thread Daniel Walker
On Mon, 2007-04-30 at 19:36 -0400, Mark Lord wrote: Mark Lord wrote: Mark Lord wrote: Mark Lord wrote: I have a new notebook (Dell Inspiron 9400) with Core2-Duo T7400 @ 2.1Ghz. When either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS is used, the 2.6.21 kernel hangs on startup just

Re: [BUG] 2.6.21: Kernel won't boot with either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS

2007-04-30 Thread Mark Lord
Daniel Walker wrote: Hmm, Do you have a boot log ? I didn't see one in any of the last emails. When it doesn't boot, there's no log. When it does boot with the modified .config file, the log looks like the one attached to this email. Cheers success.log.gz Description: application/gzip

Re: [BUG] 2.6.21: Kernel won't boot with either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS

2007-04-30 Thread Michal Piotrowski
Hi Mark, On 01/05/07, Mark Lord [EMAIL PROTECTED] wrote: Daniel Walker wrote: Hmm, Do you have a boot log ? I didn't see one in any of the last emails. When it doesn't boot, there's no log. When it does boot with the modified .config file, the log looks like the one attached to this email.

Re: [BUG] 2.6.21: Kernel won't boot with either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS

2007-04-30 Thread Mark Lord
Michal Piotrowski wrote: Please read chapter 3 {serial,net}console http://www.stardust.webpages.pl/files/handbook/handbook-en.pdf No thanks. No serial, and netconsole doesn't work during early boot when it locks up. Besides, we already know as much as the existing messages show. -ml - To

Re: [BUG] 2.6.21: Kernel won't boot with either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS

2007-04-30 Thread Daniel Walker
On Mon, 2007-04-30 at 20:11 -0400, Mark Lord wrote: Michal Piotrowski wrote: Please read chapter 3 {serial,net}console http://www.stardust.webpages.pl/files/handbook/handbook-en.pdf No thanks. No serial, and netconsole doesn't work during early boot when it locks up. Besides, we

Re: [BUG] 2.6.21: Kernel won't boot with either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS

2007-04-30 Thread Mark Lord
Daniel Walker wrote: I'm interested in which clocksource is getting used, which is in the boot log. Well then, send me a patch that dumps that information out just before it locks up. We know (first post in this thread) that the lockup occurs just after these two messages: switched to high

Re: [BUG] 2.6.21: Kernel won't boot with either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS

2007-04-30 Thread Daniel Walker
On Mon, 2007-04-30 at 23:33 -0400, Mark Lord wrote: Daniel Walker wrote: I'm interested in which clocksource is getting used, which is in the boot log. Well then, send me a patch that dumps that information out just before it locks up. We know (first post in this thread) that the

Re: [BUG] 2.6.21: Kernel won't boot with either/both of CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS

2007-04-30 Thread Daniel Walker
On Mon, 2007-04-30 at 23:33 -0400, Mark Lord wrote: Daniel Walker wrote: I'm interested in which clocksource is getting used, which is in the boot log. Well then, send me a patch that dumps that information out just before it locks up. We know (first post in this thread) that the