Re: rawhide -debug

2008-02-14 Thread Prarit Bhargava
An idea that was tossed around was to do something similar to what we do in release builds, and offer separate debug/nodebug builds. But instead of how we do it in releases, do the opposite, and have a -nodebug build, whilst keeping the regular kernel debug-turned-on to maximise coverage

enable CONFIG_SECURITY_MMAP_MIN_ADDR

2008-02-14 Thread Eric Paris
Looks like rawhide kernels now have the CONFIG_SECURITY_MMAP_MIN_ADDR Kconfig option. In the past I tried to get this enabled by default using sysctl, a fedora kernel patch, and now I've got the Kconfig option in the upstream kernel. Lets set this equal to 65536. I've been running with this

Re: enable CONFIG_SECURITY_MMAP_MIN_ADDR

2008-02-14 Thread Dave Jones
On Thu, Feb 14, 2008 at 12:29:18PM -0500, Eric Paris wrote: My (minimal) testing of wine indicated that it did try to make use of mapping the low pages but it still worked when it couldn't map them Hmm. Graceful fallback is good, but I wonder if it's now using a slower path or something.

Re: enable CONFIG_SECURITY_MMAP_MIN_ADDR

2008-02-14 Thread Adam Jackson
On Thu, 2008-02-14 at 11:09 -0500, Eric Paris wrote: Looks like rawhide kernels now have the CONFIG_SECURITY_MMAP_MIN_ADDR Kconfig option. In the past I tried to get this enabled by default using sysctl, a fedora kernel patch, and now I've got the Kconfig option in the upstream kernel. Lets