]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge tag 'cgroup-for-6.17-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel... master
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 21 Aug 2025 20:31:27 +0000 (16:31 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 21 Aug 2025 20:31:27 +0000 (16:31 -0400)
commit3957a5720157264dcc41415fbec7c51c4000fc2d
tree62ae43efe109b343aa347658fbaa4b3af771b2fc
parent9a36b58a88f62398dbd005e5f3648f257ae2b9b4
parent6563623e604e3e235b2cee71190a4972be8f986b
Merge tag 'cgroup-for-6.17-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup

Pull cgroup fixes from Tejun Heo:

 - Fix NULL de-ref in css_rstat_exit() which could happen after
   allocation failure

 - Fix a cpuset partition handling bug and a couple other misc issues

 - Doc spelling fix

* tag 'cgroup-for-6.17-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup:
  docs: cgroup: fixed spelling mistakes in documentation
  cgroup: avoid null de-ref in css_rstat_exit()
  cgroup/cpuset: Remove the unnecessary css_get/put() in cpuset_partition_write()
  cgroup/cpuset: Fix a partition error with CPU hotplug
  cgroup/cpuset: Use static_branch_enable_cpuslocked() on cpusets_insane_config_key