Received: by 2002:a5b:505:0:0:0:0:0 with SMTP id o5csp6725033ybp; Tue, 15 Oct 2019 20:41:24 -0700 (PDT) X-Google-Smtp-Source: APXvYqx4gBGx/5+0/CtspgmZ3rv4bJkF9ZMmHTq3YtWp53bE6ykLezT9tHjlAEVNh2ZrZdKP9P+4 X-Received: by 2002:a17:907:3301:: with SMTP id ym1mr38256973ejb.106.1571197284560; Tue, 15 Oct 2019 20:41:24 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1571197284; cv=none; d=google.com; s=arc-20160816; b=DIrgeoDTgOZRqoTWEUHi8AwuG2CwFA1NxzQb9owxRCZMXiWkJu42Ctwxb4CGeVcvqn Wvh4pAxaCYL6VBnphjeiehGqhbzSuLxhc/wfsHK5n43qvpC3KL92CSI5wYx21vklIJsZ xN8FHl/QgSmcjYbBm3JdoCdaA1lo4AdhD09x3uagcK6RdtslfxvEj9EesB8E76rTR4NH Uo5sgB3Lx/GG56Jc6EY5CFrh01YBZNJqtD3vFtDt1wOhKDcNfYgCYseiw53mQYTbSrLB jBNqgPJibIbIWXxO1S3y+wmd7kKBpTZkub9bFuEhDC63dOoWVnHyjICFYMVPXV1w5SAo +DIg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:in-reply-to :subject:cc:to:from:date; bh=bqTVTm3m9iHFZQxtA5n6fHLA7slT0Lb8I/hHP0xwJhg=; b=Q0RaBnYhCToDBwl/nqQcH0J1/AbXOLDDcjnuNj69vzl3ZYFlZty0F8zUBx4AhzstUl AGxEnWoqdyfU8tAKHL/WI2a+YXxcY+T2uvJfk4lZqKgedkyPeaLCCCyvqn2mNuOg0Csw YZeXX7zdiEv59XNHn2nIokoHjtklXAy96I7NlgiO4HJeAtMPGXUU3RnJTYHTS7PnvkrK 68sOPXghKbOHMJXEyY/t4tNy/pT+oW+FnaVWmYwfdquCcFUd/h0x4twyTs7/pNqQR2bp /OEzcwps4oYbkPzR65We5ibe9JrF51q7HgbC+AigSEru7sXRdn0yCWoUy52pttoBFAm/ xcHw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id j11si16170291edj.43.2019.10.15.20.41.00; Tue, 15 Oct 2019 20:41:24 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387625AbfJOU1M (ORCPT + 99 others); Tue, 15 Oct 2019 16:27:12 -0400 Received: from iolanthe.rowland.org ([192.131.102.54]:42068 "HELO iolanthe.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1726776AbfJOU1L (ORCPT ); Tue, 15 Oct 2019 16:27:11 -0400 Received: (qmail 25917 invoked by uid 2102); 15 Oct 2019 16:27:10 -0400 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 15 Oct 2019 16:27:10 -0400 Date: Tue, 15 Oct 2019 16:27:10 -0400 (EDT) From: Alan Stern X-X-Sender: stern@iolanthe.rowland.org To: Joe Perches cc: Andrew Morton , Andy Whitcroft , Kernel development list Subject: Re: [PATCH] checkpatch.pl: Don't complain about nominal authors if there isn't one In-Reply-To: <595dffd5c7ba9196522319d2e087c9c1a8e67104.camel@perches.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Ping? Alan Stern On Fri, 13 Sep 2019, Joe Perches wrote: > On Fri, 2019-09-13 at 10:22 -0400, Alan Stern wrote: > > On Thu, 12 Sep 2019, Joe Perches wrote: > > > > > On Thu, 2019-09-12 at 16:55 -0400, Alan Stern wrote: > > > > checkpatch.pl shouldn't warn about a "Missing Signed-off-by: line by > > > > nominal patch author" if there is no nominal patch author. Without > > > > this change, checkpatch always gives me the following warning: > > > > > > > > WARNING: Missing Signed-off-by: line by nominal patch author '' > > > > > > When/how does this occur? Example please. > > > > The patch itself is a good example. Attached to this email is the > > patch file in the form I keep it (from quilt, not git; note that quilt > > doesn't do a good job of handling the "---" line so I leave it out and > > insert it when submitting the patch). Try saving the attachment and > > running it through checkpatch.pl. Here's what I get: > > Andrew? > > Does checkpatch emit this warning for you on > your quilt content? > > If so, how do you handle it? > > > $ scripts/checkpatch.pl /tmp/checkpatch-author-fix.patch > > WARNING: Missing Signed-off-by: line by nominal patch author '' > > > > total: 0 errors, 1 warnings, 8 lines checked > > > > NOTE: For some of the reported defects, checkpatch may be able to > > mechanically convert to the typical style using --fix or --fix-inplace. > > > > /tmp/checkpatch-author-fix.patch has style problems, please review. > > > > NOTE: If any of the errors are false positives, please report > > them to the maintainer, see CHECKPATCH in MAINTAINERS. > > > > > > Would you like me to resubmit the patch with this example added to the > > patch description? > > > > Alan Stern