Update rseq patches

Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
This commit is contained in:
Radostin Stoyanov 2022-04-05 21:33:02 +01:00
parent 9b634ab2ed
commit 3b7bdc24e4
No known key found for this signature in database
GPG Key ID: 21C246FD7C1157A7
250 changed files with 340 additions and 348 deletions

View File

@ -1,4 +1,4 @@
From 0bb7f1fc1ced67396866a913d39bc61a3bedbed5 Mon Sep 17 00:00:00 2001
From 865ee1b856e1ad8a6ee45192e048c414417b4ee9 Mon Sep 17 00:00:00 2001
From: Radostin Stoyanov <radostin@redhat.com>
Date: Mon, 20 Sep 2021 13:50:08 +0100
Subject: [PATCH 001/249] criu(8): add --external net option

View File

@ -1,4 +1,4 @@
From 135c3df15c4b4d968b00ced7cd88133bbdb8962a Mon Sep 17 00:00:00 2001
From 77c65d7d668d152e660d0a3395348cd69ee0284f Mon Sep 17 00:00:00 2001
From: Bui Quang Minh <minhquangbui99@gmail.com>
Date: Thu, 12 Aug 2021 11:05:09 +0000
Subject: [PATCH 002/249] tcp: Skip restoring TCP state when dumping with

View File

@ -1,4 +1,4 @@
From acaf5a96370541678c33a91489df069c55084aff Mon Sep 17 00:00:00 2001
From 249e34007646ac4c11b0c6c594896aef2eff59e0 Mon Sep 17 00:00:00 2001
From: Bui Quang Minh <minhquangbui99@gmail.com>
Date: Mon, 20 Sep 2021 20:57:03 +0700
Subject: [PATCH 003/249] zdtm: Dumping/restoring with --tcp-close on TCP_CLOSE

View File

@ -1,4 +1,4 @@
From 58c3e33e8227bdf2105dcca18a57a7a8bf3ddd1a Mon Sep 17 00:00:00 2001
From e42ff0557a30ab4ddf7dfb594de181b7ec7cdc15 Mon Sep 17 00:00:00 2001
From: Bui Quang Minh <minhquangbui99@gmail.com>
Date: Mon, 4 Oct 2021 20:38:34 +0700
Subject: [PATCH 004/249] criu(8): Add more detailed description about

View File

@ -1,4 +1,4 @@
From e37aed0ca94e88f503499ddd828241d5b16122e7 Mon Sep 17 00:00:00 2001
From 215fa63c41d9e5595946ac085babbdd01930ca6f Mon Sep 17 00:00:00 2001
From: Andrey Vyazovtsev <viazovtsev.av@phystech.edu>
Date: Thu, 26 Aug 2021 22:22:33 +0300
Subject: [PATCH 005/249] Add support for python3 in criu-coredump

View File

@ -1,4 +1,4 @@
From 3a7deb046e713421ee302aac9f726aefeecf60a4 Mon Sep 17 00:00:00 2001
From d08f284b5d5120a8e550b44901ee96b840900b7d Mon Sep 17 00:00:00 2001
From: AndreyVV-100 <viazovtsev.av@phystech.edu>
Date: Fri, 23 Jul 2021 12:48:03 +0300
Subject: [PATCH 006/249] Add new files for running criu-coredump via python 2

View File

@ -1,4 +1,4 @@
From 08984ba43fee2b7a872a067cfa7ed9e86059ca9d Mon Sep 17 00:00:00 2001
From 2d4bb6601de571f5dca7cd43089979747f6acc2e Mon Sep 17 00:00:00 2001
From: Radostin Stoyanov <radostin@redhat.com>
Date: Sun, 5 Sep 2021 21:31:12 +0100
Subject: [PATCH 007/249] coredump: remove unused import

View File

@ -1,4 +1,4 @@
From 93c8beedcee85b7333a4b9137dad606bec5f3f66 Mon Sep 17 00:00:00 2001
From e849a46256da1c5b8990c7875580172e35210205 Mon Sep 17 00:00:00 2001
From: Radostin Stoyanov <radostin@redhat.com>
Date: Sun, 5 Sep 2021 21:32:17 +0100
Subject: [PATCH 008/249] coredump: sort imports

View File

@ -1,4 +1,4 @@
From e945c416d6ddba23642defa66c047102c545526b Mon Sep 17 00:00:00 2001
From 4f99f82cb3fae3ebaf35b853d7ecbbf1a9fecd27 Mon Sep 17 00:00:00 2001
From: Radostin Stoyanov <radostin@redhat.com>
Date: Sun, 5 Sep 2021 21:34:00 +0100
Subject: [PATCH 009/249] coredump: convert indentation to spaces

View File

@ -1,4 +1,4 @@
From 162e2c214bb7480f583c202cf2145c65027e4400 Mon Sep 17 00:00:00 2001
From 6d8ba10f26a6f6d73fd0ff64a85f8803b3021a8a Mon Sep 17 00:00:00 2001
From: Radostin Stoyanov <radostin@redhat.com>
Date: Sun, 5 Sep 2021 21:36:10 +0100
Subject: [PATCH 010/249] python: replace equality with identity test

View File

@ -1,4 +1,4 @@
From f9f591b867abc61b414b4bee84ac683860c89ae6 Mon Sep 17 00:00:00 2001
From 4f14d170a2cf59a7a1ddfad6f6570e9a750eb16c Mon Sep 17 00:00:00 2001
From: Radostin Stoyanov <radostin@redhat.com>
Date: Sun, 5 Sep 2021 21:38:06 +0100
Subject: [PATCH 011/249] coredump: drop unused variable

View File

@ -1,4 +1,4 @@
From dc6d38708b54aafad660c01112a4ea0f301c5c07 Mon Sep 17 00:00:00 2001
From 9108a60b953530b594fd246bd33693a6b28bba3e Mon Sep 17 00:00:00 2001
From: Radostin Stoyanov <radostin@redhat.com>
Date: Sun, 5 Sep 2021 21:42:46 +0100
Subject: [PATCH 012/249] coredump: drop exec permission

View File

