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

This commit is contained in:
Josh Boyer 2014-10-10 14:27:03 -04:00
parent 34c1d79894
commit 01d5f48aa9
1 changed files with 7 additions and 0 deletions

View File

@ -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@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