[kernel] r14421 - in dists/lenny/linux-2.6/debian: . config

Dann Frazier dannf at alioth.debian.org
Thu Oct 22 22:46:07 UTC 2009


Author: dannf
Date: Thu Oct 22 22:46:05 2009
New Revision: 14421

Log:
Increase default mmap_min_addr from 0 to 4096 (Closes: #541457)

Modified:
   dists/lenny/linux-2.6/debian/changelog
   dists/lenny/linux-2.6/debian/config/config

Modified: dists/lenny/linux-2.6/debian/changelog
==============================================================================
--- dists/lenny/linux-2.6/debian/changelog	Tue Oct 20 08:23:10 2009	(r14420)
+++ dists/lenny/linux-2.6/debian/changelog	Thu Oct 22 22:46:05 2009	(r14421)
@@ -43,6 +43,7 @@
     (Closes: #530636)
   * ocfs/dlm: fix race in dlm_get_lock_resource() which can cause
     flock() to return EINVAL (Closes: #515741)
+  * Increase default mmap_min_addr from 0 to 4096 (Closes: #541457)
 
   [ Martin Michlmayr ]
   * Disable SYS_HAS_EARLY_PRINTK on SGI IP22 to work around a hang

Modified: dists/lenny/linux-2.6/debian/config/config
==============================================================================
--- dists/lenny/linux-2.6/debian/config/config	Tue Oct 20 08:23:10 2009	(r14420)
+++ dists/lenny/linux-2.6/debian/config/config	Thu Oct 22 22:46:05 2009	(r14421)
@@ -2036,7 +2036,7 @@
 ##
 ## file: mm/Kconfig
 ##
-CONFIG_DEFAULT_MMAP_MIN_ADDR=0
+CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
 
 ##
 ## file: net/Kconfig



More information about the Kernel-svn-changes mailing list