Re: [PATCH] block/mirror: fix core when using iothreads

2021-02-01 Thread Peng Liang
On 9/23/2020 10:50 PM, John Snow wrote: > On 8/26/20 9:19 AM, Peng Liang wrote: >> We found an issue when doing block-commit with iothreads, which tries to >> dereference a NULL pointer. >> > > I'm clearing out my patch backlog. I am a bit out of the loop on block > issues at the moment, did this

Re: [PATCH] block/mirror: fix core when using iothreads

2020-09-23 Thread John Snow
On 8/26/20 9:19 AM, Peng Liang wrote: We found an issue when doing block-commit with iothreads, which tries to dereference a NULL pointer. I'm clearing out my patch backlog. I am a bit out of the loop on block issues at the moment, did this issue get addressed in a later patch that I am not

[PATCH] block/mirror: fix core when using iothreads

2020-08-26 Thread Peng Liang
We found an issue when doing block-commit with iothreads, which tries to dereference a NULL pointer. | | mirror_start_job | 1. bdrv_ref(mirror_top_bs); | bdrv_drained_begin(bs);|