summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2020-02-28 10:58:00 -0600
committerJustin M. Forbes <jforbes@fedoraproject.org>2020-02-28 10:58:00 -0600
commit348755927b84cae22c2438987ee2440a019a55bd (patch)
treeeb41fb661492350fc30842bd970cf93229b97682 /kernel.spec
parentc2ef4b9a836b98c5dbb5875e9b37cb8088426cbb (diff)
downloadkernel-348755927b84cae22c2438987ee2440a019a55bd.tar.gz
kernel-348755927b84cae22c2438987ee2440a019a55bd.tar.xz
kernel-348755927b84cae22c2438987ee2440a019a55bd.zip
Linux v5.5.7
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec14
1 files changed, 6 insertions, 8 deletions
diff --git a/kernel.spec b/kernel.spec
index 71737d76d..772dcf780 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -77,7 +77,7 @@ Summary: The Linux kernel
# For non-released -rc kernels, this will be appended after the rcX and
# gitX tags, so a 3 here would become part of release "0.rcX.gitX.3"
#
-%global baserelease 201
+%global baserelease 200
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@@ -89,7 +89,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}
@@ -859,9 +859,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
@@ -871,9 +868,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
@@ -2903,6 +2897,10 @@ fi
#
#
%changelog
+* Fri Feb 28 2020 Justin M. Forbes <jforbes@fedoraproject.org> - 5.5.7-200
+- 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)