All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tejun Heo <tj@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, Lai Jiangshan <jiangshanlai@gmail.com>
Subject: [GIT PULL] workqueue: Fixes for v6.14-rc2
Date: Fri, 14 Feb 2025 06:58:33 -1000	[thread overview]
Message-ID: <Z692OY2tsm2GWeCM@slm.duckdns.org> (raw)

The following changes since commit ab18b8fff124c9b76ea12692571ca822dcd92854:

  Merge tag 'auxdisplay-v6.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-auxdisplay (2025-01-24 08:03:52 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git/ tags/wq-for-6.14-rc2-fixes

for you to fetch changes up to e76946110137703c16423baf6ee177b751a34b7e:

  workqueue: Put the pwq after detaching the rescuer from the pool (2025-01-24 09:29:46 -1000)

----------------------------------------------------------------
workqueue: Fixes for v6.14-rc2

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

----------------------------------------------------------------
Lai Jiangshan (1):
      workqueue: Put the pwq after detaching the rescuer from the pool

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

-- 
tejun

             reply	other threads:[~2025-02-14 16:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-14 16:58 Tejun Heo [this message]
2025-02-14 19:29 ` [GIT PULL] workqueue: Fixes for v6.14-rc2 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Z692OY2tsm2GWeCM@slm.duckdns.org \
    --to=tj@kernel.org \
    --cc=jiangshanlai@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.