]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 28 Dec 2020 19:16:38 +0000 (11:16 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 28 Dec 2020 19:16:38 +0000 (11:16 -0800)
commit09a39e696125fb28ca617f9a0dc24955c34509d8
tree084162233a05f1f5ef92f160f6a0b037f58bab9f
parent2af7ba1dc0ac24f9c1b6fbed627077d8df258132
parentf95991c057fbed0c2f1524efd4329686173dbb77
Merge branch 'for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup

Pull cgroup updates from Tejun Heo:
 "These three patches were scheduled for the merge window but I forgot
  to send them out. Sorry about that.

  None of them are significant and they fit well in a fix pull request
  too - two are cosmetic and one fixes a memory leak in the mount option
  parsing path"

* 'for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup:
  cgroup: Fix memory leak when parsing multiple source parameters
  cgroup/cgroup.c: replace 'of->kn->priv' with of_cft()
  kernel: cgroup: Mundane spelling fixes throughout the file
kernel/cgroup/cgroup.c