From mboxrd@z Thu Jan 1 00:00:00 1970 From: joe@perches.com (Joe Perches) Date: Wed, 28 Mar 2018 13:44:13 -0700 Subject: [PATCH v4 14/16] powerpc: Use generic free_initrd_mem. In-Reply-To: <20180328203659.18692-15-shea@shealevy.com> References: <20180328152714.6103-1-shea@shealevy.com> <20180328203659.18692-1-shea@shealevy.com> <20180328203659.18692-15-shea@shealevy.com> Message-ID: <1522269853.12357.135.camel@perches.com> To: linux-riscv@lists.infradead.org List-Id: linux-riscv.lists.infradead.org On Wed, 2018-03-28 at 16:36 -0400, Shea Levy wrote: > Signed-off-by: Shea Levy Most people seem to want some form of commit message and not just your sign-off. And btw: It seems you used get_maintainer to determine who to send these patches to. I suggest you add --nogit and --nogit-fallback to the get_maintainer command line you use to avoid sending these patches to people like me that have done drive-by cleanup work on these files. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtprelay.hostedemail.com (smtprelay0023.hostedemail.com [216.40.44.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 40BKcN6cWtzF2Dr for ; Thu, 29 Mar 2018 07:44:20 +1100 (AEDT) Message-ID: <1522269853.12357.135.camel@perches.com> Subject: Re: [PATCH v4 14/16] powerpc: Use generic free_initrd_mem. From: Joe Perches To: Shea Levy , linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org Cc: Benjamin Herrenschmidt , Paul Mackerras , Michael Ellerman , Michal Hocko , Vlastimil Babka , Andrew Morton , Dan Williams , Christophe Leroy , Oliver O'Halloran , linuxppc-dev@lists.ozlabs.org Date: Wed, 28 Mar 2018 13:44:13 -0700 In-Reply-To: <20180328203659.18692-15-shea@shealevy.com> References: <20180328152714.6103-1-shea@shealevy.com> <20180328203659.18692-1-shea@shealevy.com> <20180328203659.18692-15-shea@shealevy.com> Content-Type: text/plain; charset="ISO-8859-1" Mime-Version: 1.0 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2018-03-28 at 16:36 -0400, Shea Levy wrote: > Signed-off-by: Shea Levy Most people seem to want some form of commit message and not just your sign-off. And btw: It seems you used get_maintainer to determine who to send these patches to. I suggest you add --nogit and --nogit-fallback to the get_maintainer command line you use to avoid sending these patches to people like me that have done drive-by cleanup work on these files.