]> www.infradead.org Git - users/hch/misc.git/commit
Merge tag 'wq-for-6.14-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 14 Feb 2025 18:58:03 +0000 (10:58 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 14 Feb 2025 18:58:03 +0000 (10:58 -0800)
commitf4d4680965aa3be2b2bf392a54fabb244fdce46a
tree5bf260a6ced50b8d9ba616379b6593f5c24ef541
parent111b29599c189247919a514b6c3a93e828db27c2
parente76946110137703c16423baf6ee177b751a34b7e
Merge tag 'wq-for-6.14-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq

Pull workqueue fix from Tejun Heo:

 - Fix a regression where a worker pool can be freed before rescuer
   workers are done with it leading to user-after-free

* tag 'wq-for-6.14-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq:
  workqueue: Put the pwq after detaching the rescuer from the pool
kernel/workqueue.c