Merge /dists/sid/linux-2.6.

svn path=/dists/trunk/linux-2.6/; revision=14117
This commit is contained in:
Bastian Blank 2009-08-15 21:11:28 +00:00
parent bc52b06655
commit d3c7acc3e2
2 changed files with 15 additions and 1 deletions

14
debian/changelog vendored
View File

@ -65,6 +65,20 @@ linux-2.6 (2.6.31~rc6-1~experimental.1) UNRELEASED; urgency=low
-- maximilian attems <maks@debian.org> Thu, 18 Jun 2009 23:50:56 +0200
linux-2.6 (2.6.30-6) unstable; urgency=high
[ Bastian Blank ]
* Set default low address space protection to default value.
[ dann frazier ]
* Make sock_sendpage() use kernel_sendpage() (CVE-2009-2692)
* flat: fix uninitialized ptr with shared libs
* [parisc] isa-eeprom - Fix loff_t usage
* do_sigaltstack: avoid copying 'stack_t' as a structure to user space
* posix-timers: Fix oops in clock_nanosleep() with CLOCK_MONOTONIC_RAW
-- Bastian Blank <waldi@debian.org> Sat, 15 Aug 2009 15:50:02 +0200
linux-2.6 (2.6.30-5) unstable; urgency=high
[ maximilian attems ]

View File

@ -3454,7 +3454,7 @@ CONFIG_SECURITY_NETWORK_XFRM=y
# CONFIG_SECURITY_PATH is not set
CONFIG_SECURITY_FILE_CAPABILITIES=y
# CONFIG_SECURITY_ROOTPLUG is not set
CONFIG_SECURITY_DEFAULT_MMAP_MIN_ADDR=0
CONFIG_SECURITY_DEFAULT_MMAP_MIN_ADDR=4096
##
## file: security/integrity/ima/Kconfig