summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2020-02-28 10:59:29 -0600
committerJustin M. Forbes <jforbes@fedoraproject.org>2020-02-28 10:59:29 -0600
commit5ef52c4bb7524927dcb7607f8a04fcbe29b53477 (patch)
tree61df1fd252a30e4db3760cde365e804bd59ed393 /kernel.spec
parentd223c3fdcfa08cfb7bdbd60c94d6cbf8e900bf3f (diff)
downloadkernel-5ef52c4bb7524927dcb7607f8a04fcbe29b53477.tar.gz
kernel-5ef52c4bb7524927dcb7607f8a04fcbe29b53477.tar.xz
kernel-5ef52c4bb7524927dcb7607f8a04fcbe29b53477.zip
Linux v5.5.7
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec12
1 files changed, 5 insertions, 7 deletions
diff --git a/kernel.spec b/kernel.spec
index 439e2331c..1b65193c6 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -56,7 +56,7 @@ Summary: The Linux kernel
%if 0%{?released_kernel}
# Do we have a -stable update to apply?
-%define stable_update 6
+%define stable_update 7
# Set rpm version accordingly
%if 0%{?stable_update}
%define stablerev %{stable_update}
@@ -563,9 +563,6 @@ Patch505: ARM-fix-__get_user_check-in-case-uaccess_-calls-are-not-inlined.patch
# ALSA code from v5.6 (Intel ASoC Sound Open Firmware driver support)
Patch506: alsa-5.6.patch
-# rhbz 1797052
-Patch507: 0001-mm-Avoid-creating-virtual-address-aliases-in-brk-mma.patch
-
# i915 "critical" patch from upstream
Patch508: 0001-drm-i915-Serialise-i915_active_acquire-with-__active.patch
@@ -575,9 +572,6 @@ Patch510: 0001-fs-Add-VirtualBox-guest-shared-folder-vboxsf-support.patch
# rhbz 1800335
Patch511: v2_20200128_dmoulding_me_com.patch
-# Fix 5.5.6 sof_hda regression (rhbz#1772498)
-Patch512: 0001-ASoC-SOF-Intel-hda-Add-iDisp4-DAI.patch
-
# END OF PATCH DEFINITIONS
%endif
@@ -1818,6 +1812,10 @@ fi
#
#
%changelog
+* Fri Feb 28 2020 Justin M. Forbes <jforbes@fedoraproject.org> - 5.5.7-100
+- Linux v5.5.7
+- Fixes CVE-2020-2732 (rhbz 1805135 1806816)
+
* Thu Feb 27 2020 Hans de Goede <hdegoede@redhat.com>
- Fix 5.5.6 sof_hda regression (rhbz 1772498)