From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754727AbbJ0Rxj (ORCPT ); Tue, 27 Oct 2015 13:53:39 -0400 Received: from smtprelay0095.hostedemail.com ([216.40.44.95]:51619 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754673AbbJ0Rxg (ORCPT ); Tue, 27 Oct 2015 13:53:36 -0400 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::::::::::::,RULES_HIT:41:355:379:541:599:800:960:968:973:982:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1431:1437:1515:1516:1518:1534:1542:1593:1594:1711:1730:1747:1777:1792:2393:2553:2559:2562:2828:3138:3139:3140:3141:3142:3353:3622:3865:3866:3867:3868:3870:3871:3872:3873:3874:4321:5007:6261:7514:7901:7903:9010:10004:10400:10848:11232:11658:11914:12043:12296:12517:12519:12740:13019:13161:13163:13229:14096:14097:21080:30003:30029:30054:30064:30070:30090: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:6,LUA_SUMMARY:none X-HE-Tag: knot07_3bf50e063db1c X-Filterd-Recvd-Size: 3346 Message-ID: <1445968411.2757.17.camel@perches.com> Subject: Re: [PATCH] get_maintainer: Don't fallback to git by default From: Joe Perches To: Lee Jones Cc: "Theodore Ts'o" , Javier Martinez Canillas , Laura Abbott , linux-kernel@vger.kernel.org, Wolfram Sang , linux-kernel-owner@vger.kernel.org Date: Tue, 27 Oct 2015 10:53:31 -0700 In-Reply-To: <20151027082150.GQ597@x1> References: <1445897508-16528-1-git-send-email-javier@osg.samsung.com> <562EB07B.9040501@redhat.com> <562EC06C.5010404@osg.samsung.com> <20151027024729.GC16244@thunk.org> <20151027082150.GQ597@x1> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.12.11-0ubuntu3 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 Tue, 2015-10-27 at 08:21 +0000, Lee Jones wrote: > On Mon, 26 Oct 2015, joe@perches.com wrote: > > On 2015-10-26 19:47, Theodore Ts'o wrote: > > >What if we have a git_fallback "auto" mode which only falls back to > > >using git if there is no entry in the MAINTAINERS file? That might > > >address the concern which Laura raised, without blocking this > > >change until the MAINTAINERS file is fully populated. > > > > That's what happens already right now. > > I think it can be done better. > > FYI, this patch came about because I keep complaining about submitters > sending me patches I really shouldn't have to care about. Then you should add your name to the .get_maintainer.ignore file. If you do, you'll only get listed by get_maintainer for files where you have a specific entry in MAINTAINERS. > Here is the most recent offending command output: > > $ ./scripts/get_maintainer.pl -f drivers/i2c/busses/Kconfig > Wolfram Sang (maintainer:I2C SUBSYSTEM,commit_signer:26/26=100%,authored:3/26=12%,removed_lines:3/11=27%) > Lee Jones (commit_signer:3/26=12%) > Geert Uytterhoeven (commit_signer:3/26=12%,authored:3/26=12%,removed_lines:2/11=18%) > David Box (commit_signer:3/26=12%,added_lines:11/146=8%) > Jean Delvare (commit_signer:2/26=8%) > Javier Martinez Canillas (authored:2/26=8%,removed_lines:2/11=18%) > Neelesh Gupta (added_lines:11/146=8%) > James Hogan (added_lines:10/146=7%) > Ray Jui (added_lines:10/146=7%) > Joachim Eastwood (added_lines:10/146=7%) > Andrew Bresticker (removed_lines:2/11=18%) > Zhangfei Gao (removed_lines:1/11=9%) > linux-i2c@vger.kernel.org (open list:I2C SUBSYSTEM) > linux-kernel@vger.kernel.org (open list) > > Anyone south of Wolfram and north of the I2C ML is unlikely to care. > > Please find a way to make this better. For the sake of our sanity. Your sanity must be pretty darn fragile.