Re: [PATCH] fix "prev->state: 2 != TASK_RUNNING??" problem on SD/MMC card removal

2006-11-27 Thread Pierre Ossman
Vitaly Wool wrote: > On 11/26/06, Pierre Ossman <[EMAIL PROTECTED]> wrote: >> Hmm... I can't find any such requirement in HEAD, or 2.6.18. What kernel >> are you running? > > 2.6.18 + -rt patches by Ingo. > I guess the check is in the rt set somewhere then. Anyway, the mmc queue thread has

Re: [PATCH] fix "prev->state: 2 != TASK_RUNNING??" problem on SD/MMC card removal

2006-11-27 Thread Vitaly Wool
On 11/26/06, Pierre Ossman <[EMAIL PROTECTED]> wrote: Hmm... I can't find any such requirement in HEAD, or 2.6.18. What kernel are you running? 2.6.18 + -rt patches by Ingo. Vitaly - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL

Re: [PATCH] fix prev-state: 2 != TASK_RUNNING?? problem on SD/MMC card removal

2006-11-27 Thread Vitaly Wool
On 11/26/06, Pierre Ossman [EMAIL PROTECTED] wrote: Hmm... I can't find any such requirement in HEAD, or 2.6.18. What kernel are you running? 2.6.18 + -rt patches by Ingo. Vitaly - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL

Re: [PATCH] fix prev-state: 2 != TASK_RUNNING?? problem on SD/MMC card removal

2006-11-27 Thread Pierre Ossman
Vitaly Wool wrote: On 11/26/06, Pierre Ossman [EMAIL PROTECTED] wrote: Hmm... I can't find any such requirement in HEAD, or 2.6.18. What kernel are you running? 2.6.18 + -rt patches by Ingo. I guess the check is in the rt set somewhere then. Anyway, the mmc queue thread has undergone

Re: [PATCH] fix "prev->state: 2 != TASK_RUNNING??" problem on SD/MMC card removal

2006-11-26 Thread Pierre Ossman
Vitaly Wool wrote: > Hello Pierre, > > currently on SD/MMC card removal the system exhibits the following message > (the platform is ARM Versatile): > > prev->state: 2 != TASK_RUNNING?? > mmcqd/762[CPU#0]: BUG in __schedule at linux-2.6/kernel/sched.c:3826 > Hmm... I can't find any

Re: [PATCH] fix prev-state: 2 != TASK_RUNNING?? problem on SD/MMC card removal

2006-11-26 Thread Pierre Ossman
Vitaly Wool wrote: Hello Pierre, currently on SD/MMC card removal the system exhibits the following message (the platform is ARM Versatile): prev-state: 2 != TASK_RUNNING?? mmcqd/762[CPU#0]: BUG in __schedule at linux-2.6/kernel/sched.c:3826 Hmm... I can't find any such