[kernel/f20] Add patch to fix bcache NULL ptr deref (rhbz 1149414)

Josh Boyer jwboyer at fedoraproject.org
Fri Oct 10 18:27:20 UTC 2014


commit 01d5f48aa9c20a3a99e5d6e2fa8b0cb0a456abdb
Author: Josh Boyer <jwboyer at fedoraproject.org>
Date:   Fri Oct 10 14:27:03 2014 -0400

    Add patch to fix bcache NULL ptr deref (rhbz 1149414)

 kernel.spec |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 8d85854..aac407b 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -720,6 +720,9 @@ Patch26030: GFS2-Make-rename-not-save-dirent-location.patch
 #CVE-2014-7970 rhbz 1151095 1151484
 Patch26032: mnt-Prevent-pivot_root-from-creating-a-loop-in-the-m.patch
 
+#rhbz 1149414
+Patch26033: bcache-Make-sure-to-pass-GFP_WAIT-to-mempool_alloc.patch
+
 # git clone ssh://git.fedorahosted.org/git/kernel-arm64.git, git diff master...devel
 Patch30000: kernel-arm64.patch
 
@@ -1408,6 +1411,9 @@ ApplyPatch GFS2-Make-rename-not-save-dirent-location.patch
 #CVE-2014-7970 rhbz 1151095 1151484
 ApplyPatch mnt-Prevent-pivot_root-from-creating-a-loop-in-the-m.patch
 
+#rhbz 1149414
+ApplyPatch bcache-Make-sure-to-pass-GFP_WAIT-to-mempool_alloc.patch
+
 %if 0%{?aarch64patches}
 ApplyPatch kernel-arm64.patch
 %ifnarch aarch64 # this is stupid, but i want to notice before secondary koji does.
@@ -2227,6 +2233,7 @@ fi
 #                 ||     ||
 %changelog
 * Fri Oct 10 2014 Josh Boyer <jwboyer at fedoraproject.org>
+- Add patch to fix bcache NULL ptr deref (rhbz 1149414)
 - CVE-2014-7970 VFS: DoS with USER_NS (rhbz 1151095 1151484)
 - Drop doubly applied ACPI video quirk patches
 


More information about the scm-commits mailing list