Re: [PATCH cgroup/for-next] cpuset: fix missing error return in update_cpumask

From: Chen Ridong

Date: Fri Sep 19 2025 - 20:54:46 EST




On 2025/9/20 0:43, Tejun Heo wrote:
> On Fri, Sep 19, 2025 at 09:49:03AM +0000, Chen Ridong wrote:
>> From: Chen Ridong <chenridong@xxxxxxxxxx>
>>
>> The commit c6366739804f ("cpuset: refactor cpus_allowed_validate_change")
>> inadvertently removed the error return when cpus_allowed_validate_change()
>> fails. This patch restores the proper error handling by returning retval
>> when the validation check fails.
>>
>> Fixes: c6366739804f ("cpuset: refactor cpus_allowed_validate_change")
>> Signed-off-by: Chen Ridong <chenridong@xxxxxxxxxx>
>
> Applied to cgroup/for-6.18.
>
> Thanks.
>

Thank you very much.

--
Best regards,
Ridong