Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1738984 > unrolled thread

[PATCH 0/8] sched: Rework task state printing

Started byPeter Zijlstra <peterz@infradead.org>
First post2017-09-25 14:20 +0200
Last post2017-09-25 15:50 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH 0/8] sched: Rework task state printing Peter Zijlstra <peterz@infradead.org> - 2017-09-25 14:20 +0200
    Re: [PATCH 0/8] sched: Rework task state printing Thomas Gleixner <tglx@linutronix.de> - 2017-09-25 15:50 +0200

#1738984 — [PATCH 0/8] sched: Rework task state printing

FromPeter Zijlstra <peterz@infradead.org>
Date2017-09-25 14:20 +0200
Subject[PATCH 0/8] sched: Rework task state printing
Message-ID<utAwF-6f6-7@gated-at.bofh.it>
With wider usage of TASK_IDLE came a few user visible annoyances. Markus
reported that TASK_IDLE is reported as TASK_UNINTERRUPTIBLE and some tools like
htop mark those highly visible, which is not warranted for TASK_IDLE.

This patch set reworks the task-state printing and introduces explicit handling
for TASK_IDLE and TASK_PARKED.

[toc] | [next] | [standalone]


#1739070

FromThomas Gleixner <tglx@linutronix.de>
Date2017-09-25 15:50 +0200
Message-ID<utBVL-735-7@gated-at.bofh.it>
In reply to#1738984
On Mon, 25 Sep 2017, Peter Zijlstra wrote:

> With wider usage of TASK_IDLE came a few user visible annoyances. Markus
> reported that TASK_IDLE is reported as TASK_UNINTERRUPTIBLE and some tools like
> htop mark those highly visible, which is not warranted for TASK_IDLE.
> 
> This patch set reworks the task-state printing and introduces explicit handling
> for TASK_IDLE and TASK_PARKED.

Thanks for cleaning that up. I went through the lot and did not find
anything to bitch about.

Reviewed-by: Thomas Gleixner <tglx@linutronix.de>

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web