@ -1,4 +1,4 @@
From ccb2c41bbabaeaa0cec6d31bb0a862a8724568f0 Mon Sep 17 00:00:00 2001
From 9c26f836e94ba374ba0287e0d97d8a6f9e06635b Mon Sep 17 00:00:00 2001
From: Radostin Stoyanov <radostin@redhat.com>
Date: Sun, 5 Sep 2021 21:53:06 +0100
Subject: [PATCH 013/249] coredump: lint fix for block comments

View File

@ -1,4 +1,4 @@
From dca95ec84857a23e142bbed9016da09c50868014 Mon Sep 17 00:00:00 2001
From 33b1692e10d8192f583e5fa10d5ab9fb7ac7bef7 Mon Sep 17 00:00:00 2001
From: Radostin Stoyanov <radostin@redhat.com>
Date: Sun, 5 Sep 2021 22:37:26 +0100
Subject: [PATCH 014/249] coredump: fix missing whitespace around operator

View File

@ -1,4 +1,4 @@
From 3495005412dcfe1a897bc52d24a299b098a6eac1 Mon Sep 17 00:00:00 2001
From a20c0fe6e518a76db428979d2a145e98fdd79988 Mon Sep 17 00:00:00 2001
From: Radostin Stoyanov <radostin@redhat.com>
Date: Sun, 5 Sep 2021 22:39:50 +0100
Subject: [PATCH 015/249] coredump: fix too many blank lines

View File

@ -1,4 +1,4 @@
From da13809e3122ffde0c3657facb978ba7b54bf3a5 Mon Sep 17 00:00:00 2001
From e2fe46e74dd8904f296baa1257cf7191bcd74c4c Mon Sep 17 00:00:00 2001
From: Radostin Stoyanov <radostin@redhat.com>
Date: Sun, 5 Sep 2021 22:42:19 +0100
Subject: [PATCH 016/249] coredump: fix comparison to true

View File

@ -1,4 +1,4 @@
From c9c55b3b33dc7e4295e68e816001216b7568c19e Mon Sep 17 00:00:00 2001
From 630893e55da8281877ddd833e79e33a5dddd2b1b Mon Sep 17 00:00:00 2001
From: Radostin Stoyanov <radostin@redhat.com>
Date: Sun, 5 Sep 2021 22:47:59 +0100
Subject: [PATCH 017/249] coredump: lint fix visually indented line

View File

@ -1,4 +1,4 @@
From 23644721afc34abb4a2d08c7dd7f83d5780a61ba Mon Sep 17 00:00:00 2001
From 8fa9bbf2a2d5d5fcc80de865d380af7e7917a371 Mon Sep 17 00:00:00 2001
From: Radostin Stoyanov <radostin@redhat.com>
Date: Mon, 6 Sep 2021 00:20:58 +0100
Subject: [PATCH 018/249] test/coredump: fix shellcheck errors

View File

@ -1,4 +1,4 @@
From 7bf49f15f48be6ae0cc6adddc17322f7d2e94e3b Mon Sep 17 00:00:00 2001
From 7ea1e500fb23ce96dc895c5d59aae5a3728040b0 Mon Sep 17 00:00:00 2001
From: Radostin Stoyanov <radostin@redhat.com>
Date: Sun, 5 Sep 2021 22:55:24 +0100
Subject: [PATCH 019/249] make: enable lint for coredump

View File

@ -1,4 +1,4 @@
From 50311543e8d3567ebd15085cdb4ea3b149d1e90c Mon Sep 17 00:00:00 2001
From 2b3165ebfecb216a8f07c3d2b7a68723d96f13ff Mon Sep 17 00:00:00 2001
From: Radostin Stoyanov <radostin@redhat.com>
Date: Sun, 5 Sep 2021 23:06:56 +0100
Subject: [PATCH 020/249] ci: enable coredump tests

View File

@ -1,4 +1,4 @@
From a8956a7579f094de1401b6486501d6d553754b81 Mon Sep 17 00:00:00 2001
From fe002c36aa94b8cfde68c12710084be558afec02 Mon Sep 17 00:00:00 2001
From: Pavel Tikhomirov <ptikhomirov@virtuozzo.com>
Date: Thu, 21 Oct 2021 11:47:01 +0300
Subject: [PATCH 021/249] pie/restorer: remove excess hash printf specifier

View File

@ -1,4 +1,4 @@
From add9597c6c6ed74c643e0784c171eb0ca8deab53 Mon Sep 17 00:00:00 2001
From 373b1b787c96c4ee795000cb0e190ac5d135e17c Mon Sep 17 00:00:00 2001
From: "fu.lin" <fulin10@huawei.com>
Date: Fri, 17 Sep 2021 17:16:48 +0800
Subject: [PATCH 022/249] tty: fix the null pointer of get_tty_driver

View File

@ -1,4 +1,4 @@
From 889fde47e57226278767be69768b733eeb84f15c Mon Sep 17 00:00:00 2001
From 03cb3026fe42cc66b177e66ab96f27bba4e06ce3 Mon Sep 17 00:00:00 2001
From: Pavel Tikhomirov <ptikhomirov@virtuozzo.com>
Date: Fri, 22 Oct 2021 17:56:37 +0300
Subject: [PATCH 023/249] util: use nftw in rmrf helper

View File

@ -1,4 +1,4 @@
From 06a4400fc7b96e7abbeda7f79ee52daa61fe0223 Mon Sep 17 00:00:00 2001
From 5002b2bedcdeac2e682f7995c9210fe351c6f818 Mon Sep 17 00:00:00 2001
From: Pavel Tikhomirov <ptikhomirov@virtuozzo.com>
Date: Mon, 18 Oct 2021 18:43:14 +0300
Subject: [PATCH 024/249] criu-ns: make pidns init first do setsid

View File

@ -1,4 +1,4 @@
From 2cdae896f304afae1d2b96dd00f2a599266765be Mon Sep 17 00:00:00 2001
From 23f4a75c65a08007e8c42aa71ceea4d32cebf9cd Mon Sep 17 00:00:00 2001
From: Nicolas Viennot <Nicolas.Viennot@twosigma.com>
Date: Thu, 28 Oct 2021 21:05:57 +0000
Subject: [PATCH 025/249] net: optimize restore_rule() to not open the

View File

