]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'for-4.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 3 Oct 2017 17:40:36 +0000 (10:40 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 3 Oct 2017 17:40:36 +0000 (10:40 -0700)
commit6709ffb3f98d5ee8f0d56a15bd3a49525bdb23d2
tree002efb294a5e5e7552967f631eeb102ed9de5ddd
parentb48851121786779974b1b040b0ffcab3c496768b
parent3fe7947598d15fa8049419eb539ec902b0014e68
Merge branch 'for-4.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup

Pull cgroup fix from Tejun Heo:
 "The recent migration code updates assumed that migrations always
  execute from the top to the bottom once and didn't clean up internal
  states after each migration round; however, cgroup_transfer_tasks()
  repeats the inner steps multiple times and the garbage internal states
  from the previous iteration led to OOPS.

  Waiman fixed the bug by reinitializing the relevant states at the end
  of each migration round"

* 'for-4.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup:
  cgroup: Reinit cgroup_taskset structure before cgroup_migrate_execute() returns