Re: [patch] Real-Time Preemption, -RT-2.6.11-rc3-V0.7.38-01

From: Ingo Molnar
Date: Sun Feb 13 2005 - 08:00:39 EST



* Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:

> Ingo,
>
> Here's a trivial patch to help others from freaking out when they see
> on a show_trace that most of their processes are TASK_UNINTERRUPTIBLE.

thanks, applied it to -39-00.

> - static const char *stat_nam[] = { "R", "S", "D", "T", "t", "Z", "X" };
> + static const char *stat_nam[] = { "R", "M", "S", "D", "T", "t", "Z", "X" };

> I figure that "M" would be a good fit for TASK_RUNNING_MUTEX.

yeah - it's "M" already in fs/proc/array.c, but i missed the sched.c
case.

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