From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sc8-sf-mx2-b.sourceforge.net ([10.3.1.92] helo=mail.sourceforge.net) by sc8-sf-list1-new.sourceforge.net with esmtp (Exim 4.43) id 1Fvyg2-00085i-2n for user-mode-linux-devel@lists.sourceforge.net; Thu, 29 Jun 2006 08:43:34 -0700 Received: from emailhub.stusta.mhn.de ([141.84.69.5] helo=mailout.stusta.mhn.de) by mail.sourceforge.net with smtp (Exim 4.44) id 1Fvyg1-0005di-G3 for user-mode-linux-devel@lists.sourceforge.net; Thu, 29 Jun 2006 08:43:34 -0700 Date: Thu, 29 Jun 2006 17:43:26 +0200 From: Adrian Bunk Message-ID: <20060629154326.GB19712@stusta.de> MIME-Version: 1.0 Content-Disposition: inline Subject: [uml-devel] [RFC: 2.6 patch] fix the INIT_ENV_ARG_LIMIT dependencies List-Id: The user-mode Linux development list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: user-mode-linux-devel-bounces@lists.sourceforge.net Errors-To: user-mode-linux-devel-bounces@lists.sourceforge.net To: Andrew Morton Cc: jdike@karaya.com, blaisorblade@yahoo.it, Jean-Luc Leger , linux-kernel@vger.kernel.org, user-mode-linux-devel@lists.sourceforge.net This patch fixes the INIT_ENV_ARG_LIMIT dependencies to what seems to have been intended. Spotted by Jean-Luc Leger. Signed-off-by: Adrian Bunk Acked-by: Paolo 'Blaisorblade' Giarrusso --- This patch was already sent on: - 15 Apr 2006 --- linux-2.6.17-rc1-mm2-full/init/Kconfig.old 2006-04-15 16:26:46.000000000 +0200 +++ linux-2.6.17-rc1-mm2-full/init/Kconfig 2006-04-15 16:27:12.000000000 +0200 @@ -46,8 +46,8 @@ config INIT_ENV_ARG_LIMIT int - default 32 if !USERMODE - default 128 if USERMODE + default 32 if !UML + default 128 if UML help Maximum of each of the number of arguments and environment variables passed to init from the kernel command line. Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ User-mode-linux-devel mailing list User-mode-linux-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel