summaryrefslogtreecommitdiff
path: root/kernel/sysctl.c
diff options
context:
space:
mode:
authorPeter Zijlstra <peterz@infradead.org>2017-09-22 19:37:28 +0300
committerIngo Molnar <mingo@kernel.org>2017-09-29 12:02:57 +0300
commit8ef9925b02c23e3838d5e593c5cf37984141150f (patch)
tree56dd45d5d85ba9aa3dd1cfa9bb9235db97d4b605 /kernel/sysctl.c
parent5d68cc95fb24b2f58060cc5340dd7402a11f054e (diff)
downloadlinux-8ef9925b02c23e3838d5e593c5cf37984141150f.tar.xz
sched/debug: Add explicit TASK_PARKED printing
Currently TASK_PARKED is masqueraded as TASK_INTERRUPTIBLE, give it its own print state because it will not in fact get woken by regular wakeups and is a long-term state. This requires moving TASK_PARKED into the TASK_REPORT mask, and since that latter needs to be a contiguous bitmask, we need to shuffle the bits around a bit. Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: linux-kernel@vger.kernel.org Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'kernel/sysctl.c')
0 files changed, 0 insertions, 0 deletions