[CRIU] [PATCH v2 0/5] s390: Add support for GS and RI control

Alice Frosi alice at linux.vnet.ibm.com
Thu Oct 5 16:50:38 MSK 2017


The second version of this set patch adds:
 - the error handling for the function arch_set_task_regs_nosigrt() and
    arch_set_task_regs_nosigrt
 - fix a little bug in arch_set_thread_regs (s390 code)
 - split the test patch in 2 for GS and RI
 - fix a bug in GS test case

Alice Frosi (5):
  Restore registers not present in the sigreturn signal frame
  s390: Add guarded-storage support
  s390: Add runtime-instrumentation support
  s390: Add test case for GS
  s390: Add test case for RI

 .../s390/src/lib/include/uapi/asm/infect-types.h   |  11 +
 compel/arch/s390/src/lib/infect.c                  | 200 ++++++++++-
 criu/arch/s390/crtools.c                           | 396 +++++++++++++++++++--
 criu/cr-dump.c                                     |  16 +-
 criu/cr-restore.c                                  |  11 +
 criu/include/dump.h                                |   3 +
 criu/include/restore.h                             |   3 +
 images/core-s390.proto                             |  12 +
 test/zdtm/static/Makefile                          |   5 +-
 test/zdtm/static/s390x_gs_threads.c                | 187 ++++++++++
 test/zdtm/static/s390x_regs_check.c                |  78 ++++
 test/zdtm/static/s390x_runtime_instr.c             | 212 +++++++++++
 12 files changed, 1091 insertions(+), 43 deletions(-)
 create mode 100644 test/zdtm/static/s390x_gs_threads.c
 create mode 100644 test/zdtm/static/s390x_runtime_instr.c

-- 
2.13.5



More information about the CRIU mailing list