Re: 2.6.25-rc5-mm1 - x86_64 boot problem with git-sched.patch

From: Badari Pulavarty
Date: Thu Mar 13 2008 - 14:17:19 EST


On Thu, 2008-03-13 at 18:55 +0100, Guillaume Chazarain wrote:
> On Thu, Mar 13, 2008 at 6:40 PM, Badari Pulavarty <pbadari@xxxxxxxxxx> wrote:
> > commit 60befbc1c0b6d141c9c26e61ddd303aedd1e7396
> > Author: Guillaume Chazarain <guichaz@xxxxxxxx>
> > Date: Mon Mar 10 08:16:41 2008 +0100
> >
> > sched: make sure jiffies is up to date before calling
> > __update_rq_clock()
>
> I didn't know this patch could prevent booting, but anyway it should
> have been removed a long time ago:
> http://lkml.org/lkml/2008/1/25/408
>

I don't know whats happening either, but my debug shows that
tick_nohz_update_jiffies() always returns due to following
check without calling touch_softlockup_watchdog().

if (!ts->tick_stopped)
return;

BTW, I have CONFIG_DETECT_SOFTLOCKUP=y in my config.


Thanks,
Badari

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/