[GIT PULL] workqueue: Fixes for v6.10-rc5
From: Tejun Heo
Date: Wed Jun 26 2024 - 17:28:40 EST
The following changes since commit 8f6a15f095a63a83b096d9b29aaff4f0fbe6f6e6:
Merge tag 'cocci-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/jlawall/linux (2024-05-20 16:00:04 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git/ tags/wq-for-6.10-rc5-fixes
for you to fetch changes up to 231035f18d6b80e5c28732a20872398116a54ecd:
workqueue: Increase worker desc's length to 32 (2024-06-07 06:24:16 -1000)
----------------------------------------------------------------
workqueue: Fixes for v6.10-rc5
Two patches to fix kworker name formatting.
----------------------------------------------------------------
Tejun Heo (1):
workqueue: Refactor worker ID formatting and make wq_worker_comm() use full ID string
Wenchao Hao (1):
workqueue: Increase worker desc's length to 32
include/linux/workqueue.h | 2 +-
kernel/workqueue.c | 51 +++++++++++++++++++++++++++++++----------------
2 files changed, 35 insertions(+), 18 deletions(-)
--
tejun