From 29bfcadbc3890e059514bb07fafc71d81b8bc311 Mon Sep 17 00:00:00 2001 From: John Audia Date: Fri, 13 Feb 2026 15:26:06 -0500 Subject: [PATCH] kernel: bump 6.12 to 6.12.71 Changelog: https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.12.71 All patches automatically rebased. Build system: x86/64 Build-tested: flogic/glinet_gl-mt6000 Run-tested: flogic/glinet_gl-mt6000 Signed-off-by: John Audia Link: https://github.com/openwrt/openwrt/pull/21985 (cherry picked from commit baa433ffe99048a97936b0b31c0984dc479b539b) Link: https://github.com/openwrt/openwrt/pull/22017 Signed-off-by: Hauke Mehrtens --- target/linux/generic/kernel-6.12 | 4 ++-- .../patches-6.12/702-phy-Add-2.5G-SGMII-interface-mode.patch | 2 +- .../patches-6.12/720-NET-no-auto-carrier-off-support.patch | 2 +- .../700-dsa-mdio-increase-max-ports-for-rtl839x-rtl931x.patch | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/target/linux/generic/kernel-6.12 b/target/linux/generic/kernel-6.12 index d1c553e2b2..6baa933825 100644 --- a/target/linux/generic/kernel-6.12 +++ b/target/linux/generic/kernel-6.12 @@ -1,2 +1,2 @@ -LINUX_VERSION-6.12 = .70 -LINUX_KERNEL_HASH-6.12.70 = 9b4ccec7d8ceff4824f149e476ec06e83c86546ae8af82582871647809a62ef0 +LINUX_VERSION-6.12 = .71 +LINUX_KERNEL_HASH-6.12.71 = 143e8bc76cc41f831b51aa5e75819bed55bed41f299d35922820f1d2d2b02600 diff --git a/target/linux/layerscape/patches-6.12/702-phy-Add-2.5G-SGMII-interface-mode.patch b/target/linux/layerscape/patches-6.12/702-phy-Add-2.5G-SGMII-interface-mode.patch index c46d2dd8fa..dc63c7e3dd 100644 --- a/target/linux/layerscape/patches-6.12/702-phy-Add-2.5G-SGMII-interface-mode.patch +++ b/target/linux/layerscape/patches-6.12/702-phy-Add-2.5G-SGMII-interface-mode.patch @@ -62,7 +62,7 @@ Signed-off-by: Bhaskar Upadhaya PHY_INTERFACE_MODE_MAX, } phy_interface_t; -@@ -250,6 +251,8 @@ static inline const char *phy_modes(phy_ +@@ -245,6 +246,8 @@ static inline const char *phy_modes(phy_ return "gmii"; case PHY_INTERFACE_MODE_SGMII: return "sgmii"; diff --git a/target/linux/ramips/patches-6.12/720-NET-no-auto-carrier-off-support.patch b/target/linux/ramips/patches-6.12/720-NET-no-auto-carrier-off-support.patch index fccfbb6934..f5f9c8e3a4 100644 --- a/target/linux/ramips/patches-6.12/720-NET-no-auto-carrier-off-support.patch +++ b/target/linux/ramips/patches-6.12/720-NET-no-auto-carrier-off-support.patch @@ -21,7 +21,7 @@ Signed-off-by: John Crispin if (phydev->mii_ts && phydev->mii_ts->link_state) --- a/include/linux/phy.h +++ b/include/linux/phy.h -@@ -690,6 +690,7 @@ struct phy_device { +@@ -685,6 +685,7 @@ struct phy_device { unsigned downshifted_rate:1; unsigned is_on_sfp_module:1; unsigned mac_managed_pm:1; diff --git a/target/linux/realtek/patches-6.12/700-dsa-mdio-increase-max-ports-for-rtl839x-rtl931x.patch b/target/linux/realtek/patches-6.12/700-dsa-mdio-increase-max-ports-for-rtl839x-rtl931x.patch index 205b862e55..29500e47fe 100644 --- a/target/linux/realtek/patches-6.12/700-dsa-mdio-increase-max-ports-for-rtl839x-rtl931x.patch +++ b/target/linux/realtek/patches-6.12/700-dsa-mdio-increase-max-ports-for-rtl839x-rtl931x.patch @@ -35,7 +35,7 @@ Signed-off-by: Markus Stockhausen &phy->mdio.reset_assert_delay); --- a/include/linux/phy.h +++ b/include/linux/phy.h -@@ -316,7 +316,7 @@ static inline const char *phy_modes(phy_ +@@ -311,7 +311,7 @@ static inline const char *phy_modes(phy_ #define PHY_INIT_TIMEOUT 100000 #define PHY_FORCE_TIMEOUT 10 @@ -44,7 +44,7 @@ Signed-off-by: Markus Stockhausen /* Used when trying to connect to a specific phy (mii bus id:phy device id) */ #define PHY_ID_FMT "%s:%02x" -@@ -436,10 +436,10 @@ struct mii_bus { +@@ -431,10 +431,10 @@ struct mii_bus { struct mdio_device *mdio_map[PHY_MAX_ADDR]; /** @phy_mask: PHY addresses to be ignored when probing */