mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Tejun Heo <tj@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org
Subject: [GIT PULL] Workqueue fixes for v6.6-rc5
Date: Thu, 12 Oct 2023 13:16:02 -1000	[thread overview]
Message-ID: <ZSh-Mjmquc6wAw9B@slm.duckdns.org> (raw)

The following changes since commit dd64c873ed11cdae340be06dcd2364870fd3e4fc:

  workqueue: Fix missed pwq_release_worker creation in wq_cpu_intensive_thresh_init() (2023-09-18 08:50:31 -1000)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git/ tags/wq-for-6.6-rc5-fixes

for you to fetch changes up to 5d9c7a1e3e8e18db8e10c546de648cda2a57be52:

  workqueue: fix -Wformat-truncation in create_worker (2023-10-12 09:53:40 -1000)

----------------------------------------------------------------
workqueue: Fixes for v6.6-rc5

* Fix access-after-free in pwq allocation error path.

* Implicitly ordered unbound workqueues should lose the implicit ordering if
  an attribute change which isn't compatible with ordered operation is
  requested. However, attribute changes requested through the sysfs
  interface weren't doing that leaving no way to override the implicit
  ordering through the sysfs interface. Fix it.

* Other doc and misc updates.

----------------------------------------------------------------
Lucy Mielke (1):
      workqueue: fix -Wformat-truncation in create_worker

Waiman Long (1):
      workqueue: Override implicit ordered attribute in workqueue_apply_unbound_cpumask()

WangJinchao (1):
      workqueue: doc: Fix function and sysfs path errors

Zqiang (2):
      workqueue: Fix UAF report by KASAN in pwq_release_workfn()
      workqueue: Use the kmem_cache_free() instead of kfree() to release pwq

 Documentation/core-api/workqueue.rst               |  4 ++--
 .../translations/zh_CN/core-api/workqueue.rst      |  2 +-
 kernel/workqueue.c                                 | 24 +++++++++++++++++-----
 3 files changed, 22 insertions(+), 8 deletions(-)

-- 
tejun

             reply	other threads:[~2023-10-12 23:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-12 23:16 Tejun Heo [this message]
2023-10-13  0:39 ` 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=ZSh-Mjmquc6wAw9B@slm.duckdns.org \
    --to=tj@kernel.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®