From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46226) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gHTtv-0001F4-Kw for qemu-devel@nongnu.org; Tue, 30 Oct 2018 09:17:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gHTts-0001fK-FZ for qemu-devel@nongnu.org; Tue, 30 Oct 2018 09:17:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47174) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gHTts-0001ZB-5d for qemu-devel@nongnu.org; Tue, 30 Oct 2018 09:17:40 -0400 References: From: Paolo Bonzini Message-ID: Date: Tue, 30 Oct 2018 14:17:23 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Question: Perfecting checkpatch.pl List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aleksandar Markovic , "qemu-devel@nongnu.org" , "stefanha@redhat.com" On 30/10/2018 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 > Signed-off-by: Ronald Hecht > Signed-off-by: Justin Chevrier > Signed-off-by: Justin Chevrier > Signed-off-by: Justin Chevrier > > $ git log | grep Reviewed-off-by > Reviewed-off-by: Pavel Dovgalyuk > Reviewed-off-by: Anthony Liguori Sure, both are good ideas. Can you write a patch for it? Paolo