Received: by 10.192.165.156 with SMTP id m28csp658767imm; Fri, 13 Apr 2018 05:49:47 -0700 (PDT) X-Google-Smtp-Source: AIpwx49937lPqEc0+EOlAZ/nuz/zSZDQeLEkgfsnDhozyt/LBcPgI4HkhAESCIJUYU5QFjjV0s9D X-Received: by 10.101.88.196 with SMTP id e4mr4013068pgu.143.1523623787418; Fri, 13 Apr 2018 05:49:47 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1523623787; cv=none; d=google.com; s=arc-20160816; b=Xuv3+GqT34cprQ6mx+wCjKujhpbuw941GnnzFOYjNj5fAhUyd/fNI3kTBj4JoEBCr5 ek0Q7ntSyG8yK4TZePO75Xnp91REgByTNejOa7FcsMJh+7bssAI6BmdWDzkz3hk3Ht32 iVwv55wTWgjivgVn371bKo0obfTM0CEY8i/pexeJjjc+mRoooSPrC0O2H9Ki+SQNJF6f oi+S/Xkrft/ennpHR8OOe/5SJvaFWme5Fz1TbXg7zobJ4Axju8PAlqTocAJS0CSkIR7i UjGUBvBYzWwKmC3UWzfwHPE5euDn/Q2DcKzUC9yxLdmWryhrLkFGly8znVg50W7D9j+o UyPw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=p6po2up42YaHFYZBYOgNmjSyTNmOb1RVNR/5o81YCCI=; b=Qzncli9LvvssIG0ub0OOcCg5GRXVepMdbEU9H4A9DjyDDn0HFsUMj8kuLdmCafXDRC KOhwNNMsmbfpXu+n1H2WWYh0jSHhicD/b0NhL+BYwCWIjaOooDVfy1Khjbop97kVe7qR twWR+AREtGUZ1XNmkzCHUjKNPR7If2IMuaf68AF/ccTyJO4pZF/pG5zngAegVnwJ85So aYbPIsoTnyz/4guG2/DXXusrvLDJ3+dOZAlnHptTfEc6HOWt+AevyMzsDj4OPG7RwcL7 DmQfek6E99tfJuieUY3MIYNFqUdThGN+Rc6Q/SovY6TRo+sNlo289WCaJUacfJaWWvnw 56EA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d68si4509988pfl.337.2018.04.13.05.49.33; Fri, 13 Apr 2018 05:49:47 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754301AbeDMMos (ORCPT + 99 others); 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 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay1.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id BB390AED5; Fri, 13 Apr 2018 12:44:44 +0000 (UTC) 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 Precedence: bulk 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