[GIT PULL] workqueue fixes for v6.7-rc4
From: Tejun Heo
Date: Wed Dec 06 2023 - 14:28:07 EST
The following changes since commit a12deb44f9734dc25970c266249b272e44d3d1b5:
Merge tag 'input-for-v6.7-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input (2023-11-09 14:18:42 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git/ tags/wq-for-6.7-rc4-fixes
for you to fetch changes up to 4a6c5607d4502ccd1b15b57d57f17d12b6f257a7:
workqueue: Make sure that wq_unbound_cpumask is never empty (2023-11-22 06:17:26 -1000)
----------------------------------------------------------------
workqueue: Fixes for v6.7-rc4
Just one patch to fix a bug which can crash the kernel if the housekeeping
and wq_unbound_cpu cpumask configuration combination leaves the latter
empty.
----------------------------------------------------------------
Tejun Heo (1):
workqueue: Make sure that wq_unbound_cpumask is never empty
kernel/workqueue.c | 22 +++++++++++++++-------
1 file changed, 15 insertions(+), 7 deletions(-)