]> 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)
commit0e5b9eff1f05638ba39636f17f1af20adb58f618
tree084162233a05f1f5ef92f160f6a0b037f58bab9f
parent703b4aaeda226c411ae7e592fdcf61efe00c01a0
parented9665bfabb6a1ac8d47b2ca3951dad2d0d21af1
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