From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Morton Subject: Re: [PATCH 7/8] Do not recompute msgmni anymore if explicitely set by user Date: Tue, 12 Feb 2008 01:44:44 -0800 Message-ID: <20080212014444.8bc3791b.akpm@linux-foundation.org> References: <20080211141646.948191000@bull.net> <20080211141816.094061000@bull.net> <20080211122408.5008902f.akpm@linux-foundation.org> <47B167AF.6010008@bull.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <47B167AF.6010008-6ktuUTfB/bM@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Nadia Derbey Cc: containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-mm-Bw31MaZKKs3YtjvyW6yDsg@public.gmane.org, cmm-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org, matthltc-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org List-Id: containers.vger.kernel.org On Tue, 12 Feb 2008 10:32:31 +0100 Nadia Derbey wrote: > it builds fine, modulo some changes in ipv4 and ipv6 (see attached patch > - didn't find it in the hot fixes). OK, thanks for checking. Did you confirm that we don't have unneeded code in vmlinux when CONFIG_PROCFS=n? I guess before-and-after comparison of the size(1) output would tell us. Those networking build problems appear to have already been fixed. In future, please quote the compiler error output in the changelog when sending build fixes or warning fixes, thanks. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762256AbYBLJq5 (ORCPT ); Tue, 12 Feb 2008 04:46:57 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759464AbYBLJqf (ORCPT ); Tue, 12 Feb 2008 04:46:35 -0500 Received: from smtp2.linux-foundation.org ([207.189.120.14]:34213 "EHLO smtp2.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755972AbYBLJqe (ORCPT ); Tue, 12 Feb 2008 04:46:34 -0500 Date: Tue, 12 Feb 2008 01:44:44 -0800 From: Andrew Morton To: Nadia Derbey Cc: linux-kernel@vger.kernel.org, y-goto@jp.fujitsu.com, linux-mm@kvack.org, containers@lists.linux-foundation.org, matthltc@us.ibm.com, cmm@us.ibm.com Subject: Re: [PATCH 7/8] Do not recompute msgmni anymore if explicitely set by user Message-Id: <20080212014444.8bc3791b.akpm@linux-foundation.org> In-Reply-To: <47B167AF.6010008@bull.net> References: <20080211141646.948191000@bull.net> <20080211141816.094061000@bull.net> <20080211122408.5008902f.akpm@linux-foundation.org> <47B167AF.6010008@bull.net> X-Mailer: Sylpheed 2.4.7 (GTK+ 2.12.1; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 12 Feb 2008 10:32:31 +0100 Nadia Derbey wrote: > it builds fine, modulo some changes in ipv4 and ipv6 (see attached patch > - didn't find it in the hot fixes). OK, thanks for checking. Did you confirm that we don't have unneeded code in vmlinux when CONFIG_PROCFS=n? I guess before-and-after comparison of the size(1) output would tell us. Those networking build problems appear to have already been fixed. In future, please quote the compiler error output in the changelog when sending build fixes or warning fixes, thanks. From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Tue, 12 Feb 2008 01:44:44 -0800 From: Andrew Morton Subject: Re: [PATCH 7/8] Do not recompute msgmni anymore if explicitely set by user Message-Id: <20080212014444.8bc3791b.akpm@linux-foundation.org> In-Reply-To: <47B167AF.6010008@bull.net> References: <20080211141646.948191000@bull.net> <20080211141816.094061000@bull.net> <20080211122408.5008902f.akpm@linux-foundation.org> <47B167AF.6010008@bull.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org Return-Path: To: Nadia Derbey Cc: linux-kernel@vger.kernel.org, y-goto@jp.fujitsu.com, linux-mm@kvack.org, containers@lists.linux-foundation.org, matthltc@us.ibm.com, cmm@us.ibm.com List-ID: On Tue, 12 Feb 2008 10:32:31 +0100 Nadia Derbey wrote: > it builds fine, modulo some changes in ipv4 and ipv6 (see attached patch > - didn't find it in the hot fixes). OK, thanks for checking. Did you confirm that we don't have unneeded code in vmlinux when CONFIG_PROCFS=n? I guess before-and-after comparison of the size(1) output would tell us. Those networking build problems appear to have already been fixed. In future, please quote the compiler error output in the changelog when sending build fixes or warning fixes, thanks. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org