Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934401AbXHGUKw (ORCPT ); Tue, 7 Aug 2007 16:10:52 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752726AbXHGUKm (ORCPT ); Tue, 7 Aug 2007 16:10:42 -0400 Received: from mail-out.m-online.net ([212.18.0.10]:58499 "EHLO mail-out.m-online.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752496AbXHGUKl (ORCPT ); Tue, 7 Aug 2007 16:10:41 -0400 Date: Tue, 7 Aug 2007 22:10:54 +0200 From: Olaf Hering To: Andrew Morton Cc: Peter Zijlstra , linux-kernel@vger.kernel.org, parisc-linux@lists.parisc-linux.org, linux-mm@kvack.org, linux-arch@vger.kernel.org, Ollie Wild , Ingo Molnar , Andi Kleen Subject: Re: [patch 3/3] mm: variable length argument support Message-ID: <20070807201054.GA31501@aepfle.de> References: <20070613100334.635756997@chello.nl> <20070613100835.014096712@chello.nl> <20070807190357.GA31139@aepfle.de> <20070807122008.fcd175d6.akpm@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20070807122008.fcd175d6.akpm@linux-foundation.org> User-Agent: Mutt/1.5.13 (2006-08-11) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 704 Lines: 20 On Tue, Aug 07, Andrew Morton wrote: > > > +++ linux-2.6-2/include/linux/binfmts.h 2007-06-13 11:52:46.000000000 +0200 > > > -#define MAX_ARG_PAGES 32 > > > +#define MAX_ARG_STRLEN (PAGE_SIZE * 32) > > > +#define MAX_ARG_STRINGS 0x7FFFFFFF > > > > This adds a new usage of PAGE_SIZE to an exported header. > > How can this be fixed for 2.6.23? > > Put #ifdef __KERNEL__ around it? No package uses linux/binfmts.h, will send a Kbuild patch to unexport it. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/