mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-15 11:36:44 -05:00
kselftest/arm64: Flag fp-stress as exiting when we begin finishing up
Once we have started exiting the termination handler will have the same effect as what we're already running so set the termination flag at that point. Signed-off-by: Mark Brown <broonie@kernel.org> Link: https://lore.kernel.org/r/20220921181345.618085-3-broonie@kernel.org Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
This commit is contained in:
committed by
Catalin Marinas
parent
c38d381fff
commit
dd72dd7cd5
@@ -522,6 +522,7 @@ int main(int argc, char **argv)
|
||||
}
|
||||
|
||||
ksft_print_msg("Finishing up...\n");
|
||||
terminate = true;
|
||||
|
||||
for (i = 0; i < tests; i++)
|
||||
child_stop(&children[i]);
|
||||
|
||||
Reference in New Issue
Block a user