summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2020-09-12 13:23:31 +0100
committerPeter Robinson <pbrobinson@gmail.com>2020-09-12 13:23:31 +0100
commit323978eed5b7645dbd6783c1df7540a6f75f4211 (patch)
tree5a5dc9e0ce9c74890c171b9e6d8b024fb529efbb /kernel.spec
parent11aa7611910b0c83b56f185aa640f6af47eb60aa (diff)
downloadkernel-323978eed5b7645dbd6783c1df7540a6f75f4211.tar.gz
kernel-323978eed5b7645dbd6783c1df7540a6f75f4211.tar.xz
kernel-323978eed5b7645dbd6783c1df7540a6f75f4211.zip
upstream fixes for SDIO speed issues, certain mSD cards on Raspberry Pi 4, older brcm sdio WiFi
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec17
1 files changed, 15 insertions, 2 deletions
diff --git a/kernel.spec b/kernel.spec
index 10ed61974..853b345ac 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -867,10 +867,18 @@ Patch105: 0001-platform-x86-thinkpad_acpi-lap-or-desk-mode-interfac.patch
# https://bugzilla.redhat.com/show_bug.cgi?id=1874117
Patch107: 0001-drivers-perf-xgene_pmu-Fix-uninitialized-resource-st.patch
-Patch110: memory-tegra-Remove-GPU-from-DRM-IOMMU-group.patch
+# https://patchwork.kernel.org/patch/11745283/
+Patch108: brcmfmac-BCM4329-Fixes-and-improvement.patch
+
+# https://patchwork.kernel.org/patch/11743769/
+Patch109: mmc-sdhci-iproc-Enable-eMMC-DDR-3.3V-support-for-bcm2711.patch
+# https://www.spinics.net/lists/linux-mmc/msg60653.html
+Patch111: mmc-sdio-Use-mmc_pre_req-mmc_post_req.patch
+
+Patch112: memory-tegra-Remove-GPU-from-DRM-IOMMU-group.patch
# CVE-2020-25211 rhbz 1877571 1877572
-Patch111: netfilter-ctnetlink-add-range-check-for-l3-l4-protonum.patch
+Patch113: netfilter-ctnetlink-add-range-check-for-l3-l4-protonum.patch
# END OF PATCH DEFINITIONS
@@ -2976,6 +2984,11 @@ fi
#
#
%changelog
+* Sat Sep 12 2020 Peter Robinson <pbrobinson@fedoraproject.org>
+- Fix for SDIO speed issue
+- Fix for certain mSD cards on Raspberry Pi 4
+- Fix for older brcm sdio WiFi modules
+
* Thu Sep 10 2020 Justin M. Forbes <jforbes@fedoraproject.org>
- Fix CVE-2020-25211 (rhbz 1877571 1877572)