@ -1,4 +1,4 @@
From 175fb94e620f9e33358e92bec0262e0586ec554a Mon Sep 17 00:00:00 2001
From 3920fd02a3494c5888083967a3054d8569866b4a Mon Sep 17 00:00:00 2001
From: Adrian Reber <areber@redhat.com>
Date: Wed, 27 Oct 2021 07:27:22 +0000
Subject: [PATCH 026/249] ci: replace deprecated codecov bash uploader

View File

@ -1,4 +1,4 @@
From a78590464010d9de5c794b4fc12aea8c5a0b46a1 Mon Sep 17 00:00:00 2001
From 9dcf2c5116dcdac8b5ef99bf995cf5cfe6424c92 Mon Sep 17 00:00:00 2001
From: Adrian Reber <areber@redhat.com>
Date: Thu, 4 Nov 2021 09:10:38 +0000
Subject: [PATCH 027/249] ci: fix userfaultfd test failures

View File

@ -1,4 +1,4 @@
From 20c65ae87263315214c48a636dc20b4dbac03215 Mon Sep 17 00:00:00 2001
From fa1ec35f42dd652ff57a9c816b11359eae38ddcf Mon Sep 17 00:00:00 2001
From: Adrian Reber <areber@redhat.com>
Date: Thu, 4 Nov 2021 09:18:31 +0000
Subject: [PATCH 028/249] ci: use Fedora 34 for lint CI runs

View File

@ -1,4 +1,4 @@
From ef7f435bccd1a60230a66271723590656e0917b1 Mon Sep 17 00:00:00 2001
From ff5beb22edc05bad44a1e6aecc4433212c991ed6 Mon Sep 17 00:00:00 2001
From: Nicolas Viennot <Nicolas.Viennot@twosigma.com>
Date: Fri, 29 Oct 2021 02:49:31 +0000
Subject: [PATCH 029/249] tests: improve the image streamer process control

View File

@ -1,4 +1,4 @@
From 04464397f1d2bf43265ed70bba029bfa57d20092 Mon Sep 17 00:00:00 2001
From 36869e72971182f0e738edb7174a4505dcc5380c Mon Sep 17 00:00:00 2001
From: Pavel Tikhomirov <ptikhomirov@virtuozzo.com>
Date: Thu, 29 Jul 2021 14:21:37 +0300
Subject: [PATCH 030/249] sockets: don't call sk_setbufs asyncronously

View File

@ -1,4 +1,4 @@
From 5dc443bcd848877677b858e1aa21e0c929f19541 Mon Sep 17 00:00:00 2001
From f00d0d2c8cca8217eaaccf08605192cc3f12503b Mon Sep 17 00:00:00 2001
From: Pavel Tikhomirov <ptikhomirov@virtuozzo.com>
Date: Thu, 29 Jul 2021 14:57:17 +0300
Subject: [PATCH 031/249] kerndat: check for set/getsockopt SO_BUF_LOCK

View File

@ -1,4 +1,4 @@
From ab926314464645eda33d6ccb505e673d9db01296 Mon Sep 17 00:00:00 2001
From 4bad0745c28810a2d2bb724b5d13b70d07545ae4 Mon Sep 17 00:00:00 2001
From: Pavel Tikhomirov <ptikhomirov@virtuozzo.com>
Date: Thu, 29 Jul 2021 11:27:13 +0300
Subject: [PATCH 032/249] sockets: c/r bufer size locks

View File

@ -1,4 +1,4 @@
From b9ef6d19297e0cea7d697513ee685ae13014cdec Mon Sep 17 00:00:00 2001
From e32a58fcc35b57d6cbc81214e7c4d8f8539dbc5a Mon Sep 17 00:00:00 2001
From: Pavel Tikhomirov <ptikhomirov@virtuozzo.com>
Date: Thu, 29 Jul 2021 16:16:12 +0300
Subject: [PATCH 033/249] zdtm: add test for socket buffer size locks

View File

@ -1,4 +1,4 @@
From e6d511315f175d80bb6b1adb9bfc68debb46ffc3 Mon Sep 17 00:00:00 2001
From 46b0f54fe43b128e4949b2522450b519d20a5fc4 Mon Sep 17 00:00:00 2001
From: Pavel Tikhomirov <ptikhomirov@virtuozzo.com>
Date: Tue, 3 Aug 2021 13:05:32 +0300
Subject: [PATCH 034/249] zdtm: make sock_opts02 also check lock change by

View File

@ -1,4 +1,4 @@
From 8ea9c9fc7360f9c5250632d0818f68af0de73992 Mon Sep 17 00:00:00 2001
From ff3ff3b94a45d6907e0d3c6fb850cf3d729ce252 Mon Sep 17 00:00:00 2001
From: Pavel Tikhomirov <ptikhomirov@virtuozzo.com>
Date: Thu, 28 Oct 2021 17:15:52 +0300
Subject: [PATCH 035/249] clang-format: enable AlignTrailingComments

View File

@ -1,4 +1,4 @@
From 54b25b72065f17594216642bcf8a3267a0a0a489 Mon Sep 17 00:00:00 2001
From f8018e956406b88a9bc170354229b5ec40570fef Mon Sep 17 00:00:00 2001
From: Pavel Tikhomirov <ptikhomirov@virtuozzo.com>
Date: Thu, 28 Oct 2021 17:17:44 +0300
Subject: [PATCH 036/249] clang-format: do several manual comment fixups

View File

@ -1,4 +1,4 @@
From 901042439368aef3513407abcf2f91780fb609a4 Mon Sep 17 00:00:00 2001
From d42f4cf79a9d248b2129add96186fdb05c39ba5e Mon Sep 17 00:00:00 2001
From: Pavel Tikhomirov <ptikhomirov@virtuozzo.com>
Date: Thu, 28 Oct 2021 18:10:14 +0300
Subject: [PATCH 037/249] clang-format: do automatic comment fixups

View File

@ -1,4 +1,4 @@
From 906549c2de213e25ef6795025604a59609033f9d Mon Sep 17 00:00:00 2001
From b03d50673e9159a712e86f7a9c75c5cabc09278d Mon Sep 17 00:00:00 2001
From: Liu Hua <weldonliu@tencent.com>
Date: Mon, 1 Nov 2021 20:50:58 +0800
Subject: [PATCH 038/249] cr-dump: fail dumping when zombie process with sid 0

