Revisions of criu

buildservice-autocommit accepted request 836307 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 100)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 99)
- fix filelist mismatch after libexecdir change
buildservice-autocommit accepted request 807862 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 98)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 807784 from Takashi Iwai's avatar Takashi Iwai (tiwai) (revision 97)
- Update to criu 3.14:
  New features:
  * C/R of memfd memory mappings and file descriptors
  * Add time namespace support
  * Add the read pre-dump mode which uses process_vm_readv
  * Add --cgroup-yard option
  * Add support of the cgroup v2 freezer
  * Add support of opened O_PATH fds
  Bugfixes:
  * Fix C/R ia32 processes on AMD #398
  * Fix cross-compilation
  * Many fixes here and there
  Improvements:
  * Use clone3() with set_tid to restore processes
  * Clean up compel headers
  * Use the new mount API
- Add libgnutls-devel to buildreq
buildservice-autocommit accepted request 807300 from Takashi Iwai's avatar Takashi Iwai (tiwai) (revision 96)
baserev update by copy to link target
Takashi Iwai's avatar Takashi Iwai (tiwai) accepted request 804998 from Guillaume GARDET's avatar Guillaume GARDET (Guillaume_G) (revision 95)
- Disable LTO on aarch64 and armv7
- Add '-Wno-error=deprecated' to fix build on armv7
- Exclude armv6 since criu/arch/arm/bitops.S uses 'dmb ish' which
  is armv7+
buildservice-autocommit accepted request 749342 from Takashi Iwai's avatar Takashi Iwai (tiwai) (revision 94)
baserev update by copy to link target
Takashi Iwai's avatar Takashi Iwai (tiwai) accepted request 749339 from Takashi Iwai's avatar Takashi Iwai (tiwai) (revision 93)
- Update to criu 3.13:
  New features:
  * VDSO: arm32 support
  * Add TLS support for page server communications
  * "Ignore" mode for --manage-cgroups
  * Restore SO_BROADCAST option for inet sockets
  Bugfixes:
  * Auxiliary events were left in inotify queues
  * Lazy-pages daemon didn't detect stack pages and surrounders
    properly and marked them as "lazy"
  * Memory and resource leakage were detected by coverity, cppcheck
    and clang
  Improvements:
  * Use gettimeofday() directly from vdso for restore timings
  * Reformat all .py code into pep8 style
buildservice-autocommit accepted request 728430 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 92)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 728343 from Antoine Belvire's avatar Antoine Belvire (1Antoine1) (revision 91)
Fix build on Tumbleweed: Add -ffat-lto-objects to lto cflags.
buildservice-autocommit accepted request 701213 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 90)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 701145 from Takashi Iwai's avatar Takashi Iwai (tiwai) (revision 89)
- Update to criu 3.12:
  New features:
  * build CRIU with Android NDK
  * C/R of IP RAW sockets
  * lsm: dump and restore any SELinux process label
  * support restoring ghost files on readonly mounts
  Bugfixes:
  * Do not lock network if running in the host network namespace
  * Fix RPC configuration file handling
  * util: don't leak file descriprots to third-party tools
  * small fixes here and there
  Improvements:
  * travis: switch to the Ubuntu Xenial
  * travis-ci: Enable ia32 tests
  * Many improvements and bug fixes in the libcriu
  * Changes in the API and ABI (SONAME increased from 1 to 2)
- Updated to libcriu2 subpackage to follow SONAME 2
- Dropped obsoleted patch:
  criu-asciidoctor.patch
buildservice-autocommit accepted request 650359 from Takashi Iwai's avatar Takashi Iwai (tiwai) (revision 88)
baserev update by copy to link target
Takashi Iwai's avatar Takashi Iwai (tiwai) accepted request 650258 from Takashi Iwai's avatar Takashi Iwai (tiwai) (revision 87)
- Update to criu 3.10:
  New features:
  * Support Python3 in ZDTM and CRIT
  * Keep names for UNIX sockets, that are unlinked from the FS
  * IPVv6 support for page server
  * Set page server socket fd via CLI
  * Large pages support for aarch64/ppc64
  * C/R of Per-thread seccomp chains
  Bugfixes:
  * Failed non-container restore could kill random task on the host
  * Failure to dump namespaces was erroneously ignored
  * CRIT didn't show cpuinfo image file
  * Tasks that got PID-reuse couldn't be dumped iteratively because
    previous images were missing
- Update to criu 3.11:
  New features:
  * cpuinfo: Detect compact frames and handle noxsaves
  * Add support for configuration files
  * Add support for external net namespaces
  * Punch holes in input files when restoring anonymous non-shared
    memory ( --auto-dedup )
  * C/R of
    + epoll: Add support for duped targets
    + tun: Add support for multiple net ns
    + x86: Support extendable fpu frames
  Bugfixes:
  * mount: Better handling of mount points propagation
  * nmk: Make collect-deps to be more precise about targets
  * lazy-pages: Don't mark current stack page as lazy
  * x86: CPU -- Rework feature testing
buildservice-autocommit accepted request 612800 from Takashi Iwai's avatar Takashi Iwai (tiwai) (revision 86)
baserev update by copy to link target
Takashi Iwai's avatar Takashi Iwai (tiwai) accepted request 612701 from Avindra Goolcharan's avatar Avindra Goolcharan (avindra) (revision 85)
- update to criu 3.9:
  New features
    - C/R of
      + Tun-Tap devices in sub-netns
      + File descriptors which were opened with O_TMPFILE
  Improvements
    - Restore of inotify watchers
    - Restore unix sockets in proper mount namespaces
    - Print CRIU and kernel version also in RPC mode
  Bugfixes
    - Random memory corruptions during lazy restore
    - Workaround the iptables issue
    - Don't use standard descriptors when tar is running to dump
      tmpfs mounts
    - Fail dump if dump_one_file() fails
    - Fill kerndat with zero-s before reading it from cache
- cleanup with spec-cleaner
buildservice-autocommit accepted request 593896 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 84)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 593759 from Takashi Iwai's avatar Takashi Iwai (tiwai) (revision 83)
- update to criu 3.8.1: a bug-fix release
  FDstore was initialized twice (re-initialized) causing e.g.
  --shell-job restore to fail
Takashi Iwai's avatar Takashi Iwai (tiwai) accepted request 589399 from Takashi Iwai's avatar Takashi Iwai (tiwai) (revision 82)
- Add python-devel to BuildReq explicitly, as a preparation for
  fallback to asciidoctor (bsc#1075764)
buildservice-autocommit accepted request 588741 from Takashi Iwai's avatar Takashi Iwai (tiwai) (revision 81)
baserev update by copy to link target
Displaying revisions 21 - 40 of 120
openSUSE Build Service is sponsored by