[CRIU] [PATCH 0/5] Timerfd: implement c/r, v3

Cyrill Gorcunov gorcunov at openvz.org
Mon Jun 30 10:58:01 PDT 2014


 - removed unused code
 - adjust timers in restore

Guys, I still need help from ARM camp for first patch.
Someone to add ARM syscalls please.

Cyrill Gorcunov (5):
  timerfd: arch, x86 -- Add sys_timerfd related syscalls
  timerfd: protobuf -- Add timerfd_entry
  timerfd: Add protobuf entries into the image
  timerfd: Implement c/r procedure
  timerfd: zdtm -- Add simple testcase

 Makefile.crtools                |   1 +
 arch/x86/syscall-x86-64.def     |   2 +
 cr-restore.c                    |  18 +++++
 cr-show.c                       |   1 +
 files.c                         |   3 +
 image-desc.c                    |   1 +
 include/image-desc.h            |   1 +
 include/magic.h                 |   1 +
 include/proc_parse.h            |   2 +
 include/protobuf-desc.h         |   5 +-
 include/restorer.h              |   4 +
 include/timerfd.h               |  39 +++++++++
 pie/restorer.c                  |  49 ++++++++++++
 proc_parse.c                    |  60 ++++++++++++++
 protobuf-desc.c                 |   1 +
 protobuf/Makefile               |   1 +
 protobuf/fdinfo.proto           |   1 +
 protobuf/timerfd.proto          |  16 ++++
 test/zdtm.sh                    |   1 +
 test/zdtm/live/static/Makefile  |   1 +
 test/zdtm/live/static/timerfd.c | 166 +++++++++++++++++++++++++++++++++++++++
 timerfd.c                       | 170 ++++++++++++++++++++++++++++++++++++++++
 22 files changed, 542 insertions(+), 2 deletions(-)
 create mode 100644 include/timerfd.h
 create mode 100644 protobuf/timerfd.proto
 create mode 100644 test/zdtm/live/static/timerfd.c
 create mode 100644 timerfd.c

-- 
1.9.3


More information about the CRIU mailing list