[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <c62985530812190825k4e4f5a7apa37e1ab4bc35753a@mail.gmail.com>
Date: Fri, 19 Dec 2008 17:25:05 +0100
From: "Frédéric Weisbecker" <fweisbec@...il.com>
To: "Thomas Gleixner" <tglx@...utronix.de>
Cc: LKML <linux-kernel@...r.kernel.org>, "Ingo Molnar" <mingo@...e.hu>,
"Steven Rostedt" <rostedt@...dmis.org>,
"Peter Zijlstra" <peterz@...radead.org>,
"Clark Williams" <clark.williams@...il.com>,
"Gregory Haskins" <ghaskins@...ell.com>,
Linux-rt <linux-rt-users@...r.kernel.org>
Subject: Re: [patch 1/7] ftrace: fix task state printout
Hi Thomas,
2008/12/19 Thomas Gleixner <tglx@...utronix.de>:
> Impact: tracer task state decoding is wrong, size check is buggy
>
> The tracing code has interesting varieties of printing out task state.
> Unfortunalely only one of the instances is correct as it copies the
> code from sched.c:sched_show_task(). The others are plain wrong as
> they treatthe bitfield as an integer offset into the character
> array. Also the size check of the character array is wrong as it
> includes the trailing \0.
>
> Use a common state decoder inline which does the Right Thing.
>
> Signed-off-by: Thomas Gleixner <tglx@...utronix.de>
You've already sent it out. It has been applied on -tip :-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists