All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][Resend] Let SYSVIPC default to 'y'
@ 2008-04-27 20:11 Jesper Juhl
  2008-04-27 20:17 ` Alan Cox
  0 siblings, 1 reply; 3+ messages in thread
From: Jesper Juhl @ 2008-04-27 20:11 UTC (permalink / raw)
  To: Andrew Morton
  Cc: linux-kernel, Linus Torvalds, Sam Ravnborg, Jesper Juhl, trivial

From: Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>

[This patch was previously submitted on  24 April 2008 01:01]

Andrew; Will you take this in -mm or should I just queue it in Trivial (or 
drop it entirely)?


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 <jesper.juhl@gmail.com>
---

 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




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH][Resend] Let SYSVIPC default to 'y'
  2008-04-27 20:11 [PATCH][Resend] Let SYSVIPC default to 'y' Jesper Juhl
@ 2008-04-27 20:17 ` Alan Cox
  2008-04-27 20:40   ` Jesper Juhl
  0 siblings, 1 reply; 3+ messages in thread
From: Alan Cox @ 2008-04-27 20:17 UTC (permalink / raw)
  To: Jesper Juhl
  Cc: Andrew Morton, linux-kernel, Linus Torvalds, Sam Ravnborg,
	Jesper Juhl, trivial

On Sun, 27 Apr 2008 22:11:03 +0200 (CEST)
Jesper Juhl <jesper.juhl@gmail.com> wrote:

> From: Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
> 
> [This patch was previously submitted on  24 April 2008 01:01]

And people responded pointed out that entire distributions were running
with SYS5 IPC off and no ill effects so why is it stil being resubmitted ?

Alan

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH][Resend] Let SYSVIPC default to 'y'
  2008-04-27 20:17 ` Alan Cox
@ 2008-04-27 20:40   ` Jesper Juhl
  0 siblings, 0 replies; 3+ messages in thread
From: Jesper Juhl @ 2008-04-27 20:40 UTC (permalink / raw)
  To: Alan Cox; +Cc: Andrew Morton, linux-kernel, Linus Torvalds, Sam Ravnborg,
	trivial

2008/4/27 Alan Cox <alan@lxorguk.ukuu.org.uk>:
> On Sun, 27 Apr 2008 22:11:03 +0200 (CEST)
>  Jesper Juhl <jesper.juhl@gmail.com> wrote:
>
>  > From: Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
>  >
>  > [This patch was previously submitted on  24 April 2008 01:01]
>
>  And people responded pointed out that entire distributions were running
>  with SYS5 IPC off and no ill effects so why is it stil being resubmitted ?
>

Well, because in my experience there are many programs out there that
do not run fine with this off, and I believe that our defaults should
try to be a kernel that works well for as much software as possible
out there.
The overhead of including this is fairly low. Thare are apps out there
that require it. It's just a default for the kernel.org kernel,
distros can still set whatever they please.
But OK, I'll leave it at this and not resubmit it again if it doesn't
get merged, I don't feel that strongly about it.


-- 
Jesper Juhl <jesper.juhl@gmail.com>
Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html
Plain text mails only, please http://www.expita.com/nomime.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-04-27 20:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-27 20:11 [PATCH][Resend] Let SYSVIPC default to 'y' Jesper Juhl
2008-04-27 20:17 ` Alan Cox
2008-04-27 20:40   ` Jesper Juhl

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.