]> git.itanic.dy.fi Git - linux-stable/commit
workqueue: Warn attempt to flush system-wide workqueues.
authorTetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Fri, 30 Jun 2023 12:28:53 +0000 (21:28 +0900)
committerTejun Heo <tj@kernel.org>
Mon, 10 Jul 2023 20:39:17 +0000 (10:39 -1000)
commit20bdedafd2f63e0ba70991127f9b5c0826ebdb32
treefc7307d993e44f29546fb693a43721c5664371ec
parent3f01e9fed8454dcd89727016c3e5b2fbb8f8e50c
workqueue: Warn attempt to flush system-wide workqueues.

Based on commit c4f135d643823a86 ("workqueue: Wrap flush_workqueue() using
a macro"), all in-tree users stopped flushing system-wide workqueues.
Therefore, start emitting runtime message so that all out-of-tree users
will understand that they need to update their code.

Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Signed-off-by: Tejun Heo <tj@kernel.org>
include/linux/workqueue.h
kernel/workqueue.c