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

Lai Jiangshan posted 2 patches 1 year, 5 months ago
kernel/workqueue.c | 21 +++++++++------------
1 file changed, 9 insertions(+), 12 deletions(-)
[PATCH 0/2] workqueue: Simple fix and cleanup for exclusive cpumasks
Posted by Lai Jiangshan 1 year, 5 months ago
From: Lai Jiangshan <jiangshan.ljs@antgroup.com>

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@kernel.org>
Cc: Waiman Long <longman@redhat.com>

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

-- 
2.19.1.6.gb485710b
Re: [PATCH 0/2] workqueue: Simple fix and cleanup for exclusive cpumasks
Posted by Waiman Long 1 year, 5 months ago
On 7/2/24 00:14, Lai Jiangshan wrote:
> From: Lai Jiangshan <jiangshan.ljs@antgroup.com>
>
> 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@kernel.org>
> Cc: Waiman Long <longman@redhat.com>
>
>   kernel/workqueue.c | 21 +++++++++------------
>   1 file changed, 9 insertions(+), 12 deletions(-)
>
Thanks for the improvements.

For the series,

Acked-by: Waiman Long <longman@redhat.com>
Re: [PATCH 0/2] workqueue: Simple fix and cleanup for exclusive cpumasks
Posted by Tejun Heo 1 year, 5 months ago
On Tue, Jul 02, 2024 at 12:14:54PM +0800, Lai Jiangshan wrote:
> From: Lai Jiangshan <jiangshan.ljs@antgroup.com>
> 
> 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

Applied 1-2 to wq/for-6.11.

Thanks.

-- 
tejun