Change DEFAULT_MMAP_MIN_ADDR to 64k on x86_64
This commit is contained in:
parent
30d6f8092e
commit
41a1126e18
@ -21,6 +21,9 @@ CONFIG_NR_CPUS=1024
|
|||||||
CONFIG_PHYSICAL_START=0x1000000
|
CONFIG_PHYSICAL_START=0x1000000
|
||||||
CONFIG_PHYSICAL_ALIGN=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_EMULATION=y
|
||||||
# CONFIG_IA32_AOUT is not set
|
# CONFIG_IA32_AOUT is not set
|
||||||
|
|
||||||
|
@ -2229,6 +2229,9 @@ fi
|
|||||||
# ||----w |
|
# ||----w |
|
||||||
# || ||
|
# || ||
|
||||||
%changelog
|
%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>
|
* Mon Jan 06 2014 Josh Boyer <jwboyer@fedoraproject.org>
|
||||||
- Add support for Wacom Intuos 5 S devices (rhbz 1046238)
|
- Add support for Wacom Intuos 5 S devices (rhbz 1046238)
|
||||||
- Fix use after free crash in KVM (rhbz 1047892)
|
- Fix use after free crash in KVM (rhbz 1047892)
|
||||||
|
Loading…
Reference in New Issue
Block a user