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

Message ID Zc_VR5qdSuLcmL3Y@slm.duckdns.org
State New
Headers
Series [GIT,PULL] workqueue fixes for v6.8-rc4 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git/ tags/wq-for-6.8-rc4-fixes

Message

Tejun Heo Feb. 16, 2024, 9:36 p.m. UTC
  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
  

Comments

pr-tracker-bot@kernel.org Feb. 16, 2024, 10:09 p.m. UTC | #1
The pull request you sent on Fri, 16 Feb 2024 11:36:07 -1000:

> git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git/ tags/wq-for-6.8-rc4-fixes

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/975b26ab307e30e7ccec2a83eae6c017622a9125

Thank you!