Re: [Qemu-devel] [PATCH] block/replication.c: Fix crash issue after failover

2019-06-15 Thread Zhang, Chen
> -Original Message- > From: Kevin Wolf [mailto:kw...@redhat.com] > Sent: Friday, June 14, 2019 6:18 PM > To: Zhang, Chen > Cc: Xie Changlong ; Max Reitz > ; qemu-block ; qemu-dev > ; Zhang Chen ; > vsement...@virtuozzo.com > Subject: Re: [PATCH] block/replication.c: Fix crash issue afte

Re: [Qemu-devel] [PATCH] block/replication.c: Fix crash issue after failover

2019-06-14 Thread Kevin Wolf
Am 14.06.2019 um 11:28 hat Zhang Chen geschrieben: > From: Zhang Chen > > No block job on active disk after failover. > In the replication_stop() function have canceled the block job, > we check it again here. > > Signed-off-by: Zhang Chen > --- > block/replication.c | 4 +++- > 1 file changed

Re: [Qemu-devel] [PATCH] block/replication.c: Fix crash issue after failover

2019-06-14 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190614092853.26551-1-chen.zh...@intel.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 ma

[Qemu-devel] [PATCH] block/replication.c: Fix crash issue after failover

2019-06-14 Thread Zhang Chen
From: Zhang Chen No block job on active disk after failover. In the replication_stop() function have canceled the block job, we check it again here. Signed-off-by: Zhang Chen --- block/replication.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/block/replication.c b/bl