https://github.com/torvalds/linux
Revision 5f147476057832b8f87461ff6da35b5d2e1c2c29 authored by Jakub Kicinski on 10 March 2022, 04:23:37 UTC, committed by Jakub Kicinski on 10 March 2022, 04:23:38 UTC
Guillaume Nault says:

====================
selftests: pmtu.sh: Fix cleanup of processes launched in subshell.

Depending on the options used, pmtu.sh may launch tcpdump and nettest
processes in the background. However it fails to clean them up after
the tests complete.

Patch 1 allows the cleanup() function to read the list of PIDs launched
by the tests.
Patch 2 fixes the way the nettest PIDs are retrieved.
====================

Link: https://lore.kernel.org/r/cover.1646776561.git.gnault@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2 parent s f80cfe2 + 94a4a4f
History
Tip revision: 5f147476057832b8f87461ff6da35b5d2e1c2c29 authored by Jakub Kicinski on 10 March 2022, 04:23:37 UTC
Merge branch 'selftests-pmtu-sh-fix-cleanup-of-processes-launched-in-subshell'
Tip revision: 5f14747
File Mode Size
.gitignore -rw-r--r-- 99 bytes
Kconfig -rw-r--r-- 4.8 KB
Makefile -rw-r--r-- 3.2 KB
blacklist.c -rw-r--r-- 5.7 KB
blacklist.h -rw-r--r-- 135 bytes
blacklist_hashes.c -rw-r--r-- 166 bytes
blacklist_nohashes.c -rw-r--r-- 122 bytes
common.c -rw-r--r-- 1.2 KB
common.h -rw-r--r-- 216 bytes
default_x509.genkey -rw-r--r-- 407 bytes
extract-cert.c -rw-r--r-- 3.5 KB
revocation_certificates.S -rw-r--r-- 495 bytes
system_certificates.S -rw-r--r-- 1.1 KB
system_keyring.c -rw-r--r-- 8.5 KB

back to top