[kernel] r14071 - in dists/trunk/linux-2.6/debian: . config/kernelarch-x86
Maximilian Attems
maks at alioth.debian.org
Sat Aug 1 07:48:38 UTC 2009
Author: maks
Date: Sat Aug 1 07:48:36 2009
New Revision: 14071
Log:
x86 set DEFAULT_MMAP_MIN_ADDR=65536
value is helpful stopping "NULL dereference" attacks,
arm wants a 32k here.
Modified:
dists/trunk/linux-2.6/debian/changelog
dists/trunk/linux-2.6/debian/config/kernelarch-x86/config
Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog Sat Aug 1 07:41:53 2009 (r14070)
+++ dists/trunk/linux-2.6/debian/changelog Sat Aug 1 07:48:36 2009 (r14071)
@@ -26,7 +26,7 @@
* [x86_64] Enable HW_RANDOM_VIA.
* [x86] Keep divers staging stuff enabled.
* [x86] Enable RT3070, COMEDI_PCMCIA_DRIVERS, ACERHDF, EDAC_AMD64,
- CC_STACKPROTECTOR.
+ CC_STACKPROTECTOR, DEFAULT_MMAP_MIN_ADDR=65536.
* rtl8192su: remove firmware and disable.
* Newer Standards-Version 3.8.2 without changes.
* Allow install in chroot without do_initrd check for piuparts.
Modified: dists/trunk/linux-2.6/debian/config/kernelarch-x86/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/kernelarch-x86/config Sat Aug 1 07:41:53 2009 (r14070)
+++ dists/trunk/linux-2.6/debian/config/kernelarch-x86/config Sat Aug 1 07:48:36 2009 (r14071)
@@ -423,6 +423,11 @@
CONFIG_XEN_COMPAT_XENFS=y
##
+## file: mm/Kconfig
+##
+CONFIG_DEFAULT_MMAP_MIN_ADDR=65536
+
+##
## file: net/ipv6/Kconfig
##
CONFIG_IPV6=y
More information about the Kernel-svn-changes
mailing list