[CRIU] [PATCH 0/6] test/zdtm: makefile fixes and code moving
Kir Kolyshkin
kir at openvz.org
Tue May 2 16:51:41 PDT 2017
Assorted fixes to Makefiles (including the one requested by Andrei),
and (last 2 patches, optional) moving some test code around.
Kir Kolyshkin (6):
inotify_system_nodel.c: make it a static symlink
test/zdtm/Makefile.inc: don't regen all deps
test/zdtm/Makefiles: disable built-in rules
test/zdtm: clean get_smaps_bits.d
test/zdtm: rm get_smaps_bits proto from zdtmtst.h
test/zdtm/static: split ofd_file_locks.h to .c/.h
test/zdtm/Makefile.inc | 3 +-
test/zdtm/lib/zdtmtst.h | 1 -
test/zdtm/static/Makefile | 9 +-
test/zdtm/static/get_smaps_bits.h | 6 +
test/zdtm/static/inotify_system_nodel.c | 392 +-------------------------------
test/zdtm/static/maps02.c | 1 +
test/zdtm/static/mlock_setuid.c | 1 +
test/zdtm/static/ofd_file_locks.c | 138 +++++++++++
test/zdtm/static/ofd_file_locks.h | 139 +----------
9 files changed, 156 insertions(+), 534 deletions(-)
create mode 100644 test/zdtm/static/get_smaps_bits.h
mode change 100644 => 120000 test/zdtm/static/inotify_system_nodel.c
create mode 100644 test/zdtm/static/ofd_file_locks.c
--
2.9.3
More information about the CRIU
mailing list