View File

@ -1,4 +1,4 @@
From e15962cc0cf487a85c4c30a2df0c4fd6dabe66de Mon Sep 17 00:00:00 2001
From cf56caeb12eb8900409846d2d3d9383cd210388d Mon Sep 17 00:00:00 2001
From: Pavel Tikhomirov <ptikhomirov@virtuozzo.com>
Date: Fri, 29 Oct 2021 10:35:28 +0300
Subject: [PATCH 039/249] clang-format: make x86_ins_capability_mask

View File

@ -1,4 +1,4 @@
From feb6788016c7de1998d00f54887f00b04fa47830 Mon Sep 17 00:00:00 2001
From 685364f9766498c2f6640dd7882434dd10cd5119 Mon Sep 17 00:00:00 2001
From: Pavel Tikhomirov <ptikhomirov@virtuozzo.com>
Date: Fri, 19 Nov 2021 10:08:37 +0300
Subject: [PATCH 040/249] ci: disable socket-raw test on centos8

View File

@ -1,4 +1,4 @@
From e41b2b10e637920665cf590bc170407d414ecf32 Mon Sep 17 00:00:00 2001
From ac4dcfc49b09e48e8b7cf6ffe25d6a717969ead2 Mon Sep 17 00:00:00 2001
From: Pavel Tikhomirov <ptikhomirov@virtuozzo.com>
Date: Wed, 3 Nov 2021 18:34:11 +0300
Subject: [PATCH 041/249] zdtm.py: make tests with --link_remap exclusive

View File

@ -1,4 +1,4 @@
From 038d59609716bac5b343dd03e4361ded84d48519 Mon Sep 17 00:00:00 2001
From e9c9a39b7e5ad461d47ecebfd8d9ba0d1edd6aeb Mon Sep 17 00:00:00 2001
From: Nicolas Viennot <Nicolas.Viennot@twosigma.com>
Date: Fri, 29 Oct 2021 03:01:14 +0000
Subject: [PATCH 042/249] tests: improve the deterministic behavior of the test

View File

@ -1,4 +1,4 @@
From 25c642cb7840033673f36a270074d7a47b0bbd76 Mon Sep 17 00:00:00 2001
From 044dd55e9585b9b2d1ac15e21cd6e6c08b4d8ee3 Mon Sep 17 00:00:00 2001
From: Pavel Tikhomirov <ptikhomirov@virtuozzo.com>
Date: Tue, 23 Nov 2021 15:06:03 +0300
Subject: [PATCH 043/249] clang-format/zdtm: fix clang complains about strange

View File

@ -1,4 +1,4 @@
From f1115a8e679c56269e363a609e1b86bc3052963a Mon Sep 17 00:00:00 2001
From 716dba02dac88130918fd11628c81115a5bab586 Mon Sep 17 00:00:00 2001
From: Liu Hua <weldonliu@tencent.com>
Date: Fri, 5 Nov 2021 17:08:51 +0800
Subject: [PATCH 044/249] seize: restore cgroup freezer to right state

View File

@ -1,4 +1,4 @@
From ba0ead357350d413d84fde5d2a35e445aa1aa964 Mon Sep 17 00:00:00 2001
From 1b5cc130824dcbcef2467b7c513ace0dd6a41fe5 Mon Sep 17 00:00:00 2001
From: Pavel Tikhomirov <ptikhomirov@virtuozzo.com>
Date: Wed, 24 Nov 2021 11:37:58 +0300
Subject: [PATCH 045/249] ci: Use latest Fedora for lint ci runs again

View File

@ -1,4 +1,4 @@
From 49e0e77e5ca95fbdc0cd419982c0ef07772db04e Mon Sep 17 00:00:00 2001
From da247673bf35506d48433627421c2d0192159b9c Mon Sep 17 00:00:00 2001
From: Liu Hua <weldonliu@tencent.com>
Date: Thu, 4 Nov 2021 10:04:22 +0800
Subject: [PATCH 046/249] crtools: ignore SIGPIPE in swrk mode

View File

@ -1,4 +1,4 @@
From 17e98a26b7d6b71613b8231d53ef33b61292c143 Mon Sep 17 00:00:00 2001
From ecfef3dc95bd1293084916ff2c40250a4442796c Mon Sep 17 00:00:00 2001
From: Adrian Reber <areber@redhat.com>
Date: Wed, 24 Nov 2021 16:13:01 +0000
Subject: [PATCH 047/249] ci: switch to centos-stream-8

View File

@ -1,4 +1,4 @@
From aa6fb0bacd5cd9599a6e83b9c19cc10c679a03bf Mon Sep 17 00:00:00 2001
From 9e074610d7bc702b9220095691e4d138b0c0df09 Mon Sep 17 00:00:00 2001
From: Nicolas Viennot <Nicolas.Viennot@twosigma.com>
Date: Fri, 19 Nov 2021 20:58:13 +0000
Subject: [PATCH 048/249] check: cleanup child processes

View File

@ -1,4 +1,4 @@
From bbc3f37710c5cf1cac507337a536c5523123b2a9 Mon Sep 17 00:00:00 2001
From e1485b8d58c4927f7cbd1ee0383c7d7f8580bade Mon Sep 17 00:00:00 2001
From: Pavel Tikhomirov <ptikhomirov@virtuozzo.com>
Date: Thu, 13 Feb 2020 10:43:14 +0300
Subject: [PATCH 049/249] files-reg: fix error handling in open_path

View File

@ -1,4 +1,4 @@
From e655a0ac8421325f2de8fbe4f6855b06cd2faace Mon Sep 17 00:00:00 2001
From e7c9c5c08d4289962d56ec74bb4b554f5ed42f7e Mon Sep 17 00:00:00 2001
From: Pavel Tikhomirov <ptikhomirov@virtuozzo.com>
Date: Thu, 13 Feb 2020 13:03:12 +0300
Subject: [PATCH 050/249] files-reg: fix error handling of rm_parent_dirs

View File

