summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorLaura Abbott <labbott@fedoraproject.org>2017-06-19 09:45:52 -0700
committerLaura Abbott <labbott@fedoraproject.org>2017-06-19 09:53:13 -0700
commit9d83bf973d72e3a7e0bae992623d51ff185b8a7e (patch)
tree7268d0182a76af0948e4db2de9ca215c637a2c53 /kernel.spec
parent009fb60477aeab11a5e98b069085bd0eeeb1a55e (diff)
downloadkernel-9d83bf973d72e3a7e0bae992623d51ff185b8a7e.tar.gz
kernel-9d83bf973d72e3a7e0bae992623d51ff185b8a7e.tar.xz
kernel-9d83bf973d72e3a7e0bae992623d51ff185b8a7e.zip
Linux v4.11.6
Fix CVE-2017-1000364 (rhbz 1462819 1461333)
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec15
1 files changed, 8 insertions, 7 deletions
diff --git a/kernel.spec b/kernel.spec
index 164cedf75..729faa892 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -54,7 +54,7 @@ Summary: The Linux kernel
%if 0%{?released_kernel}
# Do we have a -stable update to apply?
-%define stable_update 5
+%define stable_update 6
# Set rpm version accordingly
%if 0%{?stable_update}
%define stablerev %{stable_update}
@@ -621,9 +621,6 @@ Patch864: dell-laptop-Adds-support-for-keyboard-backlight-timeout-AC-settings.pa
Patch866: 0001-SUNRPC-Refactor-svc_set_num_threads.patch
Patch867: 0002-NFSv4-Fix-callback-server-shutdown.patch
-#Fix broadwell issues
-Patch675: drm-i915-Do-not-drop-pagetables-when-empty.patch
-
# rhbz 1455780
Patch676: 2-2-nvme-Quirk-APST-on-Intel-600P-P3100-devices.patch
@@ -635,12 +632,12 @@ Patch679: actual_udpencap_fix.patch
Patch680: 0001-platform-x86-thinkpad_acpi-guard-generic-hotkey-case.patch
Patch681: 0002-platform-x86-thinkpad_acpi-add-mapping-for-new-hotke.patch
-# rhbz 1461337
-Patch682: 0001-efi-Fix-boot-panic-because-of-invalid-BGRT-image-add.patch
-
# rhbz 1459326
Patch683: RFC-audit-fix-a-race-condition-with-the-auditd-tracking-code.patch
+# CVE-2017-1000364 rhbz 1462819 1461333
+Patch684: mm-larger-stack-guard-gap-between-vmas.patch
+
# END OF PATCH DEFINITIONS
%endif
@@ -2205,6 +2202,10 @@ fi
#
#
%changelog
+* Mon Jun 19 2017 Laura Abbott <labbott@fedoraproject.org> - 4.11.6-200
+- Linux v4.11.6
+- Fix CVE-2017-1000364 (rhbz 1462819 1461333)
+
* Fri Jun 16 2017 Laura Abbott <labbott@fedoraproject.org>
- Fix an auditd race condition (rhbz 1459326)