Re: [Qemu-devel] [PATCH] iscsi: fix race between task completition and task abortion

2012-08-14 Thread Stefan Priebe
Am 14.08.2012 16:08, schrieb Kevin Wolf: Am 14.08.2012 14:11, schrieb Stefan Hajnoczi: On Tue, Aug 14, 2012 at 1:09 PM, ronnie sahlberg wrote: Is a reply with the text Acked-by: Ronnie Sahlberg sufficient ? Yes But is this only meant as a question or a real Acked-by and I should pick it

Re: [Qemu-devel] [PATCH] iscsi: fix race between task completition and task abortion

2012-08-14 Thread Kevin Wolf
Am 14.08.2012 08:44, schrieb Stefan Priebe: > From: spriebe > > --- > block/iscsi.c | 36 > 1 files changed, 20 insertions(+), 16 deletions(-) It would be nice to have your full name and a valid email address in the From: line (needs an update of your git

Re: [Qemu-devel] [PATCH] iscsi: fix race between task completition and task abortion

2012-08-14 Thread Kevin Wolf
Am 14.08.2012 14:11, schrieb Stefan Hajnoczi: > On Tue, Aug 14, 2012 at 1:09 PM, ronnie sahlberg > wrote: >> Is a reply with the text >> >> Acked-by: Ronnie Sahlberg >> >> sufficient ? > > Yes But is this only meant as a question or a real Acked-by and I should pick it up? (Still for 1.2, I gue

Re: [Qemu-devel] [PATCH] iscsi: fix race between task completition and task abortion

2012-08-14 Thread Stefan Hajnoczi
On Tue, Aug 14, 2012 at 1:09 PM, ronnie sahlberg wrote: > Is a reply with the text > > Acked-by: Ronnie Sahlberg > > sufficient ? Yes

Re: [Qemu-devel] [PATCH] iscsi: fix race between task completition and task abortion

2012-08-14 Thread ronnie sahlberg
Stefan H How should I do Acked-by properly, Is a reply with the text Acked-by: Ronnie Sahlberg sufficient ? regards ronnie sahlberg On Tue, Aug 14, 2012 at 8:35 PM, Stefan Hajnoczi wrote: > On Tue, Aug 14, 2012 at 08:44:46AM +0200, Stefan Priebe wrote: >> From: spriebe > > CCing Ronnie,

Re: [Qemu-devel] [PATCH] iscsi: fix race between task completition and task abortion

2012-08-14 Thread Stefan Hajnoczi
On Tue, Aug 14, 2012 at 08:44:46AM +0200, Stefan Priebe wrote: > From: spriebe CCing Ronnie, iSCSI block driver author. > > --- > block/iscsi.c | 36 > 1 files changed, 20 insertions(+), 16 deletions(-) > > diff --git a/block/iscsi.c b/block/iscsi.c > in

[Qemu-devel] [PATCH] iscsi: fix race between task completition and task abortion

2012-08-13 Thread Stefan Priebe
From: spriebe --- block/iscsi.c | 36 1 files changed, 20 insertions(+), 16 deletions(-) diff --git a/block/iscsi.c b/block/iscsi.c index 12ca76d..257f97f 100644 --- a/block/iscsi.c +++ b/block/iscsi.c @@ -76,6 +76,10 @@ static void iscsi_abort_task_cb(st