Skip to content

Commit 29bfcad

Browse files
graysky2hauke
authored andcommitted
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 <therealgraysky@proton.me> Link: openwrt/openwrt#21985 (cherry picked from commit baa433f) Link: openwrt/openwrt#22017 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
1 parent 47f0c12 commit 29bfcad

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

target/linux/generic/kernel-6.12

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
LINUX_VERSION-6.12 = .70
2-
LINUX_KERNEL_HASH-6.12.70 = 9b4ccec7d8ceff4824f149e476ec06e83c86546ae8af82582871647809a62ef0
1+
LINUX_VERSION-6.12 = .71
2+
LINUX_KERNEL_HASH-6.12.71 = 143e8bc76cc41f831b51aa5e75819bed55bed41f299d35922820f1d2d2b02600

target/linux/layerscape/patches-6.12/702-phy-Add-2.5G-SGMII-interface-mode.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Signed-off-by: Bhaskar Upadhaya <Bhaskar.Upadhaya@nxp.com>
6262
PHY_INTERFACE_MODE_MAX,
6363
} phy_interface_t;
6464

65-
@@ -250,6 +251,8 @@ static inline const char *phy_modes(phy_
65+
@@ -245,6 +246,8 @@ static inline const char *phy_modes(phy_
6666
return "gmii";
6767
case PHY_INTERFACE_MODE_SGMII:
6868
return "sgmii";

target/linux/ramips/patches-6.12/720-NET-no-auto-carrier-off-support.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Signed-off-by: John Crispin <blogic@openwrt.org>
2121
if (phydev->mii_ts && phydev->mii_ts->link_state)
2222
--- a/include/linux/phy.h
2323
+++ b/include/linux/phy.h
24-
@@ -690,6 +690,7 @@ struct phy_device {
24+
@@ -685,6 +685,7 @@ struct phy_device {
2525
unsigned downshifted_rate:1;
2626
unsigned is_on_sfp_module:1;
2727
unsigned mac_managed_pm:1;

target/linux/realtek/patches-6.12/700-dsa-mdio-increase-max-ports-for-rtl839x-rtl931x.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
3535
&phy->mdio.reset_assert_delay);
3636
--- a/include/linux/phy.h
3737
+++ b/include/linux/phy.h
38-
@@ -316,7 +316,7 @@ static inline const char *phy_modes(phy_
38+
@@ -311,7 +311,7 @@ static inline const char *phy_modes(phy_
3939
#define PHY_INIT_TIMEOUT 100000
4040
#define PHY_FORCE_TIMEOUT 10
4141

@@ -44,7 +44,7 @@ Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
4444

4545
/* Used when trying to connect to a specific phy (mii bus id:phy device id) */
4646
#define PHY_ID_FMT "%s:%02x"
47-
@@ -436,10 +436,10 @@ struct mii_bus {
47+
@@ -431,10 +431,10 @@ struct mii_bus {
4848
struct mdio_device *mdio_map[PHY_MAX_ADDR];
4949

5050
/** @phy_mask: PHY addresses to be ignored when probing */

0 commit comments

Comments
 (0)