From c438599162b0da1365ac1ea1a03e16586fc47e77 Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Mon, 16 Feb 2015 14:32:42 -0500 Subject: CVE-XXXX-XXXX potential memory corruption in vhost/scsi driver (rhbz 1189864 1192079) --- kernel.spec | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 78e8c3b91..0907b479c 100644 --- a/kernel.spec +++ b/kernel.spec @@ -620,6 +620,9 @@ 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 +#CVE-XXXX-XXXX rhbz 1189864 1192079 +Patch26136: vhost-scsi-potential-memory-corruption.patch + # git clone ssh://git.fedorahosted.org/git/kernel-arm64.git, git diff master...devel Patch30000: kernel-arm64.patch @@ -1349,6 +1352,9 @@ 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 +#CVE-XXXX-XXXX rhbz 1189864 1192079 +ApplyPatch vhost-scsi-potential-memory-corruption.patch + %if 0%{?aarch64patches} ApplyPatch kernel-arm64.patch %ifnarch aarch64 # this is stupid, but i want to notice before secondary koji does. @@ -2216,6 +2222,7 @@ fi # || || %changelog * Mon Feb 16 2015 Josh Boyer +- CVE-XXXX-XXXX potential memory corruption in vhost/scsi driver (rhbz 1189864 1192079) - CVE-2015-1593 stack ASLR integer overflow (rhbz 1192519 1192520) * Mon Feb 16 2015 Peter Robinson -- cgit