]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
kernel: bump 6.12 to 6.12.71 22017/head
authorJohn Audia <therealgraysky@proton.me>
Fri, 13 Feb 2026 20:26:06 +0000 (15:26 -0500)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 15 Feb 2026 01:07:04 +0000 (02:07 +0100)
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 <therealgraysky@proton.me>
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 <hauke@hauke-m.de>
target/linux/generic/kernel-6.12
target/linux/layerscape/patches-6.12/702-phy-Add-2.5G-SGMII-interface-mode.patch
target/linux/ramips/patches-6.12/720-NET-no-auto-carrier-off-support.patch
target/linux/realtek/patches-6.12/700-dsa-mdio-increase-max-ports-for-rtl839x-rtl931x.patch

index d1c553e2b28c611613ceaa316088bd7381a190d0..6baa93382581d7fb528c21750399053af2a10e50 100644 (file)
@@ -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
index c46d2dd8fa7e07b203b02017afea90a739e09c04..dc63c7e3dd52fde147a517fb893dc667ce51faaa 100644 (file)
@@ -62,7 +62,7 @@ Signed-off-by: Bhaskar Upadhaya <Bhaskar.Upadhaya@nxp.com>
        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";
index fccfbb69346e26f39a353033010be8e8b0f5ebe9..f5f9c8e3a431e3971e77f441814a5cb4fec25003 100644 (file)
@@ -21,7 +21,7 @@ Signed-off-by: John Crispin <blogic@openwrt.org>
        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;
index 205b862e55e5e64ae6c80e008c75625b703c579f..29500e47fe9c7f836f4fb5c7d5c5276eccc02790 100644 (file)
@@ -35,7 +35,7 @@ Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
                                 &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 <markus.stockhausen@gmx.de>
  
  /* 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 */