On 12/06/15 10:49, Alex Shi wrote:
I would also suggest backporting following commits, that make EAS patches apply more cleanly:
Thanks for suggestion, Juri!
638476007d13 "sched/fair: Fix the dealing with decay_count in __synchronize_entity_decay()"
it is included in conflict fix.
cb0b9f2445cd "sched/fair: Make update_sd_pick_busiest() return 'true' on a busier sd"
it is removed in later conflict fix.
6c1d9410f007 "sched: Move p->nr_cpus_allowed check to select_task_rq()"
This commit depends on 4 parameters select_task_rq which introduced by sched_numa. That I really don't want to touch. :(
Oh, you mean ac66f5477239 "sched/numa: Introduce migrate_swap()". No problem, not picking this should only result in a minor change required for EAS code.
Thanks,
- Juri