Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp3657080yba; Tue, 16 Apr 2019 16:31:30 -0700 (PDT) X-Google-Smtp-Source: APXvYqy4JCC3V6X8X7bKRe8qVypG5zc++p65zEEVaxEpZL+jN5i+E34R+uHRu98OEqCuyb76ADsL X-Received: by 2002:a17:902:32b:: with SMTP id 40mr63413325pld.204.1555457490074; Tue, 16 Apr 2019 16:31:30 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1555457490; cv=none; d=google.com; s=arc-20160816; b=XpjVcsrvNPlz4xibgHon6X+cjdnOx3IT66R/yWq2Lk4GiA7o90VnipVj6UP4NZWzJ0 lQ7N6eBzNlYlu74hPmXIjraJz23SS52TTS2zByNQUMi4wtamM2B2k4j38GKKd0TUQWaG TsxbTTLZLVFzPl5kOfTcpl+jChom2logNDLX8ifxWVUZqkmxtROkXPlyV86ROwDHpCEV Cox8H9iVi8ZiGFAiPtOUzmL0zfxN6k5svv7XFgTig6NAnCpeR0+XhKektiwFonPpifBc +TP5F9eMk8q9qxr0Y+iXJFM8uh8kJzAwmNZzSXtoE/H5ycM8rgeHEY2WvZkQRtGBQcv1 arjA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=OQ0TTfHYLVrA0zLqSN0WG0RIACQMZsRlE14QcrxWhjg=; b=E+FcWzZNfWlOdgXo3csSNVgytnP97qExI6Tqd0PruDI+l6Ng9yKteSioIDmHI0bQo0 T195VBtbp30WN5TufgrGlLoEijQ9O1ZkLHWsoq0zc9r/9fIUz7ZbEl2MTfxzWMhVnp4J GHIHPko06YBz772N3g0UZ7zyXMcnTzY7lpWz6Z2FwGlY/Ejoggc2H7+KIL3rnG+VZNxB KIBnVrOBHFks3tkweVx4x/prDrzFegBRU+dkxDI2M2MRg9UNMf70KuDVw89Ho2csnZ0j PJQXhjBlM0JXHyIN1mAdtDY2uZ4q6tSQSh22GK9iNi3tD+t+UtPafWq8cSyln0FBPwfA F2wA== 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 f59si20956372plf.343.2019.04.16.16.31.14; Tue, 16 Apr 2019 16:31:30 -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 S1729664AbfDPXah (ORCPT + 99 others); Tue, 16 Apr 2019 19:30:37 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:35742 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728237AbfDPXah (ORCPT ); Tue, 16 Apr 2019 19:30:37 -0400 Received: from akpm3.svl.corp.google.com (unknown [104.133.8.65]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 05E52B49; Tue, 16 Apr 2019 23:30:35 +0000 (UTC) Date: Tue, 16 Apr 2019 16:30:34 -0700 From: Andrew Morton To: Masahiro Yamada Cc: Douglas Anderson , Daniel Thompson , Jason Wessel , Christophe Leroy , "Peter Zijlstra (Intel)" , Kees Cook , kgdb-bugreport@lists.sourceforge.net, Johannes Weiner , Linux Kernel Mailing List , "Gustavo A. R. Silva" , Nicholas Mc Guire , Joe Perches Subject: Re: [PATCH] kdb: Get rid of broken attempt to print CCVERSION in kdb summary Message-Id: <20190416163034.3e642818ebf27ed6891c1981@linux-foundation.org> In-Reply-To: References: <20190323015227.245455-1-dianders@chromium.org> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.31; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 11 Apr 2019 18:06:23 +0900 Masahiro Yamada wrote: > On Sat, Mar 23, 2019 at 10:55 AM Douglas Anderson wrote: > > > > If you drop into kdb and type "summary", it prints out a line that > > says this: > > > > ccversion CCVERSION > > > > ...and I don't mean that it actually prints out the version of the C > > compiler. It literally prints out the string "CCVERSION". > > > > The version of the C Compiler is already printed at boot up and it > > doesn't seem useful to replicate this in kdb. Let's just delete it. > > We can also delete the bit of the Makefile that called the C compiler > > in an attempt to pass this into kdb. This will remove one extra call > > to the C compiler at Makefile parse time and (very slightly) speed up > > builds. > > > > Signed-off-by: Douglas Anderson > > > I know you add lots of Cc: lines > when you pick up patches, but I think > your script can be improved. > > You added "Cc: Douglas Anderson ", > but Douglas is the author. > I think the author should be excluded from Cc. Whoops. It's pretty benign: Doug will still only get a single email. checkpatch checks for duplicates cc's but I think it assumes that things like Reported-by: fred Tested-by: fred were intentional. It would perhaps be better for checkpatch to special-case the "Cc: fred" tag and report a duplicated Cc: if fred was also mentioned in any other tag.