[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 00/12] block/export: vhost-user-blk server tests and input
From: |
Kevin Wolf |
Subject: |
Re: [PATCH v3 00/12] block/export: vhost-user-blk server tests and input validation |
Date: |
Wed, 3 Mar 2021 13:40:47 +0100 |
Am 23.02.2021 um 15:46 hat Stefan Hajnoczi geschrieben:
> v3:
> * Rebased onto qemu.git/master (7ef8134565dc)
> * I asked Coiby Xu for clarification on a comment about vhost-user-blk-test
> in
> v2. Please wait for that discussion to finish before merging.
>
> v2:
> * Add abrt handler that terminates qemu-storage-daemon to
> vhost-user-blk-test. No more orphaned processes on test failure. [Peter]
> * Fix sector number calculation in vhost-user-blk-server.c
> * Introduce VIRTIO_BLK_SECTOR_BITS/SIZE to make code clearer [Max]
> * Fix vhost-user-blk-server.c blk_size double byteswap
> * Fix vhost-user-blk blkcfg->num_queues endianness [Peter]
> * Squashed cleanups into Coiby vhost-user-blk-test commit so the code is
> easier to review
>
> The vhost-user-blk server test was already in Michael Tsirkin's recent vhost
> pull request, but was dropped because it exposed vhost-user regressions
> (b7c1bd9d7848 and the Based-on tag below). Now that the vhost-user regressions
> are fixed we can re-introduce the test case.
>
> This series adds missing input validation that led to a Coverity report. The
> virtio-blk read, write, discard, and write zeroes commands need to check
> sector/byte ranges and other inputs. This solves the issue Peter Maydell
> raised
> in "[PATCH for-5.2] block/export/vhost-user-blk-server.c: Avoid potential
> integer overflow".
>
> Merging just the input validation patches would be possible too, but I prefer
> to merge the corresponding tests so the code is exercised by the CI.
Thanks, applied to the block branch.
Kevin
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [PATCH v3 00/12] block/export: vhost-user-blk server tests and input validation,
Kevin Wolf <=