From c5ecc439ca8f7c7dad3babd266fc4331f5e2d6a0 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Mon, 24 Feb 2020 14:04:47 -0600 Subject: Fix for some iwlwifi users (rhbz 1800335) --- kernel.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 7b3dc7159..c69efd0fb 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 200 +%global baserelease 201 %global fedora_build %{baserelease} # base_sublevel is the kernel version we're starting with and patching @@ -868,6 +868,9 @@ Patch508: 0001-drm-i915-Serialise-i915_active_acquire-with-__active.patch # Backport vboxsf from 5.6, can be dropped when we move to 5.6 Patch510: 0001-fs-Add-VirtualBox-guest-shared-folder-vboxsf-support.patch +# rhbz 1800335 +Patch511: v2_20200128_dmoulding_me_com.patch + # END OF PATCH DEFINITIONS %endif @@ -2897,6 +2900,9 @@ fi # # %changelog +* Mon Feb 24 2020 Justin M. Forbes - 5.5.6-201 +- Fix for some iwlwifi users (rhbz 1800335) + * Mon Feb 24 2020 Justin M. Forbes - 5.5.6-200 - Linux v5.5.6 -- cgit From c2ef4b9a836b98c5dbb5875e9b37cb8088426cbb Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Thu, 27 Feb 2020 20:21:01 +0100 Subject: Fix 5.5.6 sof_hda regression (rhbz 1772498) --- kernel.spec | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index c69efd0fb..71737d76d 100644 --- a/kernel.spec +++ b/kernel.spec @@ -871,6 +871,9 @@ 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 @@ -2900,6 +2903,9 @@ fi # # %changelog +* Thu Feb 27 2020 Hans de Goede +- Fix 5.5.6 sof_hda regression (rhbz 1772498) + * Mon Feb 24 2020 Justin M. Forbes - 5.5.6-201 - Fix for some iwlwifi users (rhbz 1800335) -- cgit