Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932911AbaJOC1o (ORCPT ); Tue, 14 Oct 2014 22:27:44 -0400 Received: from smtprelay0097.hostedemail.com ([216.40.44.97]:57834 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S932808AbaJOC0W (ORCPT ); Tue, 14 Oct 2014 22:26:22 -0400 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::::::::::::::::,RULES_HIT:41:355:379:541:599:800:960:967:973:982:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1437:1515:1516:1518:1534:1541:1593:1594:1711:1730:1747:1777:1792:2393:2559:2562:2689:2828:2892:3138:3139:3140:3141:3142:3352:3622:3865:3867:3870:3871:3872:4321:4384:5007:6119:6261:7903:10004:10400:10848:11232:11657:11658:11914:12043:12295:12296:12517:12519:12740:13069:13311:13357:14096:14097:21080,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 X-HE-Tag: feast71_8e93ed9c2db1a X-Filterd-Recvd-Size: 2222 Message-ID: <1413339973.7475.1.camel@perches.com> Subject: Re: get_maintainers.pl doesn't actually get the real MAINTAINERS? From: Joe Perches To: Scott Branden Cc: Andrew Morton , "David S. Miller" , Greg Kroah-Hartman , Mauro Carvalho Chehab , Antti Palosaari , Jingoo Han , "linux-kernel@vger.kernel.org" , swarren@wwwdotorg.org Date: Tue, 14 Oct 2014 19:26:13 -0700 In-Reply-To: <543DD959.2060801@broadcom.com> References: <543DD959.2060801@broadcom.com> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.12.7-0ubuntu1 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, 2014-10-14 at 19:18 -0700, Scott Branden wrote: > Hello, > > I try running scripts/get_maintainers.pl but it doesn't seem to get the > real maintainers properly. Please note this is run against the current > MAINTAINERS file. > > One Example: I would expect drivers/mmc/host/sdhci-bcm2835.c to be > maintained by Stephen Warren based on drivers/*/*bcm2835* below. get_maintainers doesn't use * as a depth wildcard */ matches a single top level directory level */*/ matches one level below the top directory level. > But > the get_maintainers.pl script does not seem to process the information > in such a way. So what needs to be corrected - the script or the syntax > used in the MAINTAINERS file? > > BROADCOM BCM2835 ARM ARCHICTURE > M: Stephen Warren > L: linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers) > T: git git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-rpi.git > S: Maintained > F: arch/arm/mach-bcm/board_bcm2835.c > F: arch/arm/boot/dts/bcm2835* > F: arch/arm/configs/bcm2835_defconfig > F: drivers/*/*bcm2835* F: drivers/*/*/*bmc2835* -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/