Re: 2.6.8.1-mm2

From: Andrew Morton
Date: Thu Aug 19 2004 - 20:18:49 EST


Nathan Lynch <nathanl@xxxxxxxxxxxxxx> wrote:
>
> > +dont-sleep-after-were-out-of-task-list.patch
> >
> > CPU hotplug race fix
>
> I don't mean to be a pain, but this patch does not fix the bug I
> reported.

OK.

> It is still occurring on i386 and ppc64 (and proc_pid_flush
> now generates lots of might_sleep warnings).
> ...
> Hopefully, I should have time to perform a bisection search this
> weekend.

The might_sleep() warnings are due to our adding a might_sleep() check to a
place where we've _always_ been illegally sleeping. So a bisection search
won't tell you anything on that front.

The "kernel BUG in migration_call at kernel/sched.c:4044!" is due to one of
the scheduler patches. I thought Ingo and Rusty had a handle on that one.

-
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/