[PATCH 0/3] sched: Fix wakeup preemption regression

From: Peter Zijlstra
Date: Tue May 10 2016 - 13:49:16 EST


A recent commit caused an interactivity/starvation issue because we wrecked rq
local wakeup preemption.

These patches rectify this while also (hopefully) keeping the problem that led
to the fault patch fixed.

Mike, Pavan, could you guys please confirm?