@ -1,4 +1,4 @@
From 67b257d852572d38375453671ae038312ed94cba Mon Sep 17 00:00:00 2001
From 90855f58bae7aa9560868403fac00d5bd14be971 Mon Sep 17 00:00:00 2001
From: Pavel Tikhomirov <ptikhomirov@virtuozzo.com>
Date: Thu, 13 Feb 2020 18:28:15 +0300
Subject: [PATCH 051/249] ghost/mount: allocate remounted_rw in shmem to get

View File

@ -1,4 +1,4 @@
From 44aa8a5a75529bb4b256bcbdf490da5b730c5c5f Mon Sep 17 00:00:00 2001
From d30c2c86f6f9a81de004a129661ad7aa5d9fcddb Mon Sep 17 00:00:00 2001
From: Pavel Tikhomirov <ptikhomirov@virtuozzo.com>
Date: Thu, 13 Feb 2020 18:26:52 +0300
Subject: [PATCH 052/249] files-reg: temporary remount writable the mount we do

View File

@ -1,4 +1,4 @@
From 0fc0b2d996e0cba450155727239df8aaf31c26f1 Mon Sep 17 00:00:00 2001
From dff6911878ee62f7cd757a0a8e3ecc3fe4ee6ac7 Mon Sep 17 00:00:00 2001
From: Pavel Tikhomirov <ptikhomirov@virtuozzo.com>
Date: Tue, 30 Nov 2021 19:03:29 +0300
Subject: [PATCH 053/249] zdtm: add ro-mount check after c/r to mntns_ghost01

View File

@ -1,4 +1,4 @@
From 4e24f113c007f81904d6f46b336ed94634555657 Mon Sep 17 00:00:00 2001
From 3174e7ee7e85be9db58373ddceea98e9984f3808 Mon Sep 17 00:00:00 2001
From: Pavel Tikhomirov <ptikhomirov@virtuozzo.com>
Date: Thu, 25 Nov 2021 16:51:55 +0300
Subject: [PATCH 054/249] clang-format: disable wrong struct pointer

View File

@ -1,4 +1,4 @@
From 3dd5cec57d2835e00e69a69f24fa60303216dbda Mon Sep 17 00:00:00 2001
From b223773cd4ffd0fe8cf6e1384ad95b4c4d1b4109 Mon Sep 17 00:00:00 2001
From: Radostin Stoyanov <radostin@redhat.com>
Date: Sat, 4 Dec 2021 16:18:26 +0000
Subject: [PATCH 055/249] ci: Run cross compile on debian stable

View File

@ -1,4 +1,4 @@
From 28936552df6c83266aa9e8900b5cd92f0aa3a1f7 Mon Sep 17 00:00:00 2001
From 5aaf82b4d8bd6c89f7e6b0f639c79b3a2d21eeef Mon Sep 17 00:00:00 2001
From: Radostin Stoyanov <radostin@redhat.com>
Date: Sat, 4 Dec 2021 16:31:34 +0000
Subject: [PATCH 056/249] ci: Run cross compile with debian testing

View File

@ -1,4 +1,4 @@
From 205ba95597c1f538776e4ed6838f7e082178f5fe Mon Sep 17 00:00:00 2001
From 2ff0ffafa7e23b8a0e64ecd5da9d32e59782e2ee Mon Sep 17 00:00:00 2001
From: Salvatore Bonaccorso <carnil@debian.org>
Date: Sat, 4 Dec 2021 16:59:51 +0000
Subject: [PATCH 057/249] make: Explicitly enable FPU on ARMv7 builds

View File

@ -1,4 +1,4 @@
From d3a8330e09361582888d72a082d5e6fa02f4b9cc Mon Sep 17 00:00:00 2001
From 02eb97d17b8cf91831dd0a63e431b1399a4be42a Mon Sep 17 00:00:00 2001
From: Adrian Reber <areber@redhat.com>
Date: Fri, 3 Dec 2021 16:48:36 +0000
Subject: [PATCH 058/249] ci: disable broken tests until fixed

View File

@ -1,4 +1,4 @@
From 448c0bdf19285cb7a7fad2872e3f5462ffdeb996 Mon Sep 17 00:00:00 2001
From 0c6248725ee00d152226d710f9f31362025acdc6 Mon Sep 17 00:00:00 2001
From: Adrian Reber <areber@redhat.com>
Date: Sun, 5 Dec 2021 16:45:20 +0000
Subject: [PATCH 059/249] test: do not use --keep-going for single zdtm tests

View File

@ -1,4 +1,4 @@
From 6e5fd46d6a30b488ab7f17f0069c598e1f59cdbb Mon Sep 17 00:00:00 2001
From a446b513ccd5e91078cbc30cecfd4aa0634119f4 Mon Sep 17 00:00:00 2001
From: ianlang <ianlang@tencent.com>
Date: Fri, 3 Dec 2021 15:15:30 +0800
Subject: [PATCH 060/249] files-reg: try dump_ghost_remap if link-remap failed

View File

@ -1,4 +1,4 @@
From a006788dfab8a971218450923a59209c52f4eb88 Mon Sep 17 00:00:00 2001
From 0eed6f740c3f1efc580b62d59ee3efff64276077 Mon Sep 17 00:00:00 2001
From: Adrian Reber <areber@redhat.com>
Date: Tue, 7 Dec 2021 09:10:14 +0000
Subject: [PATCH 061/249] util: make page-server IPv6 safe

View File

@ -1,4 +1,4 @@
From b6f9c443a78efb50225c2fabd224cea6c71d1c49 Mon Sep 17 00:00:00 2001
From 7360c8d2a013f17c9cccad8305e63321b05f651d Mon Sep 17 00:00:00 2001
From: Bui Quang Minh <minhquangbui99@gmail.com>
Date: Thu, 2 Dec 2021 23:01:33 +0700
Subject: [PATCH 062/249] sk-unix: Fix TCP_ESTABLISHED checks in unix sockets

View File

@ -1,4 +1,4 @@
From c3e4e68b3cab075415f5e500cb884a2e25a434b9 Mon Sep 17 00:00:00 2001
From 1d4d1d36e6b01b0ec7d87e3f0c6e6464929f9e21 Mon Sep 17 00:00:00 2001
From: Bui Quang Minh <minhquangbui99@gmail.com>
Date: Tue, 7 Dec 2021 23:40:12 +0700
Subject: [PATCH 063/249] ci: Enable disabled unix socket related tests

