From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753058AbYDXAA6 (ORCPT ); Wed, 23 Apr 2008 20:00:58 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753785AbYDXAAp (ORCPT ); Wed, 23 Apr 2008 20:00:45 -0400 Received: from simmts8-srv.bellnexxia.net ([206.47.199.166]:37002 "EHLO simmts8-srv.bellnexxia.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756305AbYDXAAn (ORCPT ); Wed, 23 Apr 2008 20:00:43 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AkwBAJpqD0icIvqD/2dsb2JhbAAIimSjHg Message-ID: <480FCDA6.6000509@gmail.com> Date: Wed, 23 Apr 2008 21:00:38 -0300 From: Kevin Winchester User-Agent: Thunderbird 2.0.0.12 (X11/20080227) MIME-Version: 1.0 To: Jesper Juhl CC: linux-kernel@vger.kernel.org, Krishna Balasubramanian , Linus Torvalds , Sam Ravnborg Subject: Re: [PATCH] Let SYSVIPC default to 'y' References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Jesper Juhl wrote: > SYSVIPC is a pretty crucial feature that I doubt very much if anyone > except embedded people should even consider disabling - it simply > breaks too much software for a Linux box to really be useful without it, > for most purposes. > For that reason I find it quite odd that the feature defaults to 'No' > currently. I really cannot see any reason why we wouldn't want this to > default to 'Yes', so this patch changes the default by adding 'default y' > to Kconfig. > > Signed-off-by: Jesper Juhl > --- > > Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/init/Kconfig b/init/Kconfig > index ba3a389..023b2b6 100644 > --- a/init/Kconfig > +++ b/init/Kconfig > @@ -112,6 +112,7 @@ config SWAP > > config SYSVIPC > bool "System V IPC" > + default y > ---help--- > Inter Process Communication is a suite of library functions and > system calls which let processes (running programs) synchronize and > > I am running up-to-date Kubuntu Hardy Heron, but... kevin@alekhine:~/linux/linux-2.6$ grep SYSVIPC .config # CONFIG_SYSVIPC is not set What software that would be in a standard install would be broken? I don't seem to notice anything... Not that I mind the default being changed - I just wonder if things on my box are broken and I just don't know it. -- Kevin Winchester