commit | 53a46a4a74a6999975099cbb017ea1447a75c2f4 | [log] [tgz] |
---|---|---|
author | Geliang Tang <tanggeliang@kylinos.cn> | Mon May 06 10:33:15 2024 +0200 |
committer | Matthieu Baerts (NGI0) <matttbe@kernel.org> | Tue May 07 10:39:27 2024 +0200 |
tree | 98de9ddd841edb24eadf5c64018abd2e3547a4af | |
parent | 800341d2135253050011dcb6f46bcfbc446ee2a8 [diff] |
selftests/bpf: Handle SIGINT when creating netns It's necessary to delete netns during the MPTCP bpf tests interrupt, otherwise the next tests run will fail due to unable to create netns. This patch adds a new SIGINT handle sig_int, and deletes NS_TEST in it. Signed-off-by: Geliang Tang <tanggeliang@kylinos.cn> Reviewed-by: Mat Martineau <martineau@kernel.org> Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>