From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761296AbbEEQcr (ORCPT ); Tue, 5 May 2015 12:32:47 -0400 Received: from smtprelay0127.hostedemail.com ([216.40.44.127]:52137 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753272AbbEEQcp (ORCPT ); Tue, 5 May 2015 12:32:45 -0400 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::,RULES_HIT:41:69:355:379:541:968:973:982:988:989:1260:1345:1381:1437:1534:1540:1711:1714:1730:1747:1777:1792:2393:2559:2562:2895:3138:3139:3140:3141:3142:3351:3866:3867:3868:3874:4605:5007:6117:6119:6261:7903:8784:9010:10004:10848:11658:11914:12043:12291:12517:12519:12555:12679:12683:13311:13357:14096:14394: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: order44_51ded922b5848 X-Filterd-Recvd-Size: 1348 From: Joe Perches To: Andrew Morton , linux-kernel@vger.kernel.org Subject: [PATCH 0/6] get_maintainer/MAINTAINERS updates Date: Tue, 5 May 2015 09:32:34 -0700 Message-Id: X-Mailer: git-send-email 2.1.2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add a mechanism to avoid listing people that don't want to be listed as possible interested parties for files based on authorship and commit signing. Updates of file patterns for bits missed by various commits. Joe Perches (6): get_maintainer.pl: Add .get_maintainer.ignore file capability MAINTAINERS: Update sound soc intel patterns MAINTAINERS: Remove section BROADCOM BCM33XX MIPS ARCHITECTURE MAINTAINERS: Update brcm dts pattern MAINTAINERS: Update brcm gpio filename pattern MAINTAINERS: Remove unused nbd.h pattern .get_maintainer.ignore | 0 MAINTAINERS | 22 ++++++---------------- scripts/get_maintainer.pl | 32 ++++++++++++++++++++++++++++++++ 3 files changed, 38 insertions(+), 16 deletions(-) create mode 100644 .get_maintainer.ignore -- 2.1.4