[GIT PULL] workqueue: Fixes for v6.13-rc5
From: Tejun Heo
Date: Fri Jan 03 2025 - 17:39:34 EST
The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:
Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git/ tags/wq-for-6.13-rc5-fixes
for you to fetch changes up to d57212f281fda9056412cd6cca983d9d2eb89f53:
workqueue: add printf attribute to __alloc_workqueue() (2024-12-24 09:50:38 -1000)
----------------------------------------------------------------
workqueue: Fixes for v6.13-rc5
- Suppress a corner case spurious flush dependency warning.
- Two trivial changes.
----------------------------------------------------------------
Konstantin Andrikopoulos (1):
rust: add safety comment in workqueue traits
Su Hui (1):
workqueue: add printf attribute to __alloc_workqueue()
Tvrtko Ursulin (1):
workqueue: Do not warn when cancelling WQ_MEM_RECLAIM work from !WQ_MEM_RECLAIM worker
kernel/workqueue.c | 23 ++++++++++++++---------
rust/kernel/workqueue.rs | 18 ++++++++++++++++--
2 files changed, 30 insertions(+), 11 deletions(-)
--
tejun