tools/testing/selftests/kcmp/kcmp_test.c: add KCMP_EPOLL_TFD testing
authorCyrill Gorcunov <[email protected]>
Fri, 8 Sep 2017 23:13:19 +0000 (16:13 -0700)
committerLinus Torvalds <[email protected]>
Sat, 9 Sep 2017 01:26:47 +0000 (18:26 -0700)
commit66559a691a5b4a3d79852a82c8c2f8532077b301
treee79c6ab1dc113a841f417e100ef854b8e3f409b7
parentb4ccec41af82b5a5518c6534444412961894f07c
tools/testing/selftests/kcmp/kcmp_test.c: add KCMP_EPOLL_TFD testing

KCMP's KCMP_EPOLL_TFD mode merged in commit 0791e3644e5ef2 ("kcmp: add
KCMP_EPOLL_TFD mode to compare epoll target files") we've had no selftest
for it yet (except in criu development list).  Thus add it.

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Cyrill Gorcunov <[email protected]>
Cc: Andrey Vagin <[email protected]>
Cc: Pavel Emelyanov <[email protected]>
Cc: Michael Kerrisk <[email protected]>
Cc: Shuah Khan <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
tools/testing/selftests/kcmp/kcmp_test.c