From 7d3c439f48e4c0db69bafebc8ac92f1dcb7deb77 Mon Sep 17 00:00:00 2001 From: Pablo Greco Date: May 22 2021 11:50:22 +0000 Subject: Update to 5.10.33 --- diff --git a/.kernel.metadata b/.kernel.metadata index 030f48a..b3b8369 100644 --- a/.kernel.metadata +++ b/.kernel.metadata @@ -1,2 +1,2 @@ d1113deb77327ff8526613fce852277935d70100 SOURCES/linux-5.10.tar.xz -1acdb51806360bd87c9b6fd7681ee963e656ac5d SOURCES/patch-5.10.29.xz +d33f1a6672f510640120a30539aef97ca5d2cd42 SOURCES/patch-5.10.33.xz diff --git a/SOURCES/kernel-x86_64-debug-fedora.config b/SOURCES/kernel-x86_64-debug-fedora.config index cda837c..09c5c7c 100644 --- a/SOURCES/kernel-x86_64-debug-fedora.config +++ b/SOURCES/kernel-x86_64-debug-fedora.config @@ -138,7 +138,7 @@ CONFIG_AD7949=m # CONFIG_AD799X is not set # CONFIG_AD8366 is not set # CONFIG_AD8801 is not set -CONFIG_AD9467=m +# CONFIG_AD9467 is not set # CONFIG_AD9523 is not set # CONFIG_AD9832 is not set # CONFIG_AD9834 is not set diff --git a/SOURCES/kernel-x86_64-fedora.config b/SOURCES/kernel-x86_64-fedora.config index ac397ee..3c35e68 100644 --- a/SOURCES/kernel-x86_64-fedora.config +++ b/SOURCES/kernel-x86_64-fedora.config @@ -138,7 +138,7 @@ CONFIG_AD7949=m # CONFIG_AD799X is not set # CONFIG_AD8366 is not set # CONFIG_AD8801 is not set -CONFIG_AD9467=m +# CONFIG_AD9467 is not set # CONFIG_AD9523 is not set # CONFIG_AD9832 is not set # CONFIG_AD9834 is not set diff --git a/SOURCES/linux-5.10-lx2160a-network.patch b/SOURCES/linux-5.10-lx2160a-network.patch index 3e2b443..b3a8507 100644 --- a/SOURCES/linux-5.10-lx2160a-network.patch +++ b/SOURCES/linux-5.10-lx2160a-network.patch @@ -2477,13 +2477,12 @@ diff --git a/drivers/net/mdio/Kconfig b/drivers/net/mdio/Kconfig index a10cc460d7cf..2d5bf5ccffb5 100644 --- a/drivers/net/mdio/Kconfig +++ b/drivers/net/mdio/Kconfig -@@ -19,6 +19,15 @@ config MDIO_BUS +@@ -19,6 +19,14 @@ config MDIO_BUS reflects whether the mdio_bus/mdio_device code is built as a loadable module or built-in. +config FWNODE_MDIO + def_tristate PHYLIB -+ depends on ACPI + depends on OF + depends on PHYLIB + select FIXED_PHY diff --git a/SPECS/kernel.spec b/SPECS/kernel.spec index 18ef390..fc93613 100644 --- a/SPECS/kernel.spec +++ b/SPECS/kernel.spec @@ -94,7 +94,7 @@ Summary: The Linux kernel %if 0%{?released_kernel} # Do we have a -stable update to apply? -%define stable_update 29 +%define stable_update 33 # Set rpm version accordingly %if 0%{?stable_update} %define stablerev %{stable_update} @@ -3010,6 +3010,10 @@ fi # # %changelog +* Sat May 1 2021 Pablo Greco - 5.10.33-200 +- Linux v5.10.33 +- Fix ethernet in armhfp devices + * Sun Apr 11 2021 Pablo Greco - 5.10.29-200 - Linux v5.10.29 - Fixes to build in CentOS 7 and CentOS 8