From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751827AbdA1Sgt (ORCPT ); Sat, 28 Jan 2017 13:36:49 -0500 Received: from smtprelay0212.hostedemail.com ([216.40.44.212]:50085 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751558AbdA1Sgj (ORCPT ); Sat, 28 Jan 2017 13:36:39 -0500 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::::::,RULES_HIT:41:355:379:541:599:800:960:966:973:982:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1437:1461:1515:1516:1518:1534:1540:1593:1594:1711:1730:1747:1777:1792:2196:2199:2393:2559:2562:2828:3138:3139:3140:3141:3142:3352:3622:3653:3865:3866:3867:3870:4250:4321:4385:5007:6119:10004:10400:10848:11232:11658:11914:12740:12760:12895:13069:13311:13357:13439:14181:14659:14721:21080:21451:30003:30054:30070:30091,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:fn,MSBL:0,DNSBL:none,Custom_rules:0:0:0,LFtime:1,LUA_SUMMARY:none X-HE-Tag: taste27_56e7aac183e12 X-Filterd-Recvd-Size: 1609 Message-ID: <1485628595.6833.1.camel@perches.com> Subject: Re: Checkpatch: Add another old address for the FSF From: Joe Perches To: Matthew Wilcox , Andy Whitcroft , Andrew Morton Cc: linux-kernel@vger.kernel.org Date: Sat, 28 Jan 2017 10:36:35 -0800 In-Reply-To: <20170128173052.GA23532@bombadil.infradead.org> References: <20170128173052.GA23532@bombadil.infradead.org> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.22.3-0ubuntu0.1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 2017-01-28 at 09:30 -0800, Matthew Wilcox wrote: > We still have a lot of old addresses for the FSF in the kernel. > willy@harry:~/kernel/idr$ git grep '675 Mass' |wc -l > 1502 > willy@harry:~/kernel/idr$ git grep '59 Temple' |wc -l > 2825 > willy@harry:~/kernel/idr$ git grep '51 Franklin' |wc -l > 2020 > Let's discourage adding the oldest one too. [] > diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl [] > @@ -2695,6 +2695,7 @@ sub process { > > # Check for FSF mailing addresses. > if ($rawline =~ /\bwrite to the Free/i || > + $rawline =~ /\b675\s+Mass\s+Ave/i || > $rawline =~ /\b59\s+Temple\s+Pl/i || > $rawline =~ /\b51\s+Franklin\s+St/i) { > my $herevet = "$here\n" . cat_vet($rawline) . "\n"; Acked-by: Joe Perches