[PULL 0/7] Patches for 5.2.0-rc2

Kevin Wolf posted 7 patches 3 years, 4 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201117121558.249585-1-kwolf@redhat.com
Maintainers: Alberto Garcia <berto@igalia.com>, Max Reitz <mreitz@redhat.com>, Kevin Wolf <kwolf@redhat.com>
qapi/char.json                           |  3 +-
block/file-posix.c                       |  1 +
block/io_uring.c                         |  2 +-
block/quorum.c                           |  5 +++
chardev/char-stdio.c                     |  4 +--
tests/qemu-iotests/nbd-fault-injector.py |  2 +-
tests/qemu-iotests/081                   | 61 ++++++++++++++++++++++++++++++--
tests/qemu-iotests/081.out               | 27 ++++++++++++++
8 files changed, 95 insertions(+), 10 deletions(-)
[PULL 0/7] Patches for 5.2.0-rc2
Posted by Kevin Wolf 3 years, 4 months ago
The following changes since commit bce36c6c5436c0c2679b42c6de54de5393dfcf59:

  Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging (2020-11-16 22:29:51 +0000)

are available in the Git repository at:

  git://repo.or.cz/qemu/kevin.git tags/for-upstream

for you to fetch changes up to c61c644f59c43017f9577d7f867c48bb9d7a28ad:

  iotests/081: Test rewrite-corrupted without WRITE (2020-11-17 12:38:32 +0100)

----------------------------------------------------------------
Patches for 5.2.0-rc2:

- quorum: Fix crash with rewrite-corrupted and without read-write user
- io_uring: do not use pointer after free
- file-posix: Use fallback path for -EBUSY from FALLOC_FL_PUNCH_HOLE
- iotests: Fix failure on Python 3.9 due to use of a deprecated function
- char-stdio: Fix QMP default for 'signal'

----------------------------------------------------------------
Kevin Wolf (2):
      char-stdio: Fix QMP default for 'signal'
      iotests: Replace deprecated ConfigParser.readfp()

Max Reitz (3):
      quorum: Require WRITE perm with rewrite-corrupted
      iotests/081: Filter image format after testdir
      iotests/081: Test rewrite-corrupted without WRITE

Maxim Levitsky (1):
      file-posix: allow -EBUSY errors during write zeros on raw block devices

Paolo Bonzini (1):
      io_uring: do not use pointer after free

 qapi/char.json                           |  3 +-
 block/file-posix.c                       |  1 +
 block/io_uring.c                         |  2 +-
 block/quorum.c                           |  5 +++
 chardev/char-stdio.c                     |  4 +--
 tests/qemu-iotests/nbd-fault-injector.py |  2 +-
 tests/qemu-iotests/081                   | 61 ++++++++++++++++++++++++++++++--
 tests/qemu-iotests/081.out               | 27 ++++++++++++++
 8 files changed, 95 insertions(+), 10 deletions(-)


Re: [PULL 0/7] Patches for 5.2.0-rc2
Posted by Peter Maydell 3 years, 4 months ago
On Tue, 17 Nov 2020 at 12:16, Kevin Wolf <kwolf@redhat.com> wrote:
>
> The following changes since commit bce36c6c5436c0c2679b42c6de54de5393dfcf59:
>
>   Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging (2020-11-16 22:29:51 +0000)
>
> are available in the Git repository at:
>
>   git://repo.or.cz/qemu/kevin.git tags/for-upstream
>
> for you to fetch changes up to c61c644f59c43017f9577d7f867c48bb9d7a28ad:
>
>   iotests/081: Test rewrite-corrupted without WRITE (2020-11-17 12:38:32 +0100)
>
> ----------------------------------------------------------------
> Patches for 5.2.0-rc2:
>
> - quorum: Fix crash with rewrite-corrupted and without read-write user
> - io_uring: do not use pointer after free
> - file-posix: Use fallback path for -EBUSY from FALLOC_FL_PUNCH_HOLE
> - iotests: Fix failure on Python 3.9 due to use of a deprecated function
> - char-stdio: Fix QMP default for 'signal'
>
> ----------------------------------------------------------------


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.2
for any user-visible changes.

-- PMM