diff --git a/configs/aarch64_defconfig b/configs/aarch64_defconfig index 91a34fef..e13e8e18 100644 --- a/configs/aarch64_defconfig +++ b/configs/aarch64_defconfig @@ -28,7 +28,7 @@ BR2_ROOTFS_POST_BUILD_SCRIPT="${BR2_EXTERNAL_INFIX_PATH}/board/common/post-build BR2_ROOTFS_POST_IMAGE_SCRIPT="${BR2_EXTERNAL_INFIX_PATH}/board/common/post-image.sh" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.57" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.58" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="${BR2_EXTERNAL_INFIX_PATH}/board/aarch64/linux_defconfig" BR2_LINUX_KERNEL_INSTALL_TARGET=y diff --git a/configs/aarch64_minimal_defconfig b/configs/aarch64_minimal_defconfig index 5d443170..3a5f1708 100644 --- a/configs/aarch64_minimal_defconfig +++ b/configs/aarch64_minimal_defconfig @@ -27,7 +27,7 @@ BR2_ROOTFS_POST_BUILD_SCRIPT="${BR2_EXTERNAL_INFIX_PATH}/board/common/post-build BR2_ROOTFS_POST_IMAGE_SCRIPT="${BR2_EXTERNAL_INFIX_PATH}/board/common/post-image.sh" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.57" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.58" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="${BR2_EXTERNAL_INFIX_PATH}/board/aarch64/linux_defconfig" BR2_LINUX_KERNEL_INSTALL_TARGET=y diff --git a/configs/x86_64_defconfig b/configs/x86_64_defconfig index fc98c004..227c7fb4 100644 --- a/configs/x86_64_defconfig +++ b/configs/x86_64_defconfig @@ -27,7 +27,7 @@ BR2_ROOTFS_POST_BUILD_SCRIPT="board/qemu/x86_64/post-build.sh ${BR2_EXTERNAL_INF BR2_ROOTFS_POST_IMAGE_SCRIPT="${BR2_EXTERNAL_INFIX_PATH}/board/common/post-image.sh" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.57" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.58" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="${BR2_EXTERNAL_INFIX_PATH}/board/x86_64/linux_defconfig" BR2_LINUX_KERNEL_INSTALL_TARGET=y diff --git a/configs/x86_64_minimal_defconfig b/configs/x86_64_minimal_defconfig index 7a4aa00d..55c4bc7c 100644 --- a/configs/x86_64_minimal_defconfig +++ b/configs/x86_64_minimal_defconfig @@ -27,7 +27,7 @@ BR2_ROOTFS_POST_BUILD_SCRIPT="board/qemu/x86_64/post-build.sh ${BR2_EXTERNAL_INF BR2_ROOTFS_POST_IMAGE_SCRIPT="${BR2_EXTERNAL_INFIX_PATH}/board/common/post-image.sh" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.57" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.58" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="${BR2_EXTERNAL_INFIX_PATH}/board/x86_64/linux_defconfig" BR2_LINUX_KERNEL_INSTALL_TARGET=y diff --git a/doc/ChangeLog.md b/doc/ChangeLog.md index dab39aeb..e5e83b3a 100644 --- a/doc/ChangeLog.md +++ b/doc/ChangeLog.md @@ -8,7 +8,7 @@ All notable changes to the project are documented in this file. ### Changes -- Upgrade Linux kernel to 6.12.57 (LTS) +- Upgrade Linux kernel to 6.12.58 (LTS) - Major improvements to OSPF and BFD operational data and CLI commands: - CLI commands now use data from the operational datastore instead of calling vtysh directly, providing better integration and consistency diff --git a/patches/linux/6.12.57/0001-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch b/patches/linux/6.12.58/0001-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch similarity index 94% rename from patches/linux/6.12.57/0001-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch rename to patches/linux/6.12.58/0001-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch index c29ec244..ac39a455 100644 --- a/patches/linux/6.12.57/0001-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch +++ b/patches/linux/6.12.58/0001-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch @@ -1,4 +1,4 @@ -From d532420003a86f60cb632662bf5a415904a6ceb0 Mon Sep 17 00:00:00 2001 +From 9da64e743c6b32eebc58414dd82149275d01bef0 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 12 Mar 2024 10:27:24 +0100 Subject: [PATCH 01/30] [FIX] net: dsa: mv88e6xxx: Fix timeout on waiting for diff --git a/patches/linux/6.12.57/0002-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch b/patches/linux/6.12.58/0002-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch similarity index 99% rename from patches/linux/6.12.57/0002-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch rename to patches/linux/6.12.58/0002-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch index 7cde5b8b..eebc785b 100644 --- a/patches/linux/6.12.57/0002-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch +++ b/patches/linux/6.12.58/0002-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch @@ -1,4 +1,4 @@ -From dfdfe4261ef01baa9952ec157e73a7823623a8f5 Mon Sep 17 00:00:00 2001 +From b4fc53d85eb725537643adc2eceb8388b57a9b16 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 27 Mar 2024 15:52:43 +0100 Subject: [PATCH 02/30] net: dsa: mv88e6xxx: Improve indirect register access diff --git a/patches/linux/6.12.57/0003-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch b/patches/linux/6.12.58/0003-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch similarity index 95% rename from patches/linux/6.12.57/0003-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch rename to patches/linux/6.12.58/0003-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch index eeae976c..660620d2 100644 --- a/patches/linux/6.12.57/0003-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch +++ b/patches/linux/6.12.58/0003-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch @@ -1,4 +1,4 @@ -From 80a9ba5efce93eb9a9379467697b175aa17698ee Mon Sep 17 00:00:00 2001 +From 95e3789607bc5ecc16bd46935cb99d19cf57641f Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Mon, 22 Apr 2024 23:18:01 +0200 Subject: [PATCH 03/30] net: dsa: mv88e6xxx: Honor ports being managed via diff --git a/patches/linux/6.12.57/0004-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch b/patches/linux/6.12.58/0004-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch similarity index 98% rename from patches/linux/6.12.57/0004-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch rename to patches/linux/6.12.58/0004-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch index 56dd6457..5a20fb4f 100644 --- a/patches/linux/6.12.57/0004-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch +++ b/patches/linux/6.12.58/0004-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch @@ -1,4 +1,4 @@ -From 1863c3b6e78fd3a48f144383cd3e950a5078ad9c Mon Sep 17 00:00:00 2001 +From d473a6e509a84e94bf5412aa2ef3e2472532fd28 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 24 Apr 2024 22:41:04 +0200 Subject: [PATCH 04/30] net: dsa: mv88e6xxx: Limit rsvd2cpu policy to user diff --git a/patches/linux/6.12.57/0005-net-dsa-mv88e6xxx-Add-LED-infrastructure.patch b/patches/linux/6.12.58/0005-net-dsa-mv88e6xxx-Add-LED-infrastructure.patch similarity index 99% rename from patches/linux/6.12.57/0005-net-dsa-mv88e6xxx-Add-LED-infrastructure.patch rename to patches/linux/6.12.58/0005-net-dsa-mv88e6xxx-Add-LED-infrastructure.patch index 54597976..3a652f19 100644 --- a/patches/linux/6.12.57/0005-net-dsa-mv88e6xxx-Add-LED-infrastructure.patch +++ b/patches/linux/6.12.58/0005-net-dsa-mv88e6xxx-Add-LED-infrastructure.patch @@ -1,4 +1,4 @@ -From 497d566762ef702eea234ef4d571a2378385bc21 Mon Sep 17 00:00:00 2001 +From 4364d19dc50dbc5ab29d52573f27142946fb0243 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Thu, 16 Nov 2023 19:44:32 +0100 Subject: [PATCH 05/30] net: dsa: mv88e6xxx: Add LED infrastructure diff --git a/patches/linux/6.12.57/0006-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch b/patches/linux/6.12.58/0006-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch similarity index 99% rename from patches/linux/6.12.57/0006-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch rename to patches/linux/6.12.58/0006-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch index 03d55827..28b31149 100644 --- a/patches/linux/6.12.57/0006-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch +++ b/patches/linux/6.12.58/0006-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch @@ -1,4 +1,4 @@ -From 460157c0d8d56f84787718b18406e45b22f01ac8 Mon Sep 17 00:00:00 2001 +From dd3a8ea79f5ecf1b2fde1cf43d710eb1ca95436a Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Thu, 16 Nov 2023 21:59:35 +0100 Subject: [PATCH 06/30] net: dsa: mv88e6xxx: Add LED support for 6393X diff --git a/patches/linux/6.12.57/0007-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch b/patches/linux/6.12.58/0007-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch similarity index 95% rename from patches/linux/6.12.57/0007-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch rename to patches/linux/6.12.58/0007-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch index d90ddaf5..18cdfb91 100644 --- a/patches/linux/6.12.57/0007-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch +++ b/patches/linux/6.12.58/0007-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch @@ -1,4 +1,4 @@ -From 1e3a276bb5d7c774cc179f73cbfb6bf86c2dcb9d Mon Sep 17 00:00:00 2001 +From 20571909e86fcf2fe14a7facbdb38b6d6c7b38e7 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 28 May 2024 10:38:42 +0200 Subject: [PATCH 07/30] net: dsa: tag_dsa: Use tag priority as initial diff --git a/patches/linux/6.12.57/0008-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch b/patches/linux/6.12.58/0008-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch similarity index 97% rename from patches/linux/6.12.57/0008-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch rename to patches/linux/6.12.58/0008-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch index 37083081..6d3a0e2e 100644 --- a/patches/linux/6.12.57/0008-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch +++ b/patches/linux/6.12.58/0008-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch @@ -1,4 +1,4 @@ -From 9b1d1b646c770d5ee0cac320116d854284bb31ea Mon Sep 17 00:00:00 2001 +From 3543dd33b7826b1c8df1bc845b68dd2a018d3b18 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 16 Jan 2024 16:00:55 +0100 Subject: [PATCH 08/30] net: dsa: Support MDB memberships whose L2 addresses diff --git a/patches/linux/6.12.57/0009-net-dsa-Support-EtherType-based-priority-overrides.patch b/patches/linux/6.12.58/0009-net-dsa-Support-EtherType-based-priority-overrides.patch similarity index 98% rename from patches/linux/6.12.57/0009-net-dsa-Support-EtherType-based-priority-overrides.patch rename to patches/linux/6.12.58/0009-net-dsa-Support-EtherType-based-priority-overrides.patch index 7cdcf1d2..3cd6a7d0 100644 --- a/patches/linux/6.12.57/0009-net-dsa-Support-EtherType-based-priority-overrides.patch +++ b/patches/linux/6.12.58/0009-net-dsa-Support-EtherType-based-priority-overrides.patch @@ -1,4 +1,4 @@ -From 000f4f5e46c045fed58e1adaa25010465de85fcb Mon Sep 17 00:00:00 2001 +From 10fc0d9aab81d5f6c993cd436ba4b3fc2340832b Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Thu, 21 Mar 2024 19:12:15 +0100 Subject: [PATCH 09/30] net: dsa: Support EtherType based priority overrides diff --git a/patches/linux/6.12.57/0010-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch b/patches/linux/6.12.58/0010-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch similarity index 99% rename from patches/linux/6.12.57/0010-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch rename to patches/linux/6.12.58/0010-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch index a90b9e1a..4ec6a775 100644 --- a/patches/linux/6.12.57/0010-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch +++ b/patches/linux/6.12.58/0010-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch @@ -1,4 +1,4 @@ -From a584a55d449b28f881dee7aa8ad4218cd42fe186 Mon Sep 17 00:00:00 2001 +From 9629fb408467c021c54017e95daa9c5ca7278741 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Fri, 22 Mar 2024 16:15:43 +0100 Subject: [PATCH 10/30] net: dsa: mv88e6xxx: Support EtherType based priority diff --git a/patches/linux/6.12.57/0011-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch b/patches/linux/6.12.58/0011-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch similarity index 98% rename from patches/linux/6.12.57/0011-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch rename to patches/linux/6.12.58/0011-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch index 9477938b..d4fd4281 100644 --- a/patches/linux/6.12.57/0011-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch +++ b/patches/linux/6.12.58/0011-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch @@ -1,4 +1,4 @@ -From 2377d6dd8ac90bfc1930400244b93130ed19b669 Mon Sep 17 00:00:00 2001 +From ae1da4d2e15998f89195b08de3d3724368a5141e Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 28 May 2024 11:04:22 +0200 Subject: [PATCH 11/30] net: dsa: mv88e6xxx: Add mqprio qdisc support diff --git a/patches/linux/6.12.57/0012-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch b/patches/linux/6.12.58/0012-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch similarity index 97% rename from patches/linux/6.12.57/0012-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch rename to patches/linux/6.12.58/0012-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch index d8e9b729..a6d7cdba 100644 --- a/patches/linux/6.12.57/0012-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch +++ b/patches/linux/6.12.58/0012-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch @@ -1,4 +1,4 @@ -From fc08e35c5088d5c56a0e03205948d7411e24c61d Mon Sep 17 00:00:00 2001 +From 5bdd750cbdf92815edf3ff6ecb8da7c731c78f73 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 29 May 2024 13:20:41 +0200 Subject: [PATCH 12/30] net: dsa: mv88e6xxx: Use VLAN prio over IP when both diff --git a/patches/linux/6.12.57/0013-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch b/patches/linux/6.12.58/0013-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch similarity index 98% rename from patches/linux/6.12.57/0013-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch rename to patches/linux/6.12.58/0013-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch index fb5bc11a..18a49339 100644 --- a/patches/linux/6.12.57/0013-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch +++ b/patches/linux/6.12.58/0013-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch @@ -1,4 +1,4 @@ -From 8f1c1d9e853065cd7b80208be3d5a7fbe88a4826 Mon Sep 17 00:00:00 2001 +From f3fc21e9a4f0a11d317a4b310ad1a6c019581e67 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 26 Nov 2024 19:45:59 +0100 Subject: [PATCH 13/30] [FIX] net: dsa: mv88e6xxx: Trap locally terminated diff --git a/patches/linux/6.12.57/0014-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch b/patches/linux/6.12.58/0014-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch similarity index 98% rename from patches/linux/6.12.57/0014-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch rename to patches/linux/6.12.58/0014-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch index 7aeaa5b5..ab81fb22 100644 --- a/patches/linux/6.12.57/0014-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch +++ b/patches/linux/6.12.58/0014-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch @@ -1,4 +1,4 @@ -From fe66798f0a103ac9e97bf2a5e210fc4da8546d48 Mon Sep 17 00:00:00 2001 +From 486e74d05195161651f4a85e063b9ac799786a4e Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 19 Sep 2023 18:38:10 +0200 Subject: [PATCH 14/30] net: phy: marvell10g: Support firmware loading on diff --git a/patches/linux/6.12.57/0015-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch b/patches/linux/6.12.58/0015-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch similarity index 96% rename from patches/linux/6.12.57/0015-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch rename to patches/linux/6.12.58/0015-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch index 2420283e..8dbdf3cd 100644 --- a/patches/linux/6.12.57/0015-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch +++ b/patches/linux/6.12.58/0015-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch @@ -1,4 +1,4 @@ -From fa9f48fb62b9b8c5a0558af9ef98fa37dfa685df Mon Sep 17 00:00:00 2001 +From 9b490518ddddca0fef9ff9205428a30700f0f69f Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 21 Nov 2023 20:15:24 +0100 Subject: [PATCH 15/30] net: phy: marvell10g: Fix power-up when strapped to diff --git a/patches/linux/6.12.57/0016-net-phy-marvell10g-Add-LED-support-for-88X3310.patch b/patches/linux/6.12.58/0016-net-phy-marvell10g-Add-LED-support-for-88X3310.patch similarity index 99% rename from patches/linux/6.12.57/0016-net-phy-marvell10g-Add-LED-support-for-88X3310.patch rename to patches/linux/6.12.58/0016-net-phy-marvell10g-Add-LED-support-for-88X3310.patch index 420a3bfd..1e15638a 100644 --- a/patches/linux/6.12.57/0016-net-phy-marvell10g-Add-LED-support-for-88X3310.patch +++ b/patches/linux/6.12.58/0016-net-phy-marvell10g-Add-LED-support-for-88X3310.patch @@ -1,4 +1,4 @@ -From 6c070382a3584fc5196afc0e42c5696a0e58318f Mon Sep 17 00:00:00 2001 +From b4f566fec73da875056d668a4c54f59ff8d7fcc2 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 15 Nov 2023 20:58:42 +0100 Subject: [PATCH 16/30] net: phy: marvell10g: Add LED support for 88X3310 diff --git a/patches/linux/6.12.57/0017-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch b/patches/linux/6.12.58/0017-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch similarity index 97% rename from patches/linux/6.12.57/0017-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch rename to patches/linux/6.12.58/0017-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch index 8b783949..199ba5da 100644 --- a/patches/linux/6.12.57/0017-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch +++ b/patches/linux/6.12.58/0017-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch @@ -1,4 +1,4 @@ -From 79dd9220b9ce300db61af49d166dac9564e03ba8 Mon Sep 17 00:00:00 2001 +From 7010b01ef38099dd2f1777f84dd17b1a30f6dbe1 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 12 Dec 2023 09:51:05 +0100 Subject: [PATCH 17/30] net: phy: marvell10g: Support LEDs tied to a single diff --git a/patches/linux/6.12.57/0018-net-phy-Do-not-resume-PHY-when-attaching.patch b/patches/linux/6.12.58/0018-net-phy-Do-not-resume-PHY-when-attaching.patch similarity index 94% rename from patches/linux/6.12.57/0018-net-phy-Do-not-resume-PHY-when-attaching.patch rename to patches/linux/6.12.58/0018-net-phy-Do-not-resume-PHY-when-attaching.patch index 75a5f1b6..09f311af 100644 --- a/patches/linux/6.12.57/0018-net-phy-Do-not-resume-PHY-when-attaching.patch +++ b/patches/linux/6.12.58/0018-net-phy-Do-not-resume-PHY-when-attaching.patch @@ -1,4 +1,4 @@ -From 28a94184521ace0eaddb9a5717db073b8b567c18 Mon Sep 17 00:00:00 2001 +From 0b66557e6b7b5155ebeb06f388c528b3c0af7b39 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 27 Mar 2024 10:10:19 +0100 Subject: [PATCH 18/30] net: phy: Do not resume PHY when attaching diff --git a/patches/linux/6.12.57/0019-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch b/patches/linux/6.12.58/0019-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch similarity index 94% rename from patches/linux/6.12.57/0019-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch rename to patches/linux/6.12.58/0019-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch index 7a714b54..6089a706 100644 --- a/patches/linux/6.12.57/0019-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch +++ b/patches/linux/6.12.58/0019-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch @@ -1,4 +1,4 @@ -From 61989106a177054cfc284418c2d97a6a0fbc999b Mon Sep 17 00:00:00 2001 +From d2b6e4c88bb3817ed5e561941e8f065d3976d69f Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Mon, 4 Mar 2024 16:47:28 +0100 Subject: [PATCH 19/30] net: bridge: avoid classifying unknown multicast as @@ -38,10 +38,10 @@ index a5b743a2f775..3bffc39d7800 100644 }; diff --git a/net/bridge/br.c b/net/bridge/br.c -index ed08717541fe..b2d3a3de2d72 100644 +index 35e9842f4203..921781a83589 100644 --- a/net/bridge/br.c +++ b/net/bridge/br.c -@@ -277,6 +277,9 @@ int br_boolopt_toggle(struct net_bridge *br, enum br_boolopt_id opt, bool on, +@@ -282,6 +282,9 @@ int br_boolopt_toggle(struct net_bridge *br, enum br_boolopt_id opt, bool on, case BR_BOOLOPT_MST_ENABLE: err = br_mst_set_enabled(br, on, extack); break; @@ -51,7 +51,7 @@ index ed08717541fe..b2d3a3de2d72 100644 default: /* shouldn't be called with unsupported options */ WARN_ON(1); -@@ -295,6 +298,8 @@ int br_boolopt_get(const struct net_bridge *br, enum br_boolopt_id opt) +@@ -300,6 +303,8 @@ int br_boolopt_get(const struct net_bridge *br, enum br_boolopt_id opt) return br_opt_get(br, BROPT_MCAST_VLAN_SNOOPING_ENABLED); case BR_BOOLOPT_MST_ENABLE: return br_opt_get(br, BROPT_MST_ENABLED); @@ -101,10 +101,10 @@ index 26b79feb385d..f3ecc70a47dc 100644 br_stp_timer_init(br); br_multicast_init(br); diff --git a/net/bridge/br_forward.c b/net/bridge/br_forward.c -index e19b583ff2c6..1094364d96e0 100644 +index e9f09cdb9848..acca5cabec15 100644 --- a/net/bridge/br_forward.c +++ b/net/bridge/br_forward.c -@@ -198,14 +198,19 @@ static struct net_bridge_port *maybe_deliver( +@@ -199,14 +199,19 @@ static struct net_bridge_port *maybe_deliver( /* called under rcu_read_lock */ void br_flood(struct net_bridge *br, struct sk_buff *skb, @@ -126,7 +126,7 @@ index e19b583ff2c6..1094364d96e0 100644 list_for_each_entry_rcu(p, &br->port_list, list) { /* Do not flood unicast traffic to ports that turn it off, nor * other traffic if flood off, except for traffic we originate -@@ -216,6 +221,11 @@ void br_flood(struct net_bridge *br, struct sk_buff *skb, +@@ -217,6 +222,11 @@ void br_flood(struct net_bridge *br, struct sk_buff *skb, continue; break; case BR_PKT_MULTICAST: @@ -139,7 +139,7 @@ index e19b583ff2c6..1094364d96e0 100644 continue; break; diff --git a/net/bridge/br_input.c b/net/bridge/br_input.c -index ceaa5a89b947..e54d648db7de 100644 +index 2eb2bb664388..dd6a5d2c1351 100644 --- a/net/bridge/br_input.c +++ b/net/bridge/br_input.c @@ -212,7 +212,7 @@ int br_handle_frame_finish(struct net *net, struct sock *sk, struct sk_buff *skb @@ -188,7 +188,7 @@ index 0a00c3f57815..1ae021be0a7b 100644 ipv6_addr_is_all_snoopers(&ipv6_hdr(skb)->daddr)) br_ip6_multicast_mrd_rcv(brmctx, pmctx, skb); diff --git a/net/bridge/br_private.h b/net/bridge/br_private.h -index 5026a256bf92..db6903b288af 100644 +index 741b0b8c4bab..ef4c44a6a32c 100644 --- a/net/bridge/br_private.h +++ b/net/bridge/br_private.h @@ -485,6 +485,7 @@ enum net_bridge_opts { diff --git a/patches/linux/6.12.57/0020-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch b/patches/linux/6.12.58/0020-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch similarity index 92% rename from patches/linux/6.12.57/0020-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch rename to patches/linux/6.12.58/0020-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch index 7c3c0864..4d2f72e4 100644 --- a/patches/linux/6.12.57/0020-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch +++ b/patches/linux/6.12.58/0020-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch @@ -1,4 +1,4 @@ -From 81dfd91b9be895fa456dcf675098b0bb80b1ed19 Mon Sep 17 00:00:00 2001 +From be8d292ac264dbd6a15b6a87521eef089173901e Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Tue, 5 Mar 2024 06:44:41 +0100 Subject: [PATCH 20/30] net: bridge: Ignore router ports when forwarding L2 @@ -16,7 +16,7 @@ Signed-off-by: Joachim Wiberg 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/net/bridge/br_private.h b/net/bridge/br_private.h -index db6903b288af..102d37f6e92d 100644 +index ef4c44a6a32c..54a60e645f38 100644 --- a/net/bridge/br_private.h +++ b/net/bridge/br_private.h @@ -1090,7 +1090,10 @@ br_multicast_get_first_rport_node(struct net_bridge_mcast *brmctx, diff --git a/patches/linux/6.12.57/0021-net-bridge-drop-delay-for-applying-strict-multicast-.patch b/patches/linux/6.12.58/0021-net-bridge-drop-delay-for-applying-strict-multicast-.patch similarity index 98% rename from patches/linux/6.12.57/0021-net-bridge-drop-delay-for-applying-strict-multicast-.patch rename to patches/linux/6.12.58/0021-net-bridge-drop-delay-for-applying-strict-multicast-.patch index f8f06dcf..6ab375f9 100644 --- a/patches/linux/6.12.57/0021-net-bridge-drop-delay-for-applying-strict-multicast-.patch +++ b/patches/linux/6.12.58/0021-net-bridge-drop-delay-for-applying-strict-multicast-.patch @@ -1,4 +1,4 @@ -From c7c541aea1a2204101d89e83fcff443d09743421 Mon Sep 17 00:00:00 2001 +From 3b70f7859f720efb9fb275bc2da52bd30400cf52 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Thu, 4 Apr 2024 16:36:30 +0200 Subject: [PATCH 21/30] net: bridge: drop delay for applying strict multicast @@ -163,7 +163,7 @@ index 1ae021be0a7b..dd815b0fa8f8 100644 #endif diff --git a/net/bridge/br_private.h b/net/bridge/br_private.h -index 102d37f6e92d..2b9d99d98aef 100644 +index 54a60e645f38..a33ea3c998b4 100644 --- a/net/bridge/br_private.h +++ b/net/bridge/br_private.h @@ -80,7 +80,6 @@ struct bridge_mcast_own_query { diff --git a/patches/linux/6.12.57/0022-net-bridge-Differentiate-MDB-additions-from-modifica.patch b/patches/linux/6.12.58/0022-net-bridge-Differentiate-MDB-additions-from-modifica.patch similarity index 98% rename from patches/linux/6.12.57/0022-net-bridge-Differentiate-MDB-additions-from-modifica.patch rename to patches/linux/6.12.58/0022-net-bridge-Differentiate-MDB-additions-from-modifica.patch index 12f9d4c9..f09e8a62 100644 --- a/patches/linux/6.12.57/0022-net-bridge-Differentiate-MDB-additions-from-modifica.patch +++ b/patches/linux/6.12.58/0022-net-bridge-Differentiate-MDB-additions-from-modifica.patch @@ -1,4 +1,4 @@ -From d6a59133ccdb5938a1dc3061b46db9cc9eeb81d5 Mon Sep 17 00:00:00 2001 +From 611e394a4b353687897031ca676e004c223b023b Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Thu, 16 May 2024 14:51:54 +0200 Subject: [PATCH 22/30] net: bridge: Differentiate MDB additions from diff --git a/patches/linux/6.12.57/0023-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch b/patches/linux/6.12.58/0023-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch similarity index 96% rename from patches/linux/6.12.57/0023-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch rename to patches/linux/6.12.58/0023-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch index 8fcb5839..35f1d535 100644 --- a/patches/linux/6.12.57/0023-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch +++ b/patches/linux/6.12.58/0023-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch @@ -1,4 +1,4 @@ -From ab287dae2d0da5449f118465138ed4fafdc19475 Mon Sep 17 00:00:00 2001 +From de332109f33c633da50be7f476f751cd53c484c4 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Fri, 24 Nov 2023 23:29:55 +0100 Subject: [PATCH 23/30] nvmem: layouts: onie-tlv: Let device probe even when diff --git a/patches/linux/6.12.57/0024-usb-core-adjust-log-level-for-unauthorized-devices.patch b/patches/linux/6.12.58/0024-usb-core-adjust-log-level-for-unauthorized-devices.patch similarity index 96% rename from patches/linux/6.12.57/0024-usb-core-adjust-log-level-for-unauthorized-devices.patch rename to patches/linux/6.12.58/0024-usb-core-adjust-log-level-for-unauthorized-devices.patch index 250896de..0a6c0760 100644 --- a/patches/linux/6.12.57/0024-usb-core-adjust-log-level-for-unauthorized-devices.patch +++ b/patches/linux/6.12.58/0024-usb-core-adjust-log-level-for-unauthorized-devices.patch @@ -1,4 +1,4 @@ -From 6ecdc9bc84a1b628d38b25602ceca69972013977 Mon Sep 17 00:00:00 2001 +From 413c9425624a47145cc23e32022f85cc685284d5 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Mon, 29 Apr 2024 15:14:51 +0200 Subject: [PATCH 24/30] usb: core: adjust log level for unauthorized devices diff --git a/patches/linux/6.12.57/0025-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch b/patches/linux/6.12.58/0025-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch similarity index 95% rename from patches/linux/6.12.57/0025-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch rename to patches/linux/6.12.58/0025-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch index c1b344bd..3aa283a7 100644 --- a/patches/linux/6.12.57/0025-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch +++ b/patches/linux/6.12.58/0025-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch @@ -1,4 +1,4 @@ -From 8a3f2ab5a81a40198e74f938740278ab7793a5e7 Mon Sep 17 00:00:00 2001 +From 0e9cef441c4b8df8afedf1062e855c52ce63e5b3 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Thu, 16 Jan 2025 12:35:12 +0100 Subject: [PATCH 25/30] net: dsa: mv88e6xxx: collapse disabled state into diff --git a/patches/linux/6.12.57/0026-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch b/patches/linux/6.12.58/0026-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch similarity index 98% rename from patches/linux/6.12.57/0026-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch rename to patches/linux/6.12.58/0026-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch index d3734e6a..daf5a7e9 100644 --- a/patches/linux/6.12.57/0026-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch +++ b/patches/linux/6.12.58/0026-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch @@ -1,4 +1,4 @@ -From 5fec934d59c701d30d49a763e8b06f99621e046b Mon Sep 17 00:00:00 2001 +From 2c3c84e4ee4201b308f2d51fb66523399b973b33 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 12 Feb 2025 22:03:14 +0100 Subject: [PATCH 26/30] net: dsa: mv88e6xxx: Only activate LAG offloading when diff --git a/patches/linux/6.12.57/0027-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch b/patches/linux/6.12.58/0027-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch similarity index 95% rename from patches/linux/6.12.57/0027-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch rename to patches/linux/6.12.58/0027-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch index 6ce39706..eb013d89 100644 --- a/patches/linux/6.12.57/0027-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch +++ b/patches/linux/6.12.58/0027-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch @@ -1,4 +1,4 @@ -From 34723fa51d70a2e32c057977f0321ed3f9c22692 Mon Sep 17 00:00:00 2001 +From 306ea30dbf149e901ab2f89f466f0cbe20da20c5 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Sun, 11 Aug 2024 11:27:35 +0200 Subject: [PATCH 27/30] net: usb: r8152: add r8153b support for link/activity diff --git a/patches/linux/6.12.57/0028-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch b/patches/linux/6.12.58/0028-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch similarity index 96% rename from patches/linux/6.12.57/0028-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch rename to patches/linux/6.12.58/0028-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch index 94d5bcc8..80a95aa7 100644 --- a/patches/linux/6.12.57/0028-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch +++ b/patches/linux/6.12.58/0028-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch @@ -1,4 +1,4 @@ -From 695707e1e9370f93a22db87d6da0018771a4802b Mon Sep 17 00:00:00 2001 +From 971dcf731a07bc41b71c19ee4100a75f5ddcbcd9 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Sun, 10 Aug 2025 18:52:54 +0200 Subject: [PATCH 28/30] arm64: dts: mediatek: mt7986a: rename BPi R3 ports to diff --git a/patches/linux/6.12.57/0029-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch b/patches/linux/6.12.58/0029-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch similarity index 98% rename from patches/linux/6.12.57/0029-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch rename to patches/linux/6.12.58/0029-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch index 9d86e829..c74e686b 100644 --- a/patches/linux/6.12.57/0029-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch +++ b/patches/linux/6.12.58/0029-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch @@ -1,4 +1,4 @@ -From 5cf6eb014b05b935560045cef4029412aa90dd13 Mon Sep 17 00:00:00 2001 +From 7e784879e5c4f9a425aced6ea304f6d0b701a247 Mon Sep 17 00:00:00 2001 From: Mattias Walström Date: Wed, 20 Aug 2025 21:38:24 +0200 Subject: [PATCH 29/30] drm/panel-simple: Add a timing for the Raspberry Pi 7" diff --git a/patches/linux/6.12.57/0030-input-touchscreen-edt-ft5x06-Add-polled-mode.patch b/patches/linux/6.12.58/0030-input-touchscreen-edt-ft5x06-Add-polled-mode.patch similarity index 98% rename from patches/linux/6.12.57/0030-input-touchscreen-edt-ft5x06-Add-polled-mode.patch rename to patches/linux/6.12.58/0030-input-touchscreen-edt-ft5x06-Add-polled-mode.patch index 7a862ed2..e9608c3b 100644 --- a/patches/linux/6.12.57/0030-input-touchscreen-edt-ft5x06-Add-polled-mode.patch +++ b/patches/linux/6.12.58/0030-input-touchscreen-edt-ft5x06-Add-polled-mode.patch @@ -1,4 +1,4 @@ -From d078130536761de8a86b8fbd82de2337a6017749 Mon Sep 17 00:00:00 2001 +From 21ea7e89c600992bf35a944fbf3cc1f1ef730570 Mon Sep 17 00:00:00 2001 From: Mattias Walström Date: Thu, 21 Aug 2025 11:20:23 +0200 Subject: [PATCH 30/30] input:touchscreen:edt-ft5x06: Add polled mode diff --git a/patches/linux/linux.hash b/patches/linux/linux.hash index 940d959b..4510e6f0 100644 --- a/patches/linux/linux.hash +++ b/patches/linux/linux.hash @@ -1,2 +1,2 @@ # Calculated with utils/kernel-refresh.sh -sha256 165ca1c37c4607b90e731996b7c1e3311285167d13deeedf08f3f1f0b9d2541a linux-6.12.57.tar.xz +sha256 5f1c4c546660a6a81046fdfa6195306bad2c8d17c0d69876dc100a85ad4613ac linux-6.12.58.tar.xz