summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2021-02-04 05:30:23 +0100
committerThorsten Leemhuis <fedora@leemhuis.info>2021-02-04 05:30:23 +0100
commitbaee1ec59a398c127c651fb05e3a8952aee5af90 (patch)
treeb14b78b884c375934d37a9dac78eece6e1bae399 /kernel.spec
parentc1213081b3002ad052fdc35ccc419f1ebd8708a2 (diff)
parent59380a429856f09ae2902c538e5ad2d7be2821a8 (diff)
downloadkernel-baee1ec59a398c127c651fb05e3a8952aee5af90.tar.gz
kernel-baee1ec59a398c127c651fb05e3a8952aee5af90.tar.xz
kernel-baee1ec59a398c127c651fb05e3a8952aee5af90.zip
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec14
1 files changed, 10 insertions, 4 deletions
diff --git a/kernel.spec b/kernel.spec
index 62474afbb..7b520459a 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -99,7 +99,7 @@ Summary: The Linux kernel
%define stable_rc 0
# Do we have a -stable update to apply?
-%define stable_update 12
+%define stable_update 13
# Set rpm version accordingly
%if 0%{?stable_update}
%define stablerev %{stable_update}
@@ -867,15 +867,15 @@ Patch103: arm-pandaboard-fix-add-bluetooth.patch
# Fix for USB on some newer RPi4 / firmware combinations
Patch104: 0001-brcm-rpi4-fix-usb-numeration.patch
+# RPi-4 and wifi issues
+Patch105: arm-dts-rpi-4-disable-wifi-frequencies.patch
+
# Nouveau mDP detection fix
Patch107: 0001-drm-nouveau-kms-handle-mDP-connectors.patch
# rhbz 1918778
Patch108: media-pwc-fix-the-urb-buffer-allocation.patch
-#rhbz 1918486
-Patch109: hid-wacom-correct-null-dereference-on-aes-pen-proximity.patch
-
# END OF PATCH DEFINITIONS
%endif
@@ -2992,6 +2992,12 @@ fi
#
#
%changelog
+* Thu Feb 04 2021 Justin M. Forbes <jforbes@fedoraproject.org> - 5.10.13-200
+- Linux v5.10.13
+
+* Mon Feb 01 2021 Justin M. Forbes <jforbes@fedoraproject.org> - 5.10.12-200
+- Linux v5.10.12
+
* Wed Jan 27 08:07:48 CST 2021 Justin M. Forbes <jforbes@fedoraproject.org> - 5.10.11-200
- Linux v5.10.11
- Fix URB buffer allocation of pwc driver (rhbz 1918778)