[PATCH] workqueue: unlink pwqs from wq->pwqs list in alloc_and_link_pwqs() error path

Breno Leitao posted 1 patch 1 week, 4 days ago
kernel/workqueue.c | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
Re: [PATCH] workqueue: unlink pwqs from wq->pwqs list in alloc_and_link_pwqs() error path
Posted by Tejun Heo 1 week, 4 days ago
Applied to wq/for-7.1 with a minor commit message edit:

  "which may have side effect is not properly used"
  -> "which may have side effects if not properly cleaned up"

Thanks.

--
tejun
Re: [PATCH] workqueue: unlink pwqs from wq->pwqs list in alloc_and_link_pwqs() error path
Posted by Breno Leitao 1 week, 4 days ago
On Mon, Mar 23, 2026 at 08:35:50AM -1000, Tejun Heo wrote:
> Applied to wq/for-7.1 with a minor commit message edit:
> 
>   "which may have side effect is not properly used"
>   -> "which may have side effects if not properly cleaned up"

ack. Thanks for fixing it.

--breno