]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'for-4.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 8 Jan 2018 19:13:08 +0000 (11:13 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 8 Jan 2018 19:13:08 +0000 (11:13 -0800)
commitff4a0dbc7ef072ad15dd576831950cb4a1d9d48b
tree5d75d626802f67f023ad66fb20dc3906c70fb782
parent7e659c49c20631f827e1b81b6519cc70db61dbe5
parent2d7bf8e0a197d6789677d1b1cd26f31591cc4166
Merge branch 'for-4.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup

Pull cgroup fixes from Tejun Heo:
 "This contains fixes for the following two non-trivial issues:

   - The task iterator got broken while adding thread mode support for
     v4.14. It was less visible because it only triggers when both
     cgroup1 and cgroup2 hierarchies are in use. The recent versions of
     systemd uses cgroup2 for process management even when cgroup1 is
     used for resource control exposing this issue.

   - cpuset CPU hotplug path could deadlock when racing against exits.

  There also are two patches to replace unlimited strcpy() usages with
  strlcpy()"

* 'for-4.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup:
  cgroup: fix css_task_iter crash on CSS_TASK_ITER_PROC
  cgroup: Fix deadlock in cpu hotplug path
  cgroup: use strlcpy() instead of strscpy() to avoid spurious warning
  cgroup: avoid copying strings longer than the buffers