]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
selftests: net: really check for bg process completion
authorPaolo Abeni <pabeni@redhat.com>
Tue, 5 Nov 2024 18:23:51 +0000 (19:23 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 14 Dec 2024 18:50:58 +0000 (19:50 +0100)
commit1d63ab86e1556d51cb035b7c266675a4050a64a6
treebec151ad0858a060e5ed83137a2d9e98187d1af8
parent46087de50376c6f2c675ec8a4896546e6944b6f9
selftests: net: really check for bg process completion

[ Upstream commit 52ed077aa6336dbef83a2d6d21c52d1706fb7f16 ]

A recent refactor transformed the check for process completion
in a true statement, due to a typo.

As a result, the relevant test-case is unable to catch the
regression it was supposed to detect.

Restore the correct condition.

Fixes: 691bb4e49c98 ("selftests: net: avoid just another constant wait")
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Reviewed-by: David Ahern <dsahern@kernel.org>
Link: https://patch.msgid.link/0e6f213811f8e93a235307e683af8225cc6277ae.1730828007.git.pabeni@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
tools/testing/selftests/net/pmtu.sh