[PATCH 0/2] fix crash if try to migrate during backup

Vladimir Sementsov-Ogievskiy posted 2 patches 2 years, 7 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210910110100.31976-1-vsementsov@virtuozzo.com
Maintainers: Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>
There is a newer version of this series
block.c                                       |  8 ++
.../qemu-iotests/tests/migrate-during-backup  | 87 +++++++++++++++++++
.../tests/migrate-during-backup.out           |  5 ++
3 files changed, 100 insertions(+)
create mode 100755 tests/qemu-iotests/tests/migrate-during-backup
create mode 100644 tests/qemu-iotests/tests/migrate-during-backup.out
[PATCH 0/2] fix crash if try to migrate during backup
Posted by Vladimir Sementsov-Ogievskiy 2 years, 7 months ago
Hi all!

We faced a crash and here is a fix. Look at the commits for details.

Vladimir Sementsov-Ogievskiy (2):
  tests: add migrate-during-backup
  block: bdrv_inactivate_recurse(): check for permissions and fix crash

 block.c                                       |  8 ++
 .../qemu-iotests/tests/migrate-during-backup  | 87 +++++++++++++++++++
 .../tests/migrate-during-backup.out           |  5 ++
 3 files changed, 100 insertions(+)
 create mode 100755 tests/qemu-iotests/tests/migrate-during-backup
 create mode 100644 tests/qemu-iotests/tests/migrate-during-backup.out

-- 
2.29.2