View File

@ -1,4 +1,4 @@
From a352d973e7901db8d46322e1cb7fdae5bf920967 Mon Sep 17 00:00:00 2001
From 6ed22ff628c5cca460584b25be6c5bc7a241b01c Mon Sep 17 00:00:00 2001
From: Radostin Stoyanov <radostin@redhat.com>
Date: Fri, 10 Dec 2021 15:35:29 +0000
Subject: [PATCH 064/249] ci: install procps in Alpine

View File

@ -1,4 +1,4 @@
From 564eaa77e6c780f7dd8195f053a1928447e87b9c Mon Sep 17 00:00:00 2001
From afa186872a305406482e8d1ff02aae092a9dfdc0 Mon Sep 17 00:00:00 2001
From: Adrian Reber <areber@redhat.com>
Date: Fri, 3 Dec 2021 16:59:56 +0000
Subject: [PATCH 065/249] test: another try to correctly fix the kernel version

View File

@ -1,4 +1,4 @@
From 41bf30f94b72172e807e4b1ebdc6e7df076b3e75 Mon Sep 17 00:00:00 2001
From 80cabb69fb7bc028e632796a48b930c2238ddd08 Mon Sep 17 00:00:00 2001
From: Alexander Mikhalitsyn <alexander.mikhalitsyn@virtuozzo.com>
Date: Mon, 13 Dec 2021 15:19:50 +0300
Subject: [PATCH 066/249] x86/compel/fault-inject: bound xsave features set

View File

@ -1,4 +1,4 @@
From eb100eb39cb32d7a559168267a11f5ac9db9c154 Mon Sep 17 00:00:00 2001
From efd0cc2c4fba3bc72133f022e3fe393a0346cb51 Mon Sep 17 00:00:00 2001
From: Alexander Mikhalitsyn <alexander.mikhalitsyn@virtuozzo.com>
Date: Mon, 13 Dec 2021 15:32:00 +0300
Subject: [PATCH 067/249] x86/compel/fault-inject: print the initial seed

View File

@ -1,4 +1,4 @@
From 52cd18643245eb0dfe4cc9d8b21f89e1c8f30d35 Mon Sep 17 00:00:00 2001
From e92aca9152507f3800cb39a8d9a1acc7ca5e130a Mon Sep 17 00:00:00 2001
From: Alexander Mikhalitsyn <alexander.mikhalitsyn@virtuozzo.com>
Date: Mon, 13 Dec 2021 15:46:47 +0300
Subject: [PATCH 068/249] ci: enable x86 xsave fault injection tests back

View File

@ -1,4 +1,4 @@
From ce3e913a89f979e7d3787dff58351b7ba915bc01 Mon Sep 17 00:00:00 2001
From b1c13f61a2012f35466768be1de0b3761934fc3a Mon Sep 17 00:00:00 2001
From: Radostin Stoyanov <radostin@redhat.com>
Date: Tue, 14 Dec 2021 12:54:19 +0000
Subject: [PATCH 069/249] Add documentation for --timeout option

View File

@ -1,4 +1,4 @@
From d83fe7440c3bce204018bf9167f67bac48118c2a Mon Sep 17 00:00:00 2001
From a03504744be5e55913c690bf1ed26b0f0182af1d Mon Sep 17 00:00:00 2001
From: Andrei Vagin <avagin@google.com>
Date: Tue, 14 Dec 2021 08:19:16 -0800
Subject: [PATCH 070/249] usernsd: UNS_FDOUT should not require an input

View File

@ -1,4 +1,4 @@
From bee106f22237800350009d4875be5361c02108c0 Mon Sep 17 00:00:00 2001
From c94a71639925fd56fa59bdf74ba416f3306c1a72 Mon Sep 17 00:00:00 2001
From: Adrian Reber <areber@redhat.com>
Date: Wed, 1 Dec 2021 11:08:53 +0000
Subject: [PATCH 071/249] libcriu: add setting lsm-mount-context to libcriu

View File

@ -1,4 +1,4 @@
From 564f6313cb85a64460a30123b07197dd98224c32 Mon Sep 17 00:00:00 2001
From eb0323c25ea6d3ddab0e85c9f24d29154155ae4f Mon Sep 17 00:00:00 2001
From: Radostin Stoyanov <rstoyanov@fedoraproject.org>
Date: Sat, 18 Dec 2021 17:25:17 +0000
Subject: [PATCH 072/249] ci: use unstable release for cross-compile

View File

@ -1,4 +1,4 @@
From 95e6bc3e53bec3c4f00b7e4ddfab5cf904780dbc Mon Sep 17 00:00:00 2001
From 23ad9ca9074fdf8adc6d155c665853bee0e2190b Mon Sep 17 00:00:00 2001
From: Radostin Stoyanov <rstoyanov@fedoraproject.org>
Date: Fri, 17 Dec 2021 03:01:49 +0000
Subject: [PATCH 073/249] ci: disable glibc rseq support

View File

@ -1,4 +1,4 @@
From 7728a658b207bfa2b4910de7d9781bca993be8dd Mon Sep 17 00:00:00 2001
From 3c27c8d7a494bcf59b08f9fe203d1e408d1b6a1f Mon Sep 17 00:00:00 2001
From: Adrian Reber <areber@redhat.com>
Date: Fri, 3 Dec 2021 14:32:33 +0000
Subject: [PATCH 074/249] libcriu: add single pre-dump support

View File

@ -1,4 +1,4 @@
From e9452713606cfdbc9e41c28cde674dcaeaded23a Mon Sep 17 00:00:00 2001
From 871feecbc5f200ddf7c9c18e0dc8eaa0544d0688 Mon Sep 17 00:00:00 2001
From: Adrian Reber <areber@redhat.com>
Date: Tue, 14 Dec 2021 13:09:19 +0000
Subject: [PATCH 075/249] tests: added test for single pre-dump support

View File

