[GIT PULL] workqueue fixes for v6.8-rc4

From: Tejun Heo
Date: Fri Feb 16 2024 - 16:36:20 EST


The following changes since commit 052d534373b7ed33712a63d5e17b2b6cdbce84fd:

Merge tag 'exfat-for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat (2024-01-12 18:05: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.8-rc4-fixes

for you to fetch changes up to aac8a59537dfc704ff344f1aacfd143c089ee20f:

Revert "workqueue: Override implicit ordered attribute in workqueue_apply_unbound_cpumask()" (2024-02-05 15:49:06 -1000)

----------------------------------------------------------------
workqueue: Fixes for v6.8-rc4

Just one patch to revert ca10d851b9ad ("workqueue: Override implicit ordered
attribute in workqueue_apply_unbound_cpumask()"). This could break ordering
guarantee for ordered workqueues. The problem that the commit tried to
resolve partially - making ordered workqueues follow unbound cpumask - is
fully solved in wq/for-6.9 branch.

----------------------------------------------------------------
Tejun Heo (1):
Revert "workqueue: Override implicit ordered attribute in workqueue_apply_unbound_cpumask()"

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

--
tejun