stop_machine: Add caller debug info to queue_stop_cpus_work
authorValentin Schneider <valentin.schneider@arm.com>
Thu, 10 Dec 2020 16:38:29 +0000 (16:38 +0000)
committerPeter Zijlstra <peterz@infradead.org>
Tue, 23 Mar 2021 15:01:58 +0000 (16:01 +0100)
commit2a2f80ff63bc36a874ed569bcaef932a8fe43514
tree12a657ee69a776368e9f3115a8303a257ee17e3a
parent3b03706fa621ce31a3e9ef6307020fde4e6aae16
stop_machine: Add caller debug info to queue_stop_cpus_work

Most callsites were covered by commit

  a8b62fd08505 ("stop_machine: Add function and caller debug info")

but this skipped queue_stop_cpus_work(). Add caller debug info to it.

Signed-off-by: Valentin Schneider <valentin.schneider@arm.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/20201210163830.21514-2-valentin.schneider@arm.com
kernel/stop_machine.c