[PATCH 0/3] cgroup/cpuset: Miscellaneous cleanup patches

Waiman Long posted 3 patches 1 month ago
kernel/cgroup/cpuset.c | 84 ++++++++++++++++++++++++++++++------------
1 file changed, 61 insertions(+), 23 deletions(-)
[PATCH 0/3] cgroup/cpuset: Miscellaneous cleanup patches
Posted by Waiman Long 1 month ago
This series contains a number of cpuset cleanup patches.

Waiman Long (3):
  cgroup/cpuset: Always use cpu_active_mask
  cgroup/cpuset: Fix obsolete comment in cpuset_css_offline()
  cgroup/cpuset: Add warnings to catch inconsistency in exclusive CPUs

 kernel/cgroup/cpuset.c | 84 ++++++++++++++++++++++++++++++------------
 1 file changed, 61 insertions(+), 23 deletions(-)

-- 
2.48.1
Re: [PATCH 0/3] cgroup/cpuset: Miscellaneous cleanup patches
Posted by Tejun Heo 1 month ago
On Mon, Apr 07, 2025 at 05:21:02PM -0400, Waiman Long wrote:
> This series contains a number of cpuset cleanup patches.
> 
> Waiman Long (3):
>   cgroup/cpuset: Always use cpu_active_mask
>   cgroup/cpuset: Fix obsolete comment in cpuset_css_offline()
>   cgroup/cpuset: Add warnings to catch inconsistency in exclusive CPUs

Applied 1-3 to cgroup/for-6.16.

Thanks.

-- 
tejun