* Steven Rostedt <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/