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)
commit68bfd65fb98d16239d14719a47cc1582510001de
tree0a56efe44c2e4ed1dff31bfb42774f57525740e6
parentd0093aaefa35b80990c05a424dad2396ba4549d7
parent02d6a057c7bee44902c843949de6bbd439e33092
Merge branch 'move SYS() macro to test_progs.h and run mptcp in a dedicated netns'

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>