commit | 31a3917e01ebd2914ec4a8588600fd7f36b00ef9 | [log] [tgz] |
---|---|---|
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | Thu Nov 07 16:27:36 2024 +0100 |
committer | Paul E. McKenney <paulmck@kernel.org> | Thu Nov 07 10:09:31 2024 -0800 |
tree | 59b9f672ac3f79f143ea60bc129b3c1c324dd1c5 | |
parent | d246c25baba1d6c80984a459661c314e49b2009e [diff] |
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. Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>