From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v2 for 4.5] scripts/get_maintainer.pl: Correctly CC the maintainers Date: Tue, 25 Nov 2014 14:55:42 +0000 Message-ID: <1416927342.32327.36.camel@citrix.com> References: <1416504963-4830-1-git-send-email-julien.grall@linaro.org> <20141120202346.GF31889@laptop.dumpdata.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1XtHWv-0007CJ-1V for xen-devel@lists.xenproject.org; Tue, 25 Nov 2014 14:55:49 +0000 In-Reply-To: <20141120202346.GF31889@laptop.dumpdata.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Konrad Rzeszutek Wilk Cc: xen-devel@lists.xenproject.org, Julien Grall , ian.jackson@eu.citrix.com, Don Slutz List-Id: xen-devel@lists.xenproject.org On Thu, 2014-11-20 at 15:23 -0500, Konrad Rzeszutek Wilk wrote: > > --- > > Changes in v2: > > - Rework the commit message to explain the problem and the > > solution more clearly > > > > I would like to see this patch in Xen 4.5 and backported to Xen 4.4 (first > > time the script has been introduced). > > > > Developpers using this script won't ommitted to cc some maintainers, and it > > will avoid maintainers complaining about miss CC. > > > > The only drawbacks I can see is if the maintainers is referenced twice in > > the file MAINTAINERS with different email, the script won't notice it's > > duplicated and list 2 times. Though, for this one it could be fixed by > > modifying the MAINTAINERS file. Is it worth for Xen 4.5? For know, > > it seems to only happen with Stefano. > > I am OK with this going in Xen 4.5. Acked + Applied, thanks.