diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2021-01-23 20:22:59 +0100 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2021-01-23 20:22:59 +0100 |
commit | 7efd6ea062a99eed29f6ab47d78575e383b74f2a (patch) | |
tree | 93793126da53c74717ed83468d6cca8ed8000cbd /SPECS | |
parent | 08dd98297a5676e828d819d78da722c529fcc268 (diff) | |
download | kernel-fsync-7efd6ea062a99eed29f6ab47d78575e383b74f2a.tar.gz kernel-fsync-7efd6ea062a99eed29f6ab47d78575e383b74f2a.zip |
kernel 5.10.9
Diffstat (limited to 'SPECS')
-rw-r--r-- | SPECS/kernel.spec | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/SPECS/kernel.spec b/SPECS/kernel.spec index 92d80b9..b17d478 100644 --- a/SPECS/kernel.spec +++ b/SPECS/kernel.spec @@ -82,7 +82,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 202 %global fedora_build %{baserelease} # base_sublevel is the kernel version we're starting with and patching @@ -94,7 +94,7 @@ Summary: The Linux kernel %if 0%{?released_kernel} # Do we have a -stable update to apply? -%define stable_update 8 +%define stable_update 9 # Set rpm version accordingly %if 0%{?stable_update} %define stablerev %{stable_update} @@ -846,6 +846,9 @@ Patch102: 0001-update-phy-on-pine64-a64-devices.patch # OMAP Pandaboard fix Patch103: arm-pandaboard-fix-add-bluetooth.patch +# Fix for USB on some newer RPi4 / firmware combinations +Patch104: 0001-brcm-rpi4-fix-usb-numeration.patch + # Nouveau mDP detection fix Patch107: 0001-drm-nouveau-kms-handle-mDP-connectors.patch @@ -2966,8 +2969,14 @@ fi # # %changelog -* Tue Jan 19 23:30:47 CET 2021 Jan Drögehoff <sentrycraft123@gmail.com> - 5.10.8-201.fsync -- Linux v5.10.8 futex2 zen +* Sat Jan 23 2021 Jan Drögehoff <sentrycraft123@gmail.com> - 5.10.9-202.fsync +- Linux v5.10.9 futex2 zen + +* Wed Jan 20 2021 Peter Robinson <pbrobinson@fedoraproject.org> - 5.10.9-201 +- Fix for ARMv7 builder pause issue + +* Tue Jan 19 15:00:17 CST 2021 Justin M. Forbes <jforbes@fedoraproject.org> - 5.10.9-200 +- Linux v5.10.9 * Sun Jan 17 13:09:31 CST 2021 Justin M. Forbes <jforbes@fedoraproject.org> - 5.10.8-200 - Linux v5.10.8 |