Turn off W+X warnings (rhbz 1306885)

The W+X warning is useful for finding potentially insecure
mappings. Fixes for some of the warning have stalled leading
to lots of reports of warnings though. There isn't much use
for this in stable releases since any fix will be trickling
in through rawhide anyway. Turn it off for stable releases
and leave it on for rawhide.
This commit is contained in:
Laura Abbott 2016-02-12 11:55:25 -08:00
parent d8be0409b7
commit 568b33d005
2 changed files with 5 additions and 1 deletions

View File

@ -72,7 +72,8 @@ CONFIG_MMIOTRACE=y
# CONFIG_MMIOTRACE_TEST is not set
# CONFIG_DEBUG_PER_CPU_MAPS is not set
CONFIG_DEBUG_RODATA=y
CONFIG_DEBUG_WX=y
# Generating too many warnings while waiting for fixes
# CONFIG_DEBUG_WX is not set
CONFIG_DEBUG_STACKOVERFLOW=y
CONFIG_ACPI=y

View File

@ -2074,6 +2074,9 @@ fi
#
#
%changelog
* Fri Feb 12 2016 Laura Abbott <labbott@fedoraproject.org>
- Turn off W+X warnings (rhbz 1306885)
* Tue Feb 09 2016 Josh Boyer <jwboyer@fedoraproject.org>
- CVE-2016-0617 fix hugetlbfs inode.c issues (rhbz 1305803 1305804)