]> www.infradead.org Git - users/hch/xfs.git/commit
workqueue: wq_watchdog_touch is always called with valid CPU
authorNicholas Piggin <npiggin@gmail.com>
Tue, 25 Jun 2024 11:42:44 +0000 (21:42 +1000)
committerTejun Heo <tj@kernel.org>
Tue, 25 Jun 2024 16:55:16 +0000 (06:55 -1000)
commit18e24deb1cc92f2068ce7434a94233741fbd7771
treeeafb4ff843c01aefb3abb09b2fc518e4d1d3063e
parenta071b043ab13ae1f5d12ba6f267936feb800dff8
workqueue: wq_watchdog_touch is always called with valid CPU

Warn in the case it is called with cpu == -1. This does not appear
to happen anywhere.

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Reviewed-by: Paul E. McKenney <paulmck@kernel.org>
Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/workqueue.c