Alexander Mikhalitsyn wrote: > Cc: [email protected] > Cc: [email protected] > Cc: [email protected] > Cc: [email protected] > Cc: "David S. Miller" <[email protected]> > Cc: Eric Dumazet <[email protected]> > Cc: Jakub Kicinski <[email protected]> > Cc: Paolo Abeni <[email protected]> > Cc: Willem de Bruijn <[email protected]> > Cc: Leon Romanovsky <[email protected]> > Cc: Arnd Bergmann <[email protected]> > Cc: Christian Brauner <[email protected]> > Cc: Kuniyuki Iwashima <[email protected]> > Cc: Lennart Poettering <[email protected]> > Cc: Luca Boccassi <[email protected]> > Cc: Tejun Heo <[email protected]> > Cc: Johannes Weiner <[email protected]> > Cc: "Michal Koutný" <[email protected]> > Cc: Shuah Khan <[email protected]> > Signed-off-by: Alexander Mikhalitsyn <[email protected]> > --- > tools/testing/selftests/cgroup/Makefile | 2 + > .../selftests/cgroup/test_so_peercgroupid.c | 308 ++++++++++++++++++ > 2 files changed, 310 insertions(+) > create mode 100644 tools/testing/selftests/cgroup/test_so_peercgroupid.c > > diff --git a/tools/testing/selftests/cgroup/Makefile > b/tools/testing/selftests/cgroup/Makefile > index 1b897152bab6..a932ff068081 100644 > --- a/tools/testing/selftests/cgroup/Makefile > +++ b/tools/testing/selftests/cgroup/Makefile > @@ -16,6 +16,7 @@ TEST_GEN_PROGS += test_kill > TEST_GEN_PROGS += test_kmem > TEST_GEN_PROGS += test_memcontrol > TEST_GEN_PROGS += test_pids > +TEST_GEN_PROGS += test_so_peercgroupid > TEST_GEN_PROGS += test_zswap
need to add to .gitignore

