[CRIU] [PATCH 0/5] Tweaks

Radostin Stoyanov rstoyanov1 at gmail.com
Wed Aug 22 22:54:28 MSK 2018


Radostin Stoyanov (5):
  mount: Simplify ext_mount_parse_auto
  Fix typos
  img-proxy: Remove duplicated include
  remote: Remove pthread.h and semaphore.h
  remote: Merge check_pending_{reads,forwards}

 Documentation/criu.txt                        |  2 +-
 .../arch/x86/src/lib/include/uapi/asm/cpu.h   |  2 +-
 criu/Makefile.packages                        |  2 +-
 criu/arch/ppc64/vdso-pie.c                    |  2 +-
 criu/arch/x86/cpu.c                           |  4 +-
 criu/cgroup.c                                 |  2 +-
 criu/config.c                                 |  2 +-
 criu/cr-restore.c                             |  4 +-
 criu/crtools.c                                |  2 +-
 criu/eventpoll.c                              |  2 +-
 criu/filesystems.c                            |  2 +-
 criu/img-cache.c                              |  1 -
 criu/img-proxy.c                              |  2 -
 criu/img-remote.c                             | 42 +++++++------------
 criu/include/image.h                          |  2 +-
 criu/include/img-remote.h                     |  6 +--
 criu/include/parasite.h                       |  4 +-
 criu/include/path.h                           |  2 +-
 criu/include/pstree.h                         |  2 +-
 criu/include/vma.h                            |  6 +--
 criu/log.c                                    |  2 +-
 criu/mem.c                                    |  4 +-
 criu/mount.c                                  | 28 ++++++-------
 criu/net.c                                    |  6 +--
 criu/pie/parasite.c                           |  2 +-
 criu/pie/restorer.c                           |  8 ++--
 criu/seize.c                                  |  2 +-
 criu/sk-queue.c                               |  2 +-
 criu/sk-unix.c                                |  2 +-
 criu/tty.c                                    |  6 +--
 criu/tun.c                                    |  2 +-
 criu/uffd.c                                   | 10 ++---
 test/exhaustive/pipe.py                       |  6 +--
 test/exhaustive/unix.py                       | 16 +++----
 test/zdtm/static/aio01.c                      |  2 +-
 test/zdtm/static/binfmt_misc.c                |  4 +-
 test/zdtm/static/binfmt_misc.hook             |  4 +-
 test/zdtm/static/cgroup_stray.c               |  2 +-
 test/zdtm/static/cgroupns.c                   |  2 +-
 test/zdtm/static/different_creds.c            |  2 +-
 test/zdtm/static/futex-rl.c                   |  2 +-
 test/zdtm/static/maps00.c                     |  2 +-
 test/zdtm/static/mount_paths.c                |  2 +-
 test/zdtm/static/session01.c                  |  2 +-
 test/zdtm/static/vdso-proxy.c                 |  4 +-
 test/zdtm/static/vdso01.c                     |  2 +-
 test/zdtm/static/vsx.c                        |  2 +-
 test/zdtm/transition/maps008.c                |  2 +-
 test/zdtm/transition/netlink00.c              |  2 +-
 49 files changed, 101 insertions(+), 124 deletions(-)

--
2.17.1



More information about the CRIU mailing list