[PULL for-4.2 0/3] Error reporting patches for 2019-12-02

Markus Armbruster posted 3 patches 4 years, 4 months ago
Test asan passed
Test checkpatch failed
Test FreeBSD passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test docker-quick@centos7 passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20191202152746.32292-1-armbru@redhat.com
Maintainers: Jason Wang <jasowang@redhat.com>, Max Reitz <mreitz@redhat.com>, Kevin Wolf <kwolf@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>
block/file-posix.c  |  2 +-
hw/net/virtio-net.c | 27 ++++++++++++++-------------
2 files changed, 15 insertions(+), 14 deletions(-)
[PULL for-4.2 0/3] Error reporting patches for 2019-12-02
Posted by Markus Armbruster 4 years, 4 months ago
PATCH 1+2 fix a crash in virtio-net failover error handling.  Failover
is new in 4.2.  Jens Freimann would prefer this fix to go into 4.2.

PATCH 3 fixes a crash in Linux AIO initialization error handling.
Stefan Hajnoczi thinks it's worth including in 4.2.

Both fixes are straightforward.

The following changes since commit fb2246882a2c8d7f084ebe0617e97ac78467d156:

  .travis.yml: drop xcode9.4 from build matrix (2019-11-29 15:51:52 +0000)

are available in the Git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-error-2019-12-02

for you to fetch changes up to cb09104ea8418d9521d9a9d36ea0527b84ce51ac:

  block/file-posix: Fix laio_init() error handling crash bug (2019-12-02 16:14:41 +0100)

----------------------------------------------------------------
Error reporting patches for 2019-12-02

----------------------------------------------------------------
Markus Armbruster (3):
      net/virtio: Drop useless n->primary_dev not null checks
      net/virtio: Fix failover error handling crash bugs
      block/file-posix: Fix laio_init() error handling crash bug

 block/file-posix.c  |  2 +-
 hw/net/virtio-net.c | 27 ++++++++++++++-------------
 2 files changed, 15 insertions(+), 14 deletions(-)

-- 
2.21.0


Re: [PULL for-4.2 0/3] Error reporting patches for 2019-12-02
Posted by no-reply@patchew.org 4 years, 4 months ago
Patchew URL: https://patchew.org/QEMU/20191202152746.32292-1-armbru@redhat.com/



Hi,

This series seems to have some coding style problems. See output below for
more information:

Subject: [PULL for-4.2 0/3] Error reporting patches for 2019-12-02
Type: series
Message-id: 20191202152746.32292-1-armbru@redhat.com

=== TEST SCRIPT BEGIN ===
#!/bin/bash
git rev-parse base > /dev/null || exit 0
git config --local diff.renamelimit 0
git config --local diff.renames True
git config --local diff.algorithm histogram
./scripts/checkpatch.pl --mailback base..
=== TEST SCRIPT END ===

From https://github.com/patchew-project/qemu
   fb22468..3903298  master     -> master
From https://github.com/patchew-project/qemu
 - [tag update]      patchew/20191202152746.32292-1-armbru@redhat.com -> patchew/20191202152746.32292-1-armbru@redhat.com
Switched to a new branch 'test'

=== OUTPUT BEGIN ===
checkpatch.pl: no revisions returned for revlist '1'
=== OUTPUT END ===

Test command exited with code: 255


The full log is available at
http://patchew.org/logs/20191202152746.32292-1-armbru@redhat.com/testing.checkpatch/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to patchew-devel@redhat.com
Re: [PULL for-4.2 0/3] Error reporting patches for 2019-12-02
Posted by Peter Maydell 4 years, 4 months ago
On Mon, 2 Dec 2019 at 15:34, Markus Armbruster <armbru@redhat.com> wrote:
>
> PATCH 1+2 fix a crash in virtio-net failover error handling.  Failover
> is new in 4.2.  Jens Freimann would prefer this fix to go into 4.2.
>
> PATCH 3 fixes a crash in Linux AIO initialization error handling.
> Stefan Hajnoczi thinks it's worth including in 4.2.
>
> Both fixes are straightforward.
>
> The following changes since commit fb2246882a2c8d7f084ebe0617e97ac78467d156:
>
>   .travis.yml: drop xcode9.4 from build matrix (2019-11-29 15:51:52 +0000)
>
> are available in the Git repository at:
>
>   git://repo.or.cz/qemu/armbru.git tags/pull-error-2019-12-02
>
> for you to fetch changes up to cb09104ea8418d9521d9a9d36ea0527b84ce51ac:
>
>   block/file-posix: Fix laio_init() error handling crash bug (2019-12-02 16:14:41 +0100)
>
> ----------------------------------------------------------------
> Error reporting patches for 2019-12-02
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM