]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'for-5.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 11 Feb 2020 01:07:05 +0000 (17:07 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 11 Feb 2020 01:07:05 +0000 (17:07 -0800)
commit307a905f8a6e1916d7868b78d66be6b8be54bc5d
tree08d055ba39710f4f9c3cff4a9e5841c8881afc4a
parent5cad3e0f4503c1451674393d5a55db3933888dd4
parent931e89d1ee8bcca961c7a4e0eacd29c6a1fccbbd
Merge branch 'for-5.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup

Pull cgroup fix from Tejun Heo:
 "I made a mistake while removing cgroup task list lazy init
  optimization making the root cgroup.procs show entries for the
  init_tasks. The zero entries doesn't cause critical failures but does
  make systemd print out warning messages during boot.

  Fix it by omitting init_tasks as they should be"

* 'for-5.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup:
  cgroup: init_tasks shouldn't be linked to the root cgroup
kernel/cgroup/cgroup.c