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 1FyyAA-0005OO-HF for user-mode-linux-devel@lists.sourceforge.net; Fri, 07 Jul 2006 14:47:02 -0700 Received: from smtp.osdl.org ([65.172.181.4]) by mail.sourceforge.net with esmtps (TLSv1:DES-CBC3-SHA:168) (Exim 4.44) id 1FyyAA-000763-2y for user-mode-linux-devel@lists.sourceforge.net; Fri, 07 Jul 2006 14:47:02 -0700 Date: Fri, 7 Jul 2006 14:50:23 -0700 From: Andrew Morton Message-Id: <20060707145023.2edfd763.akpm@osdl.org> In-Reply-To: <200607070033.k670XXqc008662@ccure.user-mode-linux.org> References: <200607070033.k670XXqc008662@ccure.user-mode-linux.org> Mime-Version: 1.0 Subject: Re: [uml-devel] [PATCH 1/19] UML - Clean up address space limits code 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: Jeff Dike Cc: tyler@agat.net, linux-kernel@vger.kernel.org, user-mode-linux-devel@lists.sourceforge.net Jeff Dike wrote: > > I was looking at the code of the UML and more precisely at the functions > set_task_sizes_tt and set_task_sizes_skas. I noticed that these 2 > functions take a paramater (arg) which is not used : the function is > always called with the value 0. > > I suppose that this value might change in the future (or even can be > configured), so I added a constant in mem_user.h file. > > Also, I rounded CONFIG_HOST_TASk_SIZE to a 4M. > > Signed-off-by: Tyler > Signed-off-by: Jeff Dike I'll assume this patch was authored by Tyler Please use a "From: " line right at the start of the email/changelog to indicate authorship, thanks. 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751259AbWGGVrE (ORCPT ); Fri, 7 Jul 2006 17:47:04 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751262AbWGGVrE (ORCPT ); Fri, 7 Jul 2006 17:47:04 -0400 Received: from smtp.osdl.org ([65.172.181.4]:31895 "EHLO smtp.osdl.org") by vger.kernel.org with ESMTP id S1751259AbWGGVrC (ORCPT ); Fri, 7 Jul 2006 17:47:02 -0400 Date: Fri, 7 Jul 2006 14:50:23 -0700 From: Andrew Morton To: Jeff Dike Cc: linux-kernel@vger.kernel.org, user-mode-linux-devel@lists.sourceforge.net, tyler@agat.net Subject: Re: [PATCH 1/19] UML - Clean up address space limits code Message-Id: <20060707145023.2edfd763.akpm@osdl.org> In-Reply-To: <200607070033.k670XXqc008662@ccure.user-mode-linux.org> References: <200607070033.k670XXqc008662@ccure.user-mode-linux.org> X-Mailer: Sylpheed version 1.0.0 (GTK+ 1.2.10; i386-vine-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Jeff Dike wrote: > > I was looking at the code of the UML and more precisely at the functions > set_task_sizes_tt and set_task_sizes_skas. I noticed that these 2 > functions take a paramater (arg) which is not used : the function is > always called with the value 0. > > I suppose that this value might change in the future (or even can be > configured), so I added a constant in mem_user.h file. > > Also, I rounded CONFIG_HOST_TASk_SIZE to a 4M. > > Signed-off-by: Tyler > Signed-off-by: Jeff Dike I'll assume this patch was authored by Tyler Please use a "From: " line right at the start of the email/changelog to indicate authorship, thanks.