Re: [PATCH for-5.0? 0/9] block/io: safer inc/dec in_flight sections

2020-04-09 Thread Vladimir Sementsov-Ogievskiy
09.04.2020 20:00, Stefan Hajnoczi wrote: On Wed, Apr 08, 2020 at 12:30:42PM +0300, Vladimir Sementsov-Ogievskiy wrote: Hi all! This is inspired by Kevin's "block: Fix blk->in_flight during blk_wait_while_drained()" series. So, like it's now done for block-backends, let's expand in_flight-prote

Re: [PATCH for-5.0? 0/9] block/io: safer inc/dec in_flight sections

2020-04-09 Thread Stefan Hajnoczi
On Wed, Apr 08, 2020 at 12:30:42PM +0300, Vladimir Sementsov-Ogievskiy wrote: > Hi all! > > This is inspired by Kevin's > "block: Fix blk->in_flight during blk_wait_while_drained()" series. > > So, like it's now done for block-backends, let's expand > in_flight-protected sections for bdrv_ interf

Re: [PATCH for-5.0? 0/9] block/io: safer inc/dec in_flight sections

2020-04-08 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200408093051.9893-1-vsement...@virtuozzo.com/ Hi, This series failed the docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN

Re: [PATCH for-5.0? 0/9] block/io: safer inc/dec in_flight sections

2020-04-08 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200408093051.9893-1-vsement...@virtuozzo.com/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGI

Re: [PATCH for-5.0? 0/9] block/io: safer inc/dec in_flight sections

2020-04-08 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200408093051.9893-1-vsement...@virtuozzo.com/ Hi, This series failed the asan build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #!/bin/bash

[PATCH for-5.0? 0/9] block/io: safer inc/dec in_flight sections

2020-04-08 Thread Vladimir Sementsov-Ogievskiy
Hi all! This is inspired by Kevin's "block: Fix blk->in_flight during blk_wait_while_drained()" series. So, like it's now done for block-backends, let's expand in_flight-protected sections for bdrv_ interfaces, including coroutine_enter and BDRV_POLL_WHILE loop into these sections. Vladimir Seme