]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'for-5.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 24 May 2021 17:46:31 +0000 (07:46 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 24 May 2021 17:46:31 +0000 (07:46 -1000)
commit413da06e80c4d1c5b8641cb3966a891f1b65a8e1
treee6f47e97e6cbd176db98d66d2cf19804da71aba6
parent61238f826eb3dc09d8b61479274ce3a7192acca2
parent5c35c92fc98fe9d8cf5c99f6418d0da11866118b
Merge branch 'for-5.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup

Pull cgroup fixes from Tejun Heo:

 - "cgroup_disable=" boot param was being applied too late confusing
   some subsystems. Fix it by moving application to __setup() time.

 - Comment spelling fixes. Included here to lower the chance of trivial
   future merge conflicts.

* 'for-5.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup:
  cgroup: fix spelling mistakes
  cgroup: disable controllers at parse time