Re: [PATCH RT V2] sched: Prevent task state corruption by spurious lock wakeup
From: Sebastian Sewior <bigeasy@linutronix.de>
Date: 2017-06-07 20:18:53
Also in:
lkml
From: Sebastian Sewior <bigeasy@linutronix.de>
Date: 2017-06-07 20:18:53
Also in:
lkml
On 2017-06-06 18:28:15 [+0200], Peter Zijlstra wrote:
Subject: sched: Remove TASK_ALL It's unused: $ git grep "\<TASK_ALL\>" | wc -l 1 And dangerous, kill the bugger. Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Applied for RT but please take this upstream, too. Sebastian