From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752194AbcGET0m (ORCPT ); Tue, 5 Jul 2016 15:26:42 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36012 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751193AbcGET0l convert rfc822-to-8bit (ORCPT ); Tue, 5 Jul 2016 15:26:41 -0400 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <3303be0f-af5a-282a-e7d6-bf16a4aee2e1@cogentembedded.com> References: <3303be0f-af5a-282a-e7d6-bf16a4aee2e1@cogentembedded.com> <146772433082.21657.14046392058484946464.stgit@warthog.procyon.org.uk> <146772433840.21657.17138888082363167022.stgit@warthog.procyon.org.uk> To: Sergei Shtylyov Cc: dhowells@redhat.com, davem@davemloft.net, netdev@vger.kernel.org, linux-afs@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH net-next 01/24] rxrpc: Fix processing of authenticated/encrypted jumbo packets MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <15852.1467746798.1@warthog.procyon.org.uk> Content-Transfer-Encoding: 8BIT Date: Tue, 05 Jul 2016 20:26:38 +0100 Message-ID: <15853.1467746798@warthog.procyon.org.uk> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.28]); Tue, 05 Jul 2016 19:26:40 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Sergei Shtylyov wrote: > > When commit 0d12f8a4027d021c9cc942f09f38d28288020c5d moved to keeping the > > scripts/checkpatch.pl now enforces the common commit citing style as for > the Fixes: tag and the patch description, you need to specify the summary too. I've now added a "Fixes:" line for the commit, but checkpatch erroneously complains that I'm mentioning a commit ID in the commit text. David