From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 42D51C41604 for ; Tue, 6 Oct 2020 18:28:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DC081206F7 for ; Tue, 6 Oct 2020 18:28:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726793AbgJFS2L (ORCPT ); Tue, 6 Oct 2020 14:28:11 -0400 Received: from smtprelay0016.hostedemail.com ([216.40.44.16]:44320 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726759AbgJFS2L (ORCPT ); Tue, 6 Oct 2020 14:28:11 -0400 Received: from filter.hostedemail.com (clb03-v110.bra.tucows.net [216.40.38.60]) by smtprelay07.hostedemail.com (Postfix) with ESMTP id C4FB0181D3025; Tue, 6 Oct 2020 18:28:10 +0000 (UTC) X-Session-Marker: 6A6F6540706572636865732E636F6D X-HE-Tag: apple32_06173e3271c8 X-Filterd-Recvd-Size: 1578 Received: from XPS-9350.home (unknown [47.151.133.149]) (Authenticated sender: joe@perches.com) by omf02.hostedemail.com (Postfix) with ESMTPA; Tue, 6 Oct 2020 18:28:09 +0000 (UTC) Message-ID: <0daa402f9b4724a3e9bc6908f3b7e095bd892eb3.camel@perches.com> Subject: Re: [PATCH v3] checkpatch: add new warnings to author signoff checks. From: Joe Perches To: Dwaipayan Ray , Lukas Bulwahn Cc: linux-kernel-mentees@lists.linuxfoundation.org, linux-kernel Date: Tue, 06 Oct 2020 11:28:08 -0700 In-Reply-To: References: <20201005192409.192317-1-dwaipayanray1@gmail.com> <1d8396cb33b33c3d0107ba701b7e597041dfdbc2.camel@perches.com> Content-Type: text/plain; charset="ISO-8859-1" User-Agent: Evolution 3.36.4-0ubuntu1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2020-10-06 at 18:45 +0530, Dwaipayan Ray wrote: > To summarize it, two changes that could be made are > the CHK for subaddress extension could be converted to > a WARN, and the WARN in case of a missing author signoff > could be converted to an ERROR. Sure, why not...