From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754342AbeDMMos (ORCPT ); Fri, 13 Apr 2018 08:44:48 -0400 Received: from mx2.suse.de ([195.135.220.15]:45784 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750940AbeDMMoq (ORCPT ); Fri, 13 Apr 2018 08:44:46 -0400 Date: Fri, 13 Apr 2018 14:44:41 +0200 From: Michal Hocko To: Matthew Wilcox Cc: Minchan Kim , linux-mm@kvack.org, Matthew Wilcox , Christoph Lameter , Pekka Enberg , David Rientjes , Joonsoo Kim , Andrew Morton , linux-kernel@vger.kernel.org, Jan Kara , Jeff Layton , Mel Gorman , Chris Fries , jaegeuk@kernel.org Subject: Re: [PATCH v2 0/2] Fix __GFP_ZERO vs constructor Message-ID: <20180413124441.GB17670@dhcp22.suse.cz> References: <20180411060320.14458-1-willy@infradead.org> <20180412005451.GB253442@rodete-desktop-imager.corp.google.com> <20180412192424.GB21205@bombadil.infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180412192424.GB21205@bombadil.infradead.org> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu 12-04-18 12:24:24, Matthew Wilcox wrote: > On Thu, Apr 12, 2018 at 09:54:51AM +0900, Minchan Kim wrote: > > Matthew, > > > > Please Cced relevant people so they know what's going on the problem > > they spent on much time. Everyone doesn't keep an eye on mailing list. > > My apologies; I assumed that git send-email would pick up the people > named in the changelog. I have now read the source code and discovered > it only picks up the people listed in Signed-off-by: and Cc:. That > surprises me; I'll submit a patch. I remember that there was a discussion to add support for more $Foo-by: $EMAIL but I do not remember the outcome of the discussion and from a quick glance into the perl disaster it doesn't seem to handle generic tags. I am using the following $ cat cc-cmd.sh #!/bin/bash if [[ $1 == *gitsendemail.msg* || $1 == *cover-letter* ]]; then grep '<.*@.*>' -h *.patch | sed 's/^.*: //' | sort | uniq else grep '<.*@.*>' -h $1 | sed 's/^.*: //' | sort | uniq fi and use it as --cc-cmd= -- Michal Hocko SUSE Labs