]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge tag 'wq-for-6.13-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 10 Jan 2025 22:52:30 +0000 (14:52 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 10 Jan 2025 22:52:30 +0000 (14:52 -0800)
commit257a8be4e9a6fc3e821c337275256416750afa5b
treefdc4ad9d0866b12a1fc281dfab1b122e56a3f71e
parentda13af839228cc3ec51d9caabea9c0b411dc464a
parentda30ba227c41762ac98e993a1453460450b3e642
Merge tag 'wq-for-6.13-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq

Pull workqueue fix from Tejun Heo:

 - Add a WARN_ON_ONCE() on queue_delayed_work_on() on an offline CPU as
   such work items won't get executed till the CPU comes back online

* tag 'wq-for-6.13-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq:
  workqueue: warn if delayed_work is queued to an offlined cpu.