[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v5] Xen PV Device
From: |
Anthony Liguori |
Subject: |
Re: [Qemu-devel] [PATCH v5] Xen PV Device |
Date: |
Mon, 08 Jul 2013 12:31:32 -0500 |
User-agent: |
Notmuch/0.15.2+202~g0c4b8aa (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu) |
Stefano Stabellini <address@hidden> writes:
> On Mon, 8 Jul 2013, Anthony Liguori wrote:
>> Andreas Färber <address@hidden> writes:
>>
>> Right, it goes:
>>
>> 1) Acked-by:
>>
>> I haven't reviewed the code in detail but the general idea seems sane.
>>
>> 2) Reviewed-by:
>>
>> The general idea seems sane, and I have done a thorough review of the
>> patch in question.
>>
>> 3) Signed-off-by:
>>
>> All of the above, plus I have ensured that the code is of good quality,
>> does not break things, and the other things expected of a maintainer.
>> This is considered to be a legally binding statement too based on the
>> DCO so be aware of that and ensure you have the right approval to make
>> such a statement.
>
> I don't think that is a good idea to mix up DCO with reviewing
> patches.
It's all a question of patch origin and accounting. DCO is just one
part of it.
> In fact in the Linux community I think that it's pretty clear that
> Signed-off-by doesn't mean anything other than "at least a portion of
> the changes have been done by me and I am the Copyright owner of
> them".
No, it also means: "I can certify that the person who provided the patch
to me has the appropriate rights to submit the patch." See section (c)
of the DCO.
It's about establishing a chain of custody. I'm not making any kind of
judgement when I merge a pull request from you because you've told me
(by adding your Signed-off-by) that all of the code is of appropriate
origin.
Of course, if you are not also saying that the code is of high quality
and does what it's described too, I don't really care about the code
origin in the first place :-) So this is an important part of it too.
Anyone can add a Signed-off-by. There's no requirement on authorship.
It's just not all that useful outside of a maintainership context.
If you cherry pick someone's patch from the mailing list and add it to
your series, you should add a Signed-off-by to it even though you aren't
necessarily the maintainer of the area.
> For example Alice writes a patch and goes away, Bob takes it, rewrites
> most of it and then sends it upstream. The patch has Alice and Bob
> Signed-off-by but Alice might not even read Bob's patch.
The ordering of Signed-off-by has significance. In this case, Alice did
not Signed-off-by Bob's changes and that's expressed in the ordering.
Regards,
Anthony Liguori
- Re: [Qemu-devel] [Xen-devel] [PATCH v5] Xen PV Device, (continued)
- Re: [Qemu-devel] [Xen-devel] [PATCH v5] Xen PV Device, Matt Wilson, 2013/07/05
- Re: [Qemu-devel] [PATCH v5] Xen PV Device, Anthony Liguori, 2013/07/08
- Re: [Qemu-devel] [PATCH v5] Xen PV Device, Peter Maydell, 2013/07/08
- Re: [Qemu-devel] [PATCH v5] Xen PV Device, Alex Bligh, 2013/07/08
- Re: [Qemu-devel] [PATCH v5] Xen PV Device, Andreas Färber, 2013/07/08
- Re: [Qemu-devel] [PATCH v5] Xen PV Device, Anthony Liguori, 2013/07/08
- Re: [Qemu-devel] [PATCH v5] Xen PV Device, Peter Maydell, 2013/07/08
- Re: [Qemu-devel] [PATCH v5] Xen PV Device, Andreas Färber, 2013/07/08
- Re: [Qemu-devel] [PATCH v5] Xen PV Device, Stefano Stabellini, 2013/07/08
- Re: [Qemu-devel] [PATCH v5] Xen PV Device, Stefano Stabellini, 2013/07/08
- Re: [Qemu-devel] [PATCH v5] Xen PV Device,
Anthony Liguori <=
- Re: [Qemu-devel] [PATCH v5] Xen PV Device, Stefano Stabellini, 2013/07/09
- Re: [Qemu-devel] [PATCH v5] Xen PV Device, Anthony Liguori, 2013/07/08
Re: [Qemu-devel] [PATCH v5] Xen PV Device, Anthony Liguori, 2013/07/08