Re: [PATCH 0/2] workqueue: Simple fix and cleanup for exclusive cpumasks

From: Waiman Long
Date: Tue Jul 02 2024 - 13:24:34 EST


On 7/2/24 00:14, Lai Jiangshan wrote:
From: Lai Jiangshan <jiangshan.ljs@xxxxxxxxxxxx>

Simple fix and cleanup for the commit fe28f631fa94("workqueue:
Add workqueue_unbound_exclude_cpumask() to exclude CPUs from
wq_unbound_cpumask")

Lai Jiangshan (2):
workqueue: Update cpumasks after only applying it successfully
workqueue: Simplify goto statement

Cc: Tejun Heo <tj@xxxxxxxxxx>
Cc: Waiman Long <longman@xxxxxxxxxx>

kernel/workqueue.c | 21 +++++++++------------
1 file changed, 9 insertions(+), 12 deletions(-)

Thanks for the improvements.

For the series,

Acked-by: Waiman Long <longman@xxxxxxxxxx>