From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1031819AbdEYEJh (ORCPT ); Thu, 25 May 2017 00:09:37 -0400 Received: from aserp1040.oracle.com ([141.146.126.69]:41000 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1031517AbdEYEIz (ORCPT ); Thu, 25 May 2017 00:08:55 -0400 Subject: Re: [PATCH] sparc64: Add 16GB hugepage support To: David Miller , paul.gortmaker@windriver.com Cc: mike.kravetz@oracle.com, kirill.shutemov@linux.intel.com, tom.hromatka@oracle.com, mhocko@suse.com, mingo@kernel.org, babu.moger@oracle.com, bob.picco@oracle.com, thomas.tai@oracle.com, pasha.tatashin@oracle.com, atish.patra@oracle.com, sparclinux@vger.kernel.org, linux-kernel@vger.kernel.org References: <1495672233-116815-1-git-send-email-nitin.m.gupta@oracle.com> <20170525033442.GB877@windriver.com> <20170524.234504.246686489551587317.davem@davemloft.net> From: Nitin Gupta Message-ID: <4c4d4881-9634-9e62-243a-ed0c350b8a39@oracle.com> Date: Wed, 24 May 2017 21:08:40 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <20170524.234504.246686489551587317.davem@davemloft.net> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Source-IP: userv0021.oracle.com [156.151.31.71] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 5/24/17 8:45 PM, David Miller wrote: > From: Paul Gortmaker > Date: Wed, 24 May 2017 23:34:42 -0400 > >> [[PATCH] sparc64: Add 16GB hugepage support] On 24/05/2017 (Wed 17:29) Nitin Gupta wrote: >> >>> Orabug: 25362942 >>> >>> Signed-off-by: Nitin Gupta >> >> If this wasn't an accidental git send-email misfire, then there should >> be a long log indicating the use case, the perforamnce increase, the >> testing that was done, etc. etc. >> >> Normally I'd not notice but since I was Cc'd I figured it was worth a >> mention -- for example the vendor ID above doesn't mean a thing to >> all the rest of us, hence why I suspect it was a git send-email misfire; >> sadly, I think we've all accidentally done that at least once.... > > Agreed. > > No commit message whatsoever is basically unacceptable for something > like this. > Ok, I will include usage, testing notes, performance numbers etc., in v2 patch. Still, I do try to include "Orabug" for better tracking of bugs internally; I hope that's okay. Thanks, Nitin