are there any plans to merge HMP support into lsk-v3.18? None of the commits below are present on the v3.14 or v3.18 branches
[jramirez@calypso linux-linaro-stable.git (linux-linaro-lsk-v3.10 $%)]$ git log --oneline --grep="hmp" | more 1 c1f0c1f sched: hmp: fix spinlock recursion in active migration 2 e482d95 hmp: Restrict ILB events if no CPU has > 1 task 3 65abdc9 HMP: use per cpu cpuidle driver to fix deadlock in hmp_idle_pull 4 4378062 sched: hmp: fix out-of-range CPU possible 5 cd4c4a0 Merge remote-tracking branch 'lsklinaro hm/v3.10/topic/arm64-hmp' into linux-linaro-lsk 6 ee22524 Merge remote-tracking branch 'lsk/v3.10/topic/arm64-topology' into lsk-v3.10-arm64-hmp 7 d1df056 hmp: dont attempt to pull tasks if affinity doesn't allow it 8 940407d hmp: Use idle pull to perform forced up-migrations 9 0168997 sched: hmp: unify active migration code 10 84efcd0 hmp: sched: Clean up hmp_up_threshold checks into a utility fn 11 1ade57e sched: hmp: Change small task packing defaults for all platforms 12 db3dba6 Revert "hmp: sched: Clean up hmp_up_threshold checks into a utility fn" 13 11971ff Revert "sched: hmp: unify active migration code" 14 7e1f7d3 Revert "hmp: Use idle pull to perform forced up-migrations" 15 8503bfd Revert "hmp: dont attempt to pull tasks if affinity doesn't allow it" 16 5a570cf hmp: dont attempt to pull tasks if affinity doesn't allow it 17 aae7721 hmp: Use idle pull to perform forced up-migrations
thanks, jorge