qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Question: Perfecting checkpatch.pl


From: Philippe Mathieu-Daudé
Subject: Re: [Qemu-devel] Question: Perfecting checkpatch.pl
Date: Tue, 30 Oct 2018 14:21:02 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1

On 30/10/18 13:35, Aleksandar Markovic wrote:
Perhaps checkpatch.pl should make sure the commit messages do not contain 
"address@hidden" and "Reviewed-off-by"?

$ git log | grep address@hidden
     Signed-off-by: Michael S. Tsirkin <address@hidden>
     Signed-off-by: Ronald Hecht <address@hidden>
     Signed-off-by: Justin Chevrier <address@hidden>
     Signed-off-by: Justin Chevrier <address@hidden>
     Signed-off-by: Justin Chevrier <address@hidden>

Having a check for that is a good idea, but I don't think checkpatch would help, these incorrect emails only appear once maintainer applied patches, maybe the good place to check would be Peter's magic scripts, see:
https://git.linaro.org/people/peter.maydell/misc-scripts.git/tree/apply-pullreq?id=eeb001fcc1aabd8f077cd2846724120a3aa8f962#n118

Those emails also entered the tree:

hw/usb/hcd-ehci.c:4: * Copyright(c) 2008  Emutex Ltd. (address@hidden)
include/qemu/pmem.h:6: * Author: Haozhong Zhang <address@hidden>


$ git log | grep Reviewed-off-by
     Reviewed-off-by: Pavel Dovgalyuk <address@hidden>
     Reviewed-off-by: Anthony Liguori <address@hidden>

Aleksandar




reply via email to

[Prev in Thread] Current Thread [Next in Thread]