From: Alexei Starovoitov Date: Fri, 6 Sep 2019 16:59:06 +0000 (-0700) Subject: Merge branch 'move-sockopt-tests' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8f6e19ab49bd5e3e490cf3d6d9412f91a732fb2c;p=linux.git Merge branch 'move-sockopt-tests' Stanislav Fomichev says: ==================== Now that test_progs is shaping into more generic test framework, let's convert sockopt tests to it. This requires adding a helper to create and join a cgroup first (test__join_cgroup). Since we already hijack stdout/stderr that shouldn't be a problem (cgroup helpers log to stderr). The rest of the patches just move sockopt tests files under prog_tests/ and do the required small adjustments. ==================== Signed-off-by: Alexei Starovoitov --- 8f6e19ab49bd5e3e490cf3d6d9412f91a732fb2c