summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@fedoraproject.org>2015-02-16 14:13:37 -0500
committerJosh Boyer <jwboyer@fedoraproject.org>2015-02-16 14:13:37 -0500
commitd2fb0bf0211cf45ca9ea59fc158e90ae3f45176a (patch)
tree8ff36addbc1d54f05a601089da1518e991eb02a8 /kernel.spec
parent7e89ce359ca7a68b16aa3efd003f2e66e3d43938 (diff)
downloadkernel-d2fb0bf0211cf45ca9ea59fc158e90ae3f45176a.tar.gz
kernel-d2fb0bf0211cf45ca9ea59fc158e90ae3f45176a.tar.xz
kernel-d2fb0bf0211cf45ca9ea59fc158e90ae3f45176a.zip
CVE-2015-1593 stack ASLR integer overflow (rhbz 1192519 1192520)
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec9
1 files changed, 9 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec
index b36b1e1ae..78e8c3b91 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -617,6 +617,9 @@ Patch26133: ntp-Fixup-adjtimex-freq-validation-on-32bit-systems.patch
Patch26134: perf-tools-Define-_GNU_SOURCE-on-pthread_attr_setaff.patch
+#CVE-2015-1593 rhbz 1192519 1192520
+Patch26135: ASLR-fix-stack-randomization-on-64-bit-systems.patch
+
# git clone ssh://git.fedorahosted.org/git/kernel-arm64.git, git diff master...devel
Patch30000: kernel-arm64.patch
@@ -1343,6 +1346,9 @@ ApplyPatch ntp-Fixup-adjtimex-freq-validation-on-32bit-systems.patch
ApplyPatch perf-tools-Define-_GNU_SOURCE-on-pthread_attr_setaff.patch
+#CVE-2015-1593 rhbz 1192519 1192520
+ApplyPatch ASLR-fix-stack-randomization-on-64-bit-systems.patch
+
%if 0%{?aarch64patches}
ApplyPatch kernel-arm64.patch
%ifnarch aarch64 # this is stupid, but i want to notice before secondary koji does.
@@ -2209,6 +2215,9 @@ fi
# ||----w |
# || ||
%changelog
+* Mon Feb 16 2015 Josh Boyer <jwboyer@fedoraproject.org>
+- CVE-2015-1593 stack ASLR integer overflow (rhbz 1192519 1192520)
+
* Mon Feb 16 2015 Peter Robinson <pbrobinson@fedoraproject.org>
- Minor updates for ARMv7/ARM64