Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755240AbYG3XYQ (ORCPT ); Wed, 30 Jul 2008 19:24:16 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752814AbYG3XX7 (ORCPT ); Wed, 30 Jul 2008 19:23:59 -0400 Received: from ik-out-1112.google.com ([66.249.90.183]:44387 "EHLO ik-out-1112.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752395AbYG3XX6 (ORCPT ); Wed, 30 Jul 2008 19:23:58 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=Wybe1UEZvAEwEYQ6hMoWeG/2ZqzUgw7kkzpM/x1IVEc2IqOv2VlYtmCKHRpe6n9D/0 Cllc93nowxxHniOe2eoY9LGT/72XqRzBGAO99bT17GI1SKSwL/tpRVn8mWl3nt3kYiod RpiCGISoHnJBXu1LGCGqKuP46RmwFe45tqVPI= Message-ID: <520f0cf10807301623l759baa8ub9c669176107fa85@mail.gmail.com> Date: Thu, 31 Jul 2008 01:23:56 +0200 From: "John Kacur" To: "Sam Ravnborg" Subject: Re: [PATCH] Change Kbuild message to match default Cc: linux-kbuild@vger.kernel.org, LKML In-Reply-To: <20080730202655.GA12148@uranus.ravnborg.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200807160031.16323.jkacur@gmail.com> <520f0cf10807260234v64297490l6db807fee0864cc5@mail.gmail.com> <20080730202655.GA12148@uranus.ravnborg.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1961 Lines: 54 On Wed, Jul 30, 2008 at 10:26 PM, Sam Ravnborg wrote: > On Sat, Jul 26, 2008 at 11:34:14AM +0200, John Kacur wrote: >> On Wed, Jul 16, 2008 at 12:31 AM, jkacur wrote: >> > Change the Kbuild "If unsure" message to match the default. >> > >> > Signed-off-by: John Kacur >> > >> > Index: linux-2.6.26/init/Kconfig >> > =================================================================== >> > --- linux-2.6.26.orig/init/Kconfig >> > +++ linux-2.6.26/init/Kconfig >> > @@ -522,7 +522,7 @@ config CC_OPTIMIZE_FOR_SIZE >> > Enabling this option will pass "-Os" instead of "-O2" to gcc >> > resulting in a smaller kernel. >> > >> > - If unsure, say N. >> > + If unsure, say Y. >> > >> > config SYSCTL >> > bool >> > >> >> This seems like a no-brainer to me that the default and the "If >> unsure" message should match, any reason you haven't picked-it up? > > Two reasons: > > 1) I have not started to look at new patches until now > > And this is due to several reasons. > First off I have been without internet for a while. > And secondly I do try to avoid new patches during the > merge window which does not fix merge issues. Ok, no problem! > > 2) I am not convinced that "default y" is really what we want. > What does popular distroes use (aka what gets wide testing?). > Hmnn, good point, in any case there is an inconsistency here. I can only speak for my laptop here running openSUSE 11.0 (X86-64) gunzip -c /proc/config.gz | grep CC_OPTIMIZE_FOR_SIZE CONFIG_CC_OPTIMIZE_FOR_SIZE=y uname -a Linux linux-ipxk 2.6.25.11-0.1-default #1 SMP 2008-07-13 20:48:28 +0200 x86_64 x86_64 x86_64 GNU/Linux -- 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/