From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751270AbdHFBp5 (ORCPT ); Sat, 5 Aug 2017 21:45:57 -0400 Received: from smtprelay0066.hostedemail.com ([216.40.44.66]:56508 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751219AbdHFBp4 (ORCPT ); Sat, 5 Aug 2017 21:45:56 -0400 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::::,RULES_HIT:41:355:379:541:982:988:989:1260:1345:1437:1534:1539:1711:1714:1730:1747:1777:1792:2393:2559:2562:2895:3138:3139:3140:3141:3142:3350:3865:3866:3867:3868:3871:4605:5007:6261:10004:10848:11026:11658:11914:12043:12291:12438:12555:12683:12895:13069:13311:13357:14096:14384:14394:14721:21080:21627:30054:30070,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:,MSBL:0,DNSBL:none,Custom_rules:0:0:0,LFtime:2,LUA_SUMMARY:none X-HE-Tag: berry20_8aca9bfdf0e09 X-Filterd-Recvd-Size: 1350 From: Joe Perches To: Linus Torvalds , linux-kernel@vger.kernel.org Cc: Andrew Morton Subject: [PATCH 0/4] Scripted update of the MAINTAINERS files Date: Sat, 5 Aug 2017 18:45:46 -0700 Message-Id: X-Mailer: git-send-email 2.10.0.rc2.1.g053435c Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org MAINTAINERS is a very large file. Update the parse-maintainer script to use specific filenames to allow scripting of the moving of various bits into separate files. Add a bash script to move various bits into multiple files. Joe Perches (4): parse-maintainers: Add section pattern sorting parse-maintainers: Use perl hash references and specific filenames parse-maintainers: Move matching sections from MAINTAINERS scripts/move_maintainer_sections.bash scripts/move_maintainer_sections.bash | 87 +++++++++++++++++++++++++++++++ scripts/parse-maintainers.pl | 97 ++++++++++++++++++++++++++--------- 2 files changed, 161 insertions(+), 23 deletions(-) create mode 100755 scripts/move_maintainer_sections.bash -- 2.10.0.rc2.1.g053435c