From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Subject: Re: [PATCH V3] get_maintainer: use filename-only regex match for Tegra Date: Mon, 11 Mar 2013 16:05:17 -0600 Message-ID: <513E551D.1070402@wwwdotorg.org> References: <1363033149-7839-1-git-send-email-swarren@wwwdotorg.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: =?UTF-8?B?TWFyY2luIMWabHVzYXJ6?= Cc: Joe Perches , dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org, Borislav Petkov , linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Maarten Lankhorst , Andrew Morton , Stephen Warren , Lucas Stach , nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-tegra@vger.kernel.org On 03/11/2013 03:36 PM, Marcin =C5=9Alusarz wrote: >=20 > 11 mar 2013 21:19, "Stephen Warren" > napisa=C5=82(a): >> Create a new N: entry type in MAINTAINERS which performs a regex mat= ch >> against filenames; either those extracted from patch +++ or --- line= s, >> or those specified on the command-line using the -f option. >> diff --git a/MAINTAINERS b/MAINTAINERS >> + N: Files and directories with regex patterns. >> + N: [^a-z]tegra all files whose patch contains the w= ord tegra >=20 > s/patch/path/ ? It looks like Andrew has fixed this up himself. Thanks very much! From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754847Ab3CKWFX (ORCPT ); Mon, 11 Mar 2013 18:05:23 -0400 Received: from avon.wwwdotorg.org ([70.85.31.133]:44601 "EHLO avon.wwwdotorg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754537Ab3CKWFW (ORCPT ); Mon, 11 Mar 2013 18:05:22 -0400 Message-ID: <513E551D.1070402@wwwdotorg.org> Date: Mon, 11 Mar 2013 16:05:17 -0600 From: Stephen Warren User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 MIME-Version: 1.0 To: =?UTF-8?B?TWFyY2luIMWabHVzYXJ6?= CC: Joe Perches , dri-devel@lists.freedesktop.org, Borislav Petkov , linux-tegra@vger.kernel.org, Maarten Lankhorst , Andrew Morton , Stephen Warren , Lucas Stach , nouveau@lists.freedesktop.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH V3] get_maintainer: use filename-only regex match for Tegra References: <1363033149-7839-1-git-send-email-swarren@wwwdotorg.org> In-Reply-To: X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/11/2013 03:36 PM, Marcin Ślusarz wrote: > > 11 mar 2013 21:19, "Stephen Warren" > napisał(a): >> Create a new N: entry type in MAINTAINERS which performs a regex match >> against filenames; either those extracted from patch +++ or --- lines, >> or those specified on the command-line using the -f option. >> diff --git a/MAINTAINERS b/MAINTAINERS >> + N: Files and directories with regex patterns. >> + N: [^a-z]tegra all files whose patch contains the word tegra > > s/patch/path/ ? It looks like Andrew has fixed this up himself. Thanks very much!