All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gonglei <arei.gonglei@huawei.com>
To: Michael Tokarev <mjt@tls.msk.ru>
Cc: "qemu-trivial@nongnu.org" <qemu-trivial@nongnu.org>,
	"qemu-devel@nongnu.org" <qemu-devel@nongnu.org>,
	Markus Armbruster <armbru@redhat.com>,
	"Huangpeng \(Peter\)" <peter.huangpeng@huawei.com>,
	"lcapitulino@redhat.com" <lcapitulino@redhat.com>
Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH v2] dump: fix use-after-free for s->fd
Date: Fri, 31 Oct 2014 15:40:30 +0800	[thread overview]
Message-ID: <54533CEE.8070408@huawei.com> (raw)
In-Reply-To: <545337DB.4090505@msgid.tls.msk.ru>

On 2014/10/31 15:18, Michael Tokarev wrote:

> 31.10.2014 04:43, Gonglei wrote:
>> On 2014/10/30 21:54, Michael Tokarev wrote:
>>
>>> So I'm applying this -- which is your patch and your commit message, and
>>> I really wonder why this is Reviewed-by and not Signed-off-by, with your
>>> authorship?  It really should be...
>>
>> Yes, maybe it should be. But I have to say something:
>> First, I posted a patch fix the fd leak problem. Markus reviewed it and gave
>> his reviewing comments which I think is better, and then I posted
>> the version 2 with Markus' suggestion. As your meaning, I should add the
>> Signed-off-by tag of Markus? But for me, I don't get Markus' authorization,
>> so I can't do this, and maybe he have other comments for version 2.
> 
> Um.  I didn't want to offend you in any way.  I was just pointing out that
> it was actually Marcus who did the rest of the work, besides discovering the
> original problem.  Again, it is both his change and his commit message...
> 
> Let's agree to have Signed-off-by from both of you ;)

Yes, of course.

Best regards,
-Gonglei



WARNING: multiple messages have this Message-ID (diff)
From: Gonglei <arei.gonglei@huawei.com>
To: Michael Tokarev <mjt@tls.msk.ru>
Cc: "qemu-trivial@nongnu.org" <qemu-trivial@nongnu.org>,
	"qemu-devel@nongnu.org" <qemu-devel@nongnu.org>,
	Markus Armbruster <armbru@redhat.com>,
	"Huangpeng (Peter)" <peter.huangpeng@huawei.com>,
	"lcapitulino@redhat.com" <lcapitulino@redhat.com>
Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH v2] dump: fix use-after-free for s->fd
Date: Fri, 31 Oct 2014 15:40:30 +0800	[thread overview]
Message-ID: <54533CEE.8070408@huawei.com> (raw)
In-Reply-To: <545337DB.4090505@msgid.tls.msk.ru>

On 2014/10/31 15:18, Michael Tokarev wrote:

> 31.10.2014 04:43, Gonglei wrote:
>> On 2014/10/30 21:54, Michael Tokarev wrote:
>>
>>> So I'm applying this -- which is your patch and your commit message, and
>>> I really wonder why this is Reviewed-by and not Signed-off-by, with your
>>> authorship?  It really should be...
>>
>> Yes, maybe it should be. But I have to say something:
>> First, I posted a patch fix the fd leak problem. Markus reviewed it and gave
>> his reviewing comments which I think is better, and then I posted
>> the version 2 with Markus' suggestion. As your meaning, I should add the
>> Signed-off-by tag of Markus? But for me, I don't get Markus' authorization,
>> so I can't do this, and maybe he have other comments for version 2.
> 
> Um.  I didn't want to offend you in any way.  I was just pointing out that
> it was actually Marcus who did the rest of the work, besides discovering the
> original problem.  Again, it is both his change and his commit message...
> 
> Let's agree to have Signed-off-by from both of you ;)

Yes, of course.

Best regards,
-Gonglei

  reply	other threads:[~2014-10-31 15:13 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-30  6:01 [Qemu-trivial] [PATCH v2] dump: fix use-after-free for s->fd arei.gonglei
2014-10-30  6:01 ` [Qemu-devel] " arei.gonglei
2014-10-30  7:10 ` [Qemu-trivial] " Markus Armbruster
2014-10-30  7:10   ` Markus Armbruster
2014-10-30  7:33   ` [Qemu-trivial] " zhanghailiang
2014-10-30  7:33     ` zhanghailiang
2014-10-30  7:42   ` [Qemu-trivial] " Michael Tokarev
2014-10-30  7:42     ` [Qemu-devel] [Qemu-trivial] " Michael Tokarev
2014-10-30  9:23     ` [Qemu-trivial] [Qemu-devel] " Markus Armbruster
2014-10-30  9:23       ` [Qemu-devel] [Qemu-trivial] " Markus Armbruster
2014-10-30 10:50       ` [Qemu-trivial] [Qemu-devel] " Gonglei
2014-10-30 10:50         ` [Qemu-devel] [Qemu-trivial] " Gonglei
2014-10-30 13:54   ` [Qemu-trivial] [Qemu-devel] " Michael Tokarev
2014-10-30 13:54     ` [Qemu-devel] [Qemu-trivial] " Michael Tokarev
2014-10-31  1:43     ` [Qemu-trivial] [Qemu-devel] " Gonglei
2014-10-31  1:43       ` [Qemu-devel] [Qemu-trivial] " Gonglei
2014-10-31  7:18       ` [Qemu-trivial] [Qemu-devel] " Michael Tokarev
2014-10-31  7:18         ` [Qemu-devel] [Qemu-trivial] " Michael Tokarev
2014-10-31  7:40         ` Gonglei [this message]
2014-10-31  7:40           ` Gonglei
2014-10-31  6:51     ` [Qemu-trivial] [Qemu-devel] " Markus Armbruster
2014-10-31  6:51       ` [Qemu-devel] [Qemu-trivial] " Markus Armbruster

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=54533CEE.8070408@huawei.com \
    --to=arei.gonglei@huawei.com \
    --cc=armbru@redhat.com \
    --cc=lcapitulino@redhat.com \
    --cc=mjt@tls.msk.ru \
    --cc=peter.huangpeng@huawei.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.