Merge branch 'move SYS() macro to test_progs.h and run mptcp in a dedicated netns'
authorMartin KaFai Lau <martin.lau@kernel.org>
Sat, 25 Feb 2023 01:16:15 +0000 (17:16 -0800)
committerMartin KaFai Lau <martin.lau@kernel.org>
Sat, 25 Feb 2023 01:34:23 +0000 (17:34 -0800)
Hangbin Liu says:

====================

As Martin suggested, let's move the SYS() macro to test_progs.h since
a lot of programs are using it. After that, let's run mptcp in a dedicated
netns to avoid user config influence.

v3: fix fd redirect typo. Move SYS() macro into the test_progs.h
v2: remove unneed close_cgroup_fd goto label.
====================

Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>

Trivial merge