Re: [PATCH RT] sched: Do not clear PF_NO_SETAFFINITY flag in select_fallback_rq()
From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Date: 2015-02-17 09:37:35
Also in:
lkml
From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Date: 2015-02-17 09:37:35
Also in:
lkml
* Steven Rostedt | 2014-07-01 11:14:44 [-0400]:
I talked with Peter Zijlstra about this, and he told me that the clearing of the PF_NO_SETAFFINITY flag was to deal with the optimization of migrate_disable/enable() that ignores tasks that have that flag set. But that optimization was removed when I did a rework of the cpu hotplug code.
This has been already applied. You took it into v3.14 and while applying the latest v3.14 patches it made its way into v3.18 as well. Sebastian