From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752424AbbHTHp0 (ORCPT ); Thu, 20 Aug 2015 03:45:26 -0400 Received: from mail-wi0-f176.google.com ([209.85.212.176]:38617 "EHLO mail-wi0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751812AbbHTHpY (ORCPT ); Thu, 20 Aug 2015 03:45:24 -0400 Date: Thu, 20 Aug 2015 09:45:21 +0200 From: Michal Hocko To: gchen gchen Cc: Andrew Morton , kernel mailing list , "Kirill A. Shutemov" , "riel@redhat.com" , "sasha.levin@oracle.com" , Linux Memory Subject: Re: [PATCH] mm: mmap: Simplify the failure return working flow Message-ID: <20150820074521.GC4780@dhcp22.suse.cz> References: <55D5275D.7020406@hotmail.com> <55D52CDE.8060700@hotmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu 20-08-15 09:27:42, gchen gchen wrote: [...] > Yes, it is really peculiar, the reason is gmail is not stable in China. > I have to send mail in my hotmail address. > > But I still want to use my gmail as Signed-off-by, since I have already > used it, and also its name is a little formal than my hotmail. > > Welcome any ideas, suggestions and completions for it (e.g. if it is > necessary to let send mail and Signed-off-by mail be the same, I shall > try). You can do the following in your .git/config [user] name = YOUR_NAME_FOR_S-O-B email = YOUR_GMAIL_ADDRESS [sendemail] from = YOUR_STABLE_SENDER_ADDRESS envelopesender = YOUR_STABLE_SENDER_ADDRESS smtpserver = YOUR_STABLE_SMTP [user] part will be used for s-o-b and Author email while the sendemail will be used for git send-email to route the patch properly. If the two differ it will add From: user.name as suggested by Andrew. -- Michal Hocko SUSE Labs