@ -1,4 +1,4 @@
From f495ba8e621ca3e4875c81f7b4dca0f3e9b79912 Mon Sep 17 00:00:00 2001
From 05b155f1f46eb98e38ad1a0d8a332ab3326323ff Mon Sep 17 00:00:00 2001
From: Alexander Mikhalitsyn <alexander.mikhalitsyn@virtuozzo.com>
Date: Sat, 18 Dec 2021 10:40:11 +0300
Subject: [PATCH 076/249] zdtm.py: clean up MAKEFLAGS env variable before

View File

@ -1,4 +1,4 @@
From d1c2c801af398dbf95fc693cf3baa3f24a8741ec Mon Sep 17 00:00:00 2001
From ffb3cfd38ccc307a8c8171220cd744578a679195 Mon Sep 17 00:00:00 2001
From: Alexander Mikhalitsyn <alexander.mikhalitsyn@virtuozzo.com>
Date: Sat, 18 Dec 2021 11:03:53 +0300
Subject: [PATCH 077/249] zdtm: zdtm_ct fix compilation error with

View File

@ -1,4 +1,4 @@
From cbc53fdb2d10f56c74abeff6b1ecb8374b38b84b Mon Sep 17 00:00:00 2001
From 6bb67ad114a16bcabe3fe349309093f00c6f39da Mon Sep 17 00:00:00 2001
From: Pavel Tikhomirov <ptikhomirov@virtuozzo.com>
Date: Fri, 17 Dec 2021 15:33:55 +0300
Subject: [PATCH 078/249] zdtm: remove mntns-deleted-dst test leftover from git

View File

@ -1,4 +1,4 @@
From cf7485318cdcdb47e912ca7d53ab8965d5518b63 Mon Sep 17 00:00:00 2001
From 8950d844260c91535ce1bbfc670ee547ca7c3b85 Mon Sep 17 00:00:00 2001
From: Pavel Tikhomirov <ptikhomirov@virtuozzo.com>
Date: Fri, 10 Dec 2021 15:34:19 +0300
Subject: [PATCH 079/249] crtools: remove excess always true condition

View File

@ -1,4 +1,4 @@
From 3adaf3c4434995ce81530a336469ec792c62cc1b Mon Sep 17 00:00:00 2001
From 9192d6b38b6ed5ddd9c2a89bd384e25f93bb13d6 Mon Sep 17 00:00:00 2001
From: Pavel Tikhomirov <ptikhomirov@virtuozzo.com>
Date: Fri, 10 Dec 2021 12:13:06 +0300
Subject: [PATCH 080/249] crtools/rpc: export current criu mode to opts.mode

View File

@ -1,4 +1,4 @@
From 02e3280066d2d44a520d1ef4dd7128e80182c66b Mon Sep 17 00:00:00 2001
From f8250a1c0f62abe60c727d90e39cf6c26fe357f4 Mon Sep 17 00:00:00 2001
From: Pavel Tikhomirov <ptikhomirov@virtuozzo.com>
Date: Wed, 15 Dec 2021 10:49:42 +0300
Subject: [PATCH 081/249] crtools: use new opts.mode in image_dir_mode

View File

@ -1,4 +1,4 @@
From 37b42d0edbba16460c6190f7e7dd42f6fef7e299 Mon Sep 17 00:00:00 2001
From f67fb6cf09c1a38f5f7c0bd86fee572bb6cf7bf9 Mon Sep 17 00:00:00 2001
From: Pavel Tikhomirov <ptikhomirov@virtuozzo.com>
Date: Thu, 16 Dec 2021 18:05:01 +0300
Subject: [PATCH 082/249] crtools: check that cpuinfo command has sub-command

View File

@ -1,4 +1,4 @@
From 858aac29618d89b898af87d9e05169361453beba Mon Sep 17 00:00:00 2001
From ac48b975f6d4c03d0ea2a9f99ed88d03333f7ad3 Mon Sep 17 00:00:00 2001
From: Bui Quang Minh <minhquangbui99@gmail.com>
Date: Tue, 14 Dec 2021 22:28:27 +0700
Subject: [PATCH 083/249] sk-unix: Add support for SOCK_SEQPACKET unix sockets

View File

@ -1,4 +1,4 @@
From 2d459717d161abb3330133a8f00ac7b4b9672c42 Mon Sep 17 00:00:00 2001
From c68b20e449d8dac653b1a9f6a893416d2d38cc07 Mon Sep 17 00:00:00 2001
From: Bui Quang Minh <minhquangbui99@gmail.com>
Date: Thu, 16 Dec 2021 09:35:25 +0700
Subject: [PATCH 084/249] zdtm: Add SOCK_SEQPACKET variants to unix socket

View File

@ -1,4 +1,4 @@
From 8bbfee99809952bf6eadd5e0142fe8b2e97cf6f6 Mon Sep 17 00:00:00 2001
From a67c56da45910d3c07bdf54f2aecf43f57ca1451 Mon Sep 17 00:00:00 2001
From: Radostin Stoyanov <radostin@redhat.com>
Date: Tue, 7 Dec 2021 21:29:44 +0000
Subject: [PATCH 085/249] tls: fix typo

View File

@ -1,4 +1,4 @@
From 311328d1c2a5715bd091ec6cad7cb0d32af99b26 Mon Sep 17 00:00:00 2001
From 3b96f978beb40ebbd1b9b1610d1a2df5181d4bce Mon Sep 17 00:00:00 2001
From: Radostin Stoyanov <radostin@redhat.com>
Date: Tue, 7 Dec 2021 22:32:54 +0000
Subject: [PATCH 086/249] tls: use ssize_t for return value

View File

@ -1,4 +1,4 @@
From 5e48487aaf227c1e3be2b742956579c177e8b5bd Mon Sep 17 00:00:00 2001
From f6760b9a2e3b714c63e838e7cb0262223a8d501e Mon Sep 17 00:00:00 2001
From: Radostin Stoyanov <radostin@redhat.com>
Date: Thu, 16 Dec 2021 14:26:53 +0000
Subject: [PATCH 087/249] tls: add more comments

View File

@ -1,4 +1,4 @@
From 00f2efee03869d2494ed10333372eb401ab27546 Mon Sep 17 00:00:00 2001
From 10199579ab5e5d95465d5e28fa5c72b5d782eebe Mon Sep 17 00:00:00 2001
From: Andrei Vagin <avagin@gmail.com>
Date: Tue, 21 Dec 2021 21:59:13 -0800
Subject: [PATCH 088/249] uffd: call disconnect_from_page_server to shutdown a

