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 --
| Artem Bityutskiy | [PATCH 10/44 take 2] [UBI] debug unit implementation |
| Greg Kroah-Hartman | [PATCH 004/196] Chinese: add translation of SubmittingPatches |
| Trent Piepho | [PATCH] [POWERPC] Improve (in|out)_beXX() asm code |
| Dave Young | Re: Linux v2.6.24-rc1 |
git: | |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| Linus Torvalds | Re: [GIT]: Networking |
| David Miller | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Natalie Protasevich | [BUG] New Kernel Bugs |
