Change DEFAULT_MMAP_MIN_ADDR to 64k on x86_64

This commit is contained in:
Josh Boyer 2014-01-07 07:43:52 -05:00
parent 30d6f8092e
commit 41a1126e18
2 changed files with 6 additions and 0 deletions

View File

@ -21,6 +21,9 @@ CONFIG_NR_CPUS=1024
CONFIG_PHYSICAL_START=0x1000000
CONFIG_PHYSICAL_ALIGN=0x1000000
# https://lists.fedoraproject.org/pipermail/kernel/2013-December/004753.html
CONFIG_DEFAULT_MMAP_MIN_ADDR=65536
CONFIG_IA32_EMULATION=y
# CONFIG_IA32_AOUT is not set

View File

@ -2229,6 +2229,9 @@ fi
# ||----w |
# || ||
%changelog
* Tue Jan 07 2014 Josh Boyer <jwboyer@fedoraproject.org>
- Change DEFAULT_MMAP_MIN_ADDR to 64k on x86_64
* Mon Jan 06 2014 Josh Boyer <jwboyer@fedoraproject.org>
- Add support for Wacom Intuos 5 S devices (rhbz 1046238)
- Fix use after free crash in KVM (rhbz 1047892)