View File

@ -1,4 +1,4 @@
From 89c24a1324e6d77f064465bbd2b45d717b07d252 Mon Sep 17 00:00:00 2001
From 8333e9dd1562b46fd0cb43ab22c9ac28e46ac66f Mon Sep 17 00:00:00 2001
From: Andrei Vagin <avagin@gmail.com>
Date: Wed, 22 Dec 2021 09:36:09 -0800
Subject: [PATCH 089/249] tls: allow to terminate connections synchronously

View File

@ -1,4 +1,4 @@
From 02d8540a973ca5a045eac67c95cd3667ccb12579 Mon Sep 17 00:00:00 2001
From 613839c7f2bd851abe9414849320ec2a4241eeb4 Mon Sep 17 00:00:00 2001
From: Andrei Vagin <avagin@gmail.com>
Date: Wed, 22 Dec 2021 09:59:11 -0800
Subject: [PATCH 090/249] page-xfer: stop waiting for a new command after a

View File

@ -1,4 +1,4 @@
From 5132edbd018755985e664b8a4ee230265ac8c1eb Mon Sep 17 00:00:00 2001
From 9f50a9fb2a88db3d2853f514cddda84c3ff0d683 Mon Sep 17 00:00:00 2001
From: Andrei Vagin <avagin@gmail.com>
Date: Wed, 22 Dec 2021 17:03:04 -0800
Subject: [PATCH 091/249] ci: reenable the lazy-thp test in the lazy-remote

View File

@ -1,4 +1,4 @@
From e826db402697888e3cf4910fc9de6138c7e1dcf0 Mon Sep 17 00:00:00 2001
From 18fa29e4cb67ffc395930c829809cb36921dac35 Mon Sep 17 00:00:00 2001
From: Andrei Vagin <avagin@gmail.com>
Date: Wed, 22 Dec 2021 17:06:21 -0800
Subject: [PATCH 092/249] test: log testname.out.inprogress if a test has

View File

@ -1,4 +1,4 @@
From e7296cd2c631aec1b34b1411bd01b38b4a251b2b Mon Sep 17 00:00:00 2001
From 6618fa96f8af67826b69bb49cb446579ce860693 Mon Sep 17 00:00:00 2001
From: Andrei Vagin <avagin@gmail.com>
Date: Wed, 22 Dec 2021 17:08:16 -0800
Subject: [PATCH 093/249] zdtm: print tails of all logs if a test has failed

View File

@ -1,4 +1,4 @@
From 32375bb1e4dd58c630f0e15e83c6056fffab7176 Mon Sep 17 00:00:00 2001
From 9ca813c3237c4c3d5e0e09ed2358f5f1a1d43c1d Mon Sep 17 00:00:00 2001
From: Andrei Vagin <avagin@gmail.com>
Date: Wed, 22 Dec 2021 17:08:42 -0800
Subject: [PATCH 094/249] zdtm/static/uffd-events: add more log messages

View File

@ -1,4 +1,4 @@
From 609533a1d54d27fe96e4adad569716e70c38efa2 Mon Sep 17 00:00:00 2001
From e88e3a0cf79d6625ed4f5e4ffd07a3ee6405fda4 Mon Sep 17 00:00:00 2001
From: Pavel Tikhomirov <ptikhomirov@virtuozzo.com>
Date: Fri, 17 Dec 2021 14:58:47 +0300
Subject: [PATCH 095/249] mount: split check_mountpoint_fd from

View File

@ -1,4 +1,4 @@
From 518f18aa83523d218073d100c4aa0f482ec60b53 Mon Sep 17 00:00:00 2001
From 5258c8a15e46c2bf6614c6bd3cfb79463e640abe Mon Sep 17 00:00:00 2001
From: Pavel Tikhomirov <ptikhomirov@virtuozzo.com>
Date: Fri, 17 Dec 2021 15:13:35 +0300
Subject: [PATCH 096/249] mount: remove mnt_fd argument of __open_mountpoint

View File

@ -1,4 +1,4 @@
From c573260ced3929d3c84d51e7073f3636d44ba69f Mon Sep 17 00:00:00 2001
From 8b981b4b416781f6d1803a45eb2fc806cf0a9bab Mon Sep 17 00:00:00 2001
From: Pavel Tikhomirov <ptikhomirov@virtuozzo.com>
Date: Thu, 16 Dec 2021 16:14:41 +0300
Subject: [PATCH 097/249] proc_parse: add helper to resolve sdev from fd

View File

@ -1,4 +1,4 @@
From 84b0b31a06a51f5620f53395c8496108879010af Mon Sep 17 00:00:00 2001
From 1b1dc9023d1d169b75d19cc6770407b40589ee13 Mon Sep 17 00:00:00 2001
From: Pavel Tikhomirov <ptikhomirov@virtuozzo.com>
Date: Thu, 16 Dec 2021 12:57:23 +0300
Subject: [PATCH 098/249] mount/btrfs: make check_mountpoint_fd fallback to

View File

@ -1,4 +1,4 @@
From b635de93ce372b8e3bea213ecd743e26251d7a9a Mon Sep 17 00:00:00 2001
From d5b49695c55387f14748a8543aaba29c7aeacf0f Mon Sep 17 00:00:00 2001
From: Nicolas Viennot <Nicolas.Viennot@twosigma.com>
Date: Tue, 28 Dec 2021 19:30:09 +0000
Subject: [PATCH 099/249] ci: test criu-image-streamer with all tests

View File

@ -1,4 +1,4 @@
From dc89784e542bdbc034eb7503e25dd4d695b3242c Mon Sep 17 00:00:00 2001
From 46b0679060e62da822f43b4a7fe061f03d5d6274 Mon Sep 17 00:00:00 2001
From: Radostin Stoyanov <rstoyanov@fedoraproject.org>
Date: Mon, 10 Jan 2022 10:37:19 +0000
Subject: [PATCH 100/249] readme: add docker test badge

Some files were not shown because too many files have changed in this diff Show More