From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Sewior Subject: Re: [PATCH RT V2] sched: Prevent task state corruption by spurious lock wakeup Date: Wed, 7 Jun 2017 22:18:50 +0200 Message-ID: <20170607201849.6a7jfpdmtwqwfvfh@linutronix.de> References: <20170606162815.jdurd7xa75fw57g7@hirez.programming.kicks-ass.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Cc: Thomas Gleixner , LKML , linux-rt-users , Steven Rostedt , Mathias Koehrer , David Hauck To: Peter Zijlstra Return-path: Content-Disposition: inline In-Reply-To: <20170606162815.jdurd7xa75fw57g7@hirez.programming.kicks-ass.net> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-rt-users.vger.kernel.org On 2017-06-06 18:28:15 [+0200], Peter Zijlstra wrote: > Subject: sched: Remove TASK_ALL > > It's unused: > > $ git grep "\" | wc -l > 1 > > And dangerous, kill the bugger. > > Signed-off-by: Peter Zijlstra (Intel) Applied for RT but please take this upstream, too. Sebastian