From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cantor2.suse.de ([195.135.220.15]:60011 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755820Ab0JDNlQ (ORCPT ); Mon, 4 Oct 2010 09:41:16 -0400 Message-ID: <4CA9D97A.7020109@suse.cz> Date: Mon, 04 Oct 2010 15:41:14 +0200 From: Michal Marek MIME-Version: 1.0 Subject: Re: [PATCH] kconfig: Use PATH_MAX instead of 128 for path buffer sizes. References: <20100924093206.GD5453@cr0.nay.redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Will Newton Cc: =?ISO-8859-1?Q?Am=E9rico_Wang?= , Linux Kernel list , Sam Ravnborg , linux-kbuild@vger.kernel.org On 4.10.2010 15:00, Will Newton wrote: > On Fri, Sep 24, 2010 at 10:32 AM, Américo Wang wrote: >> On Wed, Sep 22, 2010 at 03:59:13PM +0100, Will Newton wrote: >>> This prevents the buffers being overflowed when using a config >>> file with a long name. PATH_MAX is used elsewhere in the same >>> file, so use it here as well. >>> >>> Signed-off-by: Will Newton >> >> Acked-by: WANG Cong >> >> Thanks! > > Ping! > > Could someone take this please? Sorry, applied now. BTW, please do not send patches inline _and_ as attachments at the same time, it confuses git am. Michal