]> www.infradead.org Git - users/jedix/linux-maple.git/commit
scftorture: Wait until scf_cleanup_handler() completes.
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Fri, 8 Nov 2024 10:39:32 +0000 (11:39 +0100)
committerPaul E. McKenney <paulmck@kernel.org>
Sat, 9 Nov 2024 17:00:46 +0000 (09:00 -0800)
commit43082cd579fbeea2ed90982f1c875bbdb2bcad2e
tree0e5ca42d8f1c14d21ce86950c8ac82797c47b4aa
parent42eeb3b5731de338a84a6d84e6318aeaa642a5b8
scftorture: Wait until scf_cleanup_handler() completes.

The smp_call_function() needs to be invoked with the wait flag set to
wait until scf_cleanup_handler() is done. This ensures that all SMP
function calls, that have been queued earlier, complete at this point.

Tested-by: Paul E. McKenney <paulmck@kernel.org>
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Reviewed-by: Boqun Feng <boqun.feng@gmail.com>
Tested-by: Boqun Feng <boqun.feng@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
kernel/scftorture.c