[PATCH 0/3] cgroup/cpuset: Miscellaneous fixes and cleanup

Waiman Long posted 3 patches 1 month, 4 weeks ago
kernel/cgroup/cpuset.c | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
[PATCH 0/3] cgroup/cpuset: Miscellaneous fixes and cleanup
Posted by Waiman Long 1 month, 4 weeks ago
This patch series includes 2 bug fixes patches and 1 cleanup patch. 

Waiman Long (3):
  cgroup/cpuset: Use static_branch_enable_cpuslocked() on
    cpusets_insane_config_key
  cgroup/cpuset.c: Fix a partition error with CPU hotplug
  cgroup/cpuset: Remove the unnecessary css_get/put() in
    cpuset_partition_write()

 kernel/cgroup/cpuset.c | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

-- 
2.50.0
Re: [PATCH 0/3] cgroup/cpuset: Miscellaneous fixes and cleanup
Posted by Tejun Heo 1 month, 3 weeks ago
On Wed, Aug 06, 2025 at 01:24:27PM -0400, Waiman Long wrote:
> This patch series includes 2 bug fixes patches and 1 cleanup patch. 
> 
> Waiman Long (3):
>   cgroup/cpuset: Use static_branch_enable_cpuslocked() on
>     cpusets_insane_config_key
>   cgroup/cpuset.c: Fix a partition error with CPU hotplug
>   cgroup/cpuset: Remove the unnecessary css_get/put() in
>     cpuset_partition_write()

Applied 1-3 to cgroup/for-6.17-fixes.

Thanks.

-- 
tejun