* [PATCH] Let SYSVIPC default to 'y'
@ 2008-04-23 23:01 Jesper Juhl
2008-04-24 0:00 ` Kevin Winchester
0 siblings, 1 reply; 3+ messages in thread
From: Jesper Juhl @ 2008-04-23 23:01 UTC (permalink / raw)
To: linux-kernel
Cc: Krishna Balasubramanian, Linus Torvalds, Sam Ravnborg,
Jesper Juhl
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] Let SYSVIPC default to 'y'
2008-04-23 23:01 [PATCH] Let SYSVIPC default to 'y' Jesper Juhl
@ 2008-04-24 0:00 ` Kevin Winchester
2008-04-24 0:22 ` Jesper Juhl
0 siblings, 1 reply; 3+ messages in thread
From: Kevin Winchester @ 2008-04-24 0:00 UTC (permalink / raw)
To: Jesper Juhl
Cc: linux-kernel, Krishna Balasubramanian, Linus Torvalds,
Sam Ravnborg
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 <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
>
>
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] Let SYSVIPC default to 'y'
2008-04-24 0:00 ` Kevin Winchester
@ 2008-04-24 0:22 ` Jesper Juhl
0 siblings, 0 replies; 3+ messages in thread
From: Jesper Juhl @ 2008-04-24 0:22 UTC (permalink / raw)
To: Kevin Winchester
Cc: linux-kernel, Krishna Balasubramanian, Linus Torvalds,
Sam Ravnborg
On 24/04/2008, Kevin Winchester <kjwinchester@gmail.com> wrote:
> 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.
> >
<...snip...>
>
> 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.
>
Well,
DOSEmu doesn't work without it.
SysOrb (http://www.sysorb.com/) doesn't work without it AFAIK.
IIRC, X had trouble in the past without it.
Anything that uses SysV shared memory, SysV message passing
(msgget(), msgsnd() etc..),
SysV semaphores (semget() etc), will have trouble.
In general, System V IPC is just used by many different programs...
Perhaps not any you run,
but it is pretty widely used.
--
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-24 0:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-23 23:01 [PATCH] Let SYSVIPC default to 'y' Jesper Juhl
2008-04-24 0:00 ` Kevin Winchester
2008-04-24 0:22 ` 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.