From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roland McGrath Subject: Re: [Patch 3/3] elf: use a macro instead of a raw number Date: Wed, 1 Jul 2009 00:38:10 -0700 (PDT) Message-ID: <20090701073810.A80FC21D57@magilla.sf.frob.com> References: <20090701050840.6188.84560.sendpatchset@localhost.localdomain> <20090701050900.6188.41697.sendpatchset@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: linux-kernel@vger.kernel.org, Alexander Viro , Serge Hallyn , David Howells , James Morris , linux-fsdevel@vger.kernel.org, Andrew Morton To: Amerigo Wang Return-path: In-Reply-To: Amerigo Wang's message of Wednesday, 1 July 2009 01:06:46 -0400 <20090701050900.6188.41697.sendpatchset@localhost.localdomain> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org > Use TASK_COMM_LEN instead of the raw number 16. This is probably a bad idea. elf_prpsinfo layout is a userland ABI. AFAIK there is no reason TASK_COMM_LEN could not be enlarged in the kernel. Thanks, Roland