diff --git a/configs/aarch32_defconfig b/configs/aarch32_defconfig index d10e9d8cf..2dad00f40 100644 --- a/configs/aarch32_defconfig +++ b/configs/aarch32_defconfig @@ -29,7 +29,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.64" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.65" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="${BR2_EXTERNAL_INFIX_PATH}/board/aarch32/linux_defconfig" BR2_LINUX_KERNEL_INSTALL_TARGET=y diff --git a/configs/aarch64_defconfig b/configs/aarch64_defconfig index 03c81fb3a..4db4a74f9 100644 --- a/configs/aarch64_defconfig +++ b/configs/aarch64_defconfig @@ -27,7 +27,7 @@ BR2_ROOTFS_OVERLAY="${BR2_EXTERNAL_INFIX_PATH}/board/common/rootfs ${BR2_EXTERNA BR2_ROOTFS_POST_BUILD_SCRIPT="${BR2_EXTERNAL_INFIX_PATH}/board/common/post-build.sh" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.64" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.65" 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 fbe2a54eb..1d621fab6 100644 --- a/configs/aarch64_minimal_defconfig +++ b/configs/aarch64_minimal_defconfig @@ -26,7 +26,7 @@ BR2_ROOTFS_OVERLAY="${BR2_EXTERNAL_INFIX_PATH}/board/common/rootfs ${BR2_EXTERNA BR2_ROOTFS_POST_BUILD_SCRIPT="${BR2_EXTERNAL_INFIX_PATH}/board/common/post-build.sh" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.64" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.65" 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 17d075fd7..c8c61399a 100644 --- a/configs/x86_64_defconfig +++ b/configs/x86_64_defconfig @@ -26,7 +26,7 @@ BR2_ROOTFS_OVERLAY="${BR2_EXTERNAL_INFIX_PATH}/board/common/rootfs ${BR2_EXTERNA BR2_ROOTFS_POST_BUILD_SCRIPT="board/qemu/x86_64/post-build.sh ${BR2_EXTERNAL_INFIX_PATH}/board/common/post-build.sh" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.64" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.65" 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 ded62e8d5..c821286e4 100644 --- a/configs/x86_64_minimal_defconfig +++ b/configs/x86_64_minimal_defconfig @@ -26,7 +26,7 @@ BR2_ROOTFS_OVERLAY="${BR2_EXTERNAL_INFIX_PATH}/board/common/rootfs ${BR2_EXTERNA BR2_ROOTFS_POST_BUILD_SCRIPT="board/qemu/x86_64/post-build.sh ${BR2_EXTERNAL_INFIX_PATH}/board/common/post-build.sh" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.64" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.65" 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 eff64cea8..303f23fb9 100644 --- a/doc/ChangeLog.md +++ b/doc/ChangeLog.md @@ -23,7 +23,7 @@ All notable changes to the project are documented in this file. ### Changes -- Upgrade Linux kernel to 6.12.64 (LTS) +- Upgrade Linux kernel to 6.12.65 (LTS) - Upgrade libyang to 4.2.2 - Upgrade sysrepo to 4.2.10 - Upgrade netopeer2 (NETCONF) to 2.7.0 diff --git a/patches/linux/6.12.64/0001-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch b/patches/linux/6.12.65/0001-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch similarity index 94% rename from patches/linux/6.12.64/0001-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch rename to patches/linux/6.12.65/0001-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch index aeea4a4b2..18fe7d4d5 100644 --- a/patches/linux/6.12.64/0001-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch +++ b/patches/linux/6.12.65/0001-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch @@ -1,4 +1,4 @@ -From 253b87d18a83efd39239cc6484ece9e73705699f Mon Sep 17 00:00:00 2001 +From b6285fed851cfabd6824dc4465a1158eeb4b59a8 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.64/0002-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch b/patches/linux/6.12.65/0002-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch similarity index 99% rename from patches/linux/6.12.64/0002-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch rename to patches/linux/6.12.65/0002-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch index 2065dbb96..babe0ca09 100644 --- a/patches/linux/6.12.64/0002-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch +++ b/patches/linux/6.12.65/0002-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch @@ -1,4 +1,4 @@ -From a5bdc6afed8e0f9516e1c7774c12abde433e2c62 Mon Sep 17 00:00:00 2001 +From 22d7d5b6b04ac24dc6e689a279f55afd349c24c4 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.64/0003-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch b/patches/linux/6.12.65/0003-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch similarity index 95% rename from patches/linux/6.12.64/0003-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch rename to patches/linux/6.12.65/0003-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch index 083fe9ba9..8c2bea1de 100644 --- a/patches/linux/6.12.64/0003-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch +++ b/patches/linux/6.12.65/0003-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch @@ -1,4 +1,4 @@ -From 2c4df0976146eede85783ccff32312573839880c Mon Sep 17 00:00:00 2001 +From 168e7c71f57e68181c48b9aa61afb5a5102a69e5 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.64/0004-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch b/patches/linux/6.12.65/0004-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch similarity index 98% rename from patches/linux/6.12.64/0004-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch rename to patches/linux/6.12.65/0004-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch index af3fe0480..d3878a9c8 100644 --- a/patches/linux/6.12.64/0004-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch +++ b/patches/linux/6.12.65/0004-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch @@ -1,4 +1,4 @@ -From d16f2e2addee200464ef94845ce13bd5a27792b8 Mon Sep 17 00:00:00 2001 +From c3c7bbdd78ad04591d3feeb8592a989b0f60a02f 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.64/0005-net-dsa-mv88e6xxx-Add-LED-infrastructure.patch b/patches/linux/6.12.65/0005-net-dsa-mv88e6xxx-Add-LED-infrastructure.patch similarity index 99% rename from patches/linux/6.12.64/0005-net-dsa-mv88e6xxx-Add-LED-infrastructure.patch rename to patches/linux/6.12.65/0005-net-dsa-mv88e6xxx-Add-LED-infrastructure.patch index 84f272a7b..2b3aab7c2 100644 --- a/patches/linux/6.12.64/0005-net-dsa-mv88e6xxx-Add-LED-infrastructure.patch +++ b/patches/linux/6.12.65/0005-net-dsa-mv88e6xxx-Add-LED-infrastructure.patch @@ -1,4 +1,4 @@ -From d2fcbfc678c562d63b5566fef46ad54d70ef2394 Mon Sep 17 00:00:00 2001 +From e2f9222f3a6d9befb99a158a07ac4d4b33ab566a 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.64/0006-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch b/patches/linux/6.12.65/0006-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch similarity index 99% rename from patches/linux/6.12.64/0006-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch rename to patches/linux/6.12.65/0006-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch index 8a448790f..592abd1a1 100644 --- a/patches/linux/6.12.64/0006-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch +++ b/patches/linux/6.12.65/0006-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch @@ -1,4 +1,4 @@ -From c64176ce688d05591364bafe8f311920b3dd37b0 Mon Sep 17 00:00:00 2001 +From 4ea316ce76be7fd2a17ea800d11889b9bff61942 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.64/0007-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch b/patches/linux/6.12.65/0007-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch similarity index 95% rename from patches/linux/6.12.64/0007-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch rename to patches/linux/6.12.65/0007-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch index 1ec6ee41c..a6b28d961 100644 --- a/patches/linux/6.12.64/0007-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch +++ b/patches/linux/6.12.65/0007-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch @@ -1,4 +1,4 @@ -From e028187a21764dfd0acbed29168bb919c6f08fb4 Mon Sep 17 00:00:00 2001 +From a5ea2783fc55d77f34ea85e5daf7fb8158eec856 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.64/0008-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch b/patches/linux/6.12.65/0008-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch similarity index 97% rename from patches/linux/6.12.64/0008-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch rename to patches/linux/6.12.65/0008-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch index b14d959a8..79410bd34 100644 --- a/patches/linux/6.12.64/0008-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch +++ b/patches/linux/6.12.65/0008-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch @@ -1,4 +1,4 @@ -From 9d3f57963f4d6b172b5765b9cf4cb003344dd165 Mon Sep 17 00:00:00 2001 +From 5fe8ecbafd3e9eaf32fe5bbc1793e09099351298 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.64/0009-net-dsa-Support-EtherType-based-priority-overrides.patch b/patches/linux/6.12.65/0009-net-dsa-Support-EtherType-based-priority-overrides.patch similarity index 98% rename from patches/linux/6.12.64/0009-net-dsa-Support-EtherType-based-priority-overrides.patch rename to patches/linux/6.12.65/0009-net-dsa-Support-EtherType-based-priority-overrides.patch index a033b8a5b..b8afe349c 100644 --- a/patches/linux/6.12.64/0009-net-dsa-Support-EtherType-based-priority-overrides.patch +++ b/patches/linux/6.12.65/0009-net-dsa-Support-EtherType-based-priority-overrides.patch @@ -1,4 +1,4 @@ -From 24d40e89deed1f4e5f56657b381cee57ac7f59fe Mon Sep 17 00:00:00 2001 +From aefc2e785ad0e6bbb1d0d19618ba48dd0acf91b1 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.64/0010-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch b/patches/linux/6.12.65/0010-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch similarity index 99% rename from patches/linux/6.12.64/0010-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch rename to patches/linux/6.12.65/0010-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch index f1c372549..1e82b5ad2 100644 --- a/patches/linux/6.12.64/0010-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch +++ b/patches/linux/6.12.65/0010-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch @@ -1,4 +1,4 @@ -From c28d6b87ad0477f416d16c15a9e02d936fc8c4dd Mon Sep 17 00:00:00 2001 +From eaff2f84718f553b406289356d039fc0039bbe2e 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.64/0011-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch b/patches/linux/6.12.65/0011-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch similarity index 98% rename from patches/linux/6.12.64/0011-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch rename to patches/linux/6.12.65/0011-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch index aa23e41e2..0c09ee3ba 100644 --- a/patches/linux/6.12.64/0011-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch +++ b/patches/linux/6.12.65/0011-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch @@ -1,4 +1,4 @@ -From bc0701f0c59d24ecd2353831c990577ed1321616 Mon Sep 17 00:00:00 2001 +From ac53ae08ec45b600a846130853b2080395914b59 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.64/0012-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch b/patches/linux/6.12.65/0012-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch similarity index 97% rename from patches/linux/6.12.64/0012-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch rename to patches/linux/6.12.65/0012-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch index 9e29307ca..952bed9af 100644 --- a/patches/linux/6.12.64/0012-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch +++ b/patches/linux/6.12.65/0012-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch @@ -1,4 +1,4 @@ -From 0e08062fc98ffa00fd000e1802687ee3b244a9be Mon Sep 17 00:00:00 2001 +From d132f0518975efe8a0fcdb75375e64f7f3699beb 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.64/0013-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch b/patches/linux/6.12.65/0013-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch similarity index 98% rename from patches/linux/6.12.64/0013-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch rename to patches/linux/6.12.65/0013-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch index 2b1d9750b..3927e6597 100644 --- a/patches/linux/6.12.64/0013-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch +++ b/patches/linux/6.12.65/0013-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch @@ -1,4 +1,4 @@ -From 924eb33f331976fa023b2b1c4f3252563b4ca1ae Mon Sep 17 00:00:00 2001 +From 2d35135597b7f76b89f380fa8fa2668858044736 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.64/0014-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch b/patches/linux/6.12.65/0014-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch similarity index 98% rename from patches/linux/6.12.64/0014-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch rename to patches/linux/6.12.65/0014-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch index 8b5d81dd2..669db4350 100644 --- a/patches/linux/6.12.64/0014-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch +++ b/patches/linux/6.12.65/0014-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch @@ -1,4 +1,4 @@ -From c1c5b3a188573912a11d1e68ce4754e2d6f1ebfd Mon Sep 17 00:00:00 2001 +From bbc64101e7b46fe57f2ca84d746c607c164b7e3e 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.64/0015-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch b/patches/linux/6.12.65/0015-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch similarity index 96% rename from patches/linux/6.12.64/0015-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch rename to patches/linux/6.12.65/0015-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch index 06d561d67..d370374e0 100644 --- a/patches/linux/6.12.64/0015-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch +++ b/patches/linux/6.12.65/0015-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch @@ -1,4 +1,4 @@ -From 09eaf474905052f5c3f01cfb664dc950e343f700 Mon Sep 17 00:00:00 2001 +From 78829f58ad06c9060679fd00ec833d03cb76ffd4 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.64/0016-net-phy-marvell10g-Add-LED-support-for-88X3310.patch b/patches/linux/6.12.65/0016-net-phy-marvell10g-Add-LED-support-for-88X3310.patch similarity index 99% rename from patches/linux/6.12.64/0016-net-phy-marvell10g-Add-LED-support-for-88X3310.patch rename to patches/linux/6.12.65/0016-net-phy-marvell10g-Add-LED-support-for-88X3310.patch index 6026c57a3..80467f707 100644 --- a/patches/linux/6.12.64/0016-net-phy-marvell10g-Add-LED-support-for-88X3310.patch +++ b/patches/linux/6.12.65/0016-net-phy-marvell10g-Add-LED-support-for-88X3310.patch @@ -1,4 +1,4 @@ -From 46f0aa40015287ae500796c923c5c456257191fb Mon Sep 17 00:00:00 2001 +From d0dd51bb4bab4b4300128e8449cb2769824f6e56 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.64/0017-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch b/patches/linux/6.12.65/0017-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch similarity index 97% rename from patches/linux/6.12.64/0017-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch rename to patches/linux/6.12.65/0017-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch index f45aea319..84c25a3ae 100644 --- a/patches/linux/6.12.64/0017-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch +++ b/patches/linux/6.12.65/0017-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch @@ -1,4 +1,4 @@ -From 3124137ce901063aae0060723ec2dc6257242610 Mon Sep 17 00:00:00 2001 +From a41cb042e9a090f315677e2ff41bb08c444d0a14 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.64/0018-net-phy-Do-not-resume-PHY-when-attaching.patch b/patches/linux/6.12.65/0018-net-phy-Do-not-resume-PHY-when-attaching.patch similarity index 94% rename from patches/linux/6.12.64/0018-net-phy-Do-not-resume-PHY-when-attaching.patch rename to patches/linux/6.12.65/0018-net-phy-Do-not-resume-PHY-when-attaching.patch index 42d3f0cbe..3719bbc67 100644 --- a/patches/linux/6.12.64/0018-net-phy-Do-not-resume-PHY-when-attaching.patch +++ b/patches/linux/6.12.65/0018-net-phy-Do-not-resume-PHY-when-attaching.patch @@ -1,4 +1,4 @@ -From fcc92773c1fb386af8f6d23d30e3b4a1b9d02d22 Mon Sep 17 00:00:00 2001 +From bf99f6f1f565bc2eec38b2a7c6d70c1b3e069ad6 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.64/0019-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch b/patches/linux/6.12.65/0019-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch similarity index 98% rename from patches/linux/6.12.64/0019-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch rename to patches/linux/6.12.65/0019-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch index 62b383e9a..8487e50de 100644 --- a/patches/linux/6.12.64/0019-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch +++ b/patches/linux/6.12.65/0019-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch @@ -1,4 +1,4 @@ -From 31ce30ed1ae6f15d18887c3fd39db5d19ce4f7dc Mon Sep 17 00:00:00 2001 +From 0f9335d37e9b56361179a6eeaa6929e4df274004 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 @@ -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 a2e59108a5dc..6c5b1fad19c6 100644 +index b2e4e2d04f02..60e4a0e4dd63 100644 --- a/net/bridge/br_private.h +++ b/net/bridge/br_private.h @@ -486,6 +486,7 @@ enum net_bridge_opts { @@ -210,7 +210,7 @@ index a2e59108a5dc..6c5b1fad19c6 100644 /* return true if both source port and dest port are isolated */ static inline bool br_skb_isolated(const struct net_bridge_port *to, -@@ -1413,6 +1414,19 @@ static inline void br_multicast_flood(struct net_bridge_mdb_entry *mdst, +@@ -1412,6 +1413,19 @@ static inline void br_multicast_flood(struct net_bridge_mdb_entry *mdst, { } diff --git a/patches/linux/6.12.64/0020-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch b/patches/linux/6.12.65/0020-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch similarity index 87% rename from patches/linux/6.12.64/0020-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch rename to patches/linux/6.12.65/0020-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch index d76525144..42186e457 100644 --- a/patches/linux/6.12.64/0020-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch +++ b/patches/linux/6.12.65/0020-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch @@ -1,4 +1,4 @@ -From fd5511d29cfc2d3bbae5ba463aef209505084ae8 Mon Sep 17 00:00:00 2001 +From 91e4d6891f7f4391e083ed2c92d306f045a9d8cf 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,10 +16,10 @@ 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 6c5b1fad19c6..70df5377ded9 100644 +index 60e4a0e4dd63..76a0fb2c2941 100644 --- a/net/bridge/br_private.h +++ b/net/bridge/br_private.h -@@ -1091,7 +1091,10 @@ br_multicast_get_first_rport_node(struct net_bridge_mcast *brmctx, +@@ -1090,7 +1090,10 @@ br_multicast_get_first_rport_node(struct net_bridge_mcast *brmctx, if (skb->protocol == htons(ETH_P_IPV6)) return rcu_dereference(hlist_first_rcu(&brmctx->ip6_mc_router_list)); #endif diff --git a/patches/linux/6.12.64/0021-net-bridge-drop-delay-for-applying-strict-multicast-.patch b/patches/linux/6.12.65/0021-net-bridge-drop-delay-for-applying-strict-multicast-.patch similarity index 97% rename from patches/linux/6.12.64/0021-net-bridge-drop-delay-for-applying-strict-multicast-.patch rename to patches/linux/6.12.65/0021-net-bridge-drop-delay-for-applying-strict-multicast-.patch index 0a735a400..7c3d20286 100644 --- a/patches/linux/6.12.64/0021-net-bridge-drop-delay-for-applying-strict-multicast-.patch +++ b/patches/linux/6.12.65/0021-net-bridge-drop-delay-for-applying-strict-multicast-.patch @@ -1,4 +1,4 @@ -From 22f1400cb33af0e382aff233961f49dfcb70a89d Mon Sep 17 00:00:00 2001 +From 2478d8986ed29ef789149197ccc8ccb72f71ecc5 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 70df5377ded9..e747b9d3d5da 100644 +index 76a0fb2c2941..dd36afeaa1a0 100644 --- a/net/bridge/br_private.h +++ b/net/bridge/br_private.h @@ -80,7 +80,6 @@ struct bridge_mcast_own_query { @@ -174,7 +174,7 @@ index 70df5377ded9..e747b9d3d5da 100644 }; /* selected querier */ -@@ -1169,8 +1168,7 @@ __br_multicast_querier_exists(struct net_bridge_mcast *brmctx, +@@ -1168,8 +1167,7 @@ __br_multicast_querier_exists(struct net_bridge_mcast *brmctx, own_querier_enabled = false; } diff --git a/patches/linux/6.12.64/0022-net-bridge-Differentiate-MDB-additions-from-modifica.patch b/patches/linux/6.12.65/0022-net-bridge-Differentiate-MDB-additions-from-modifica.patch similarity index 98% rename from patches/linux/6.12.64/0022-net-bridge-Differentiate-MDB-additions-from-modifica.patch rename to patches/linux/6.12.65/0022-net-bridge-Differentiate-MDB-additions-from-modifica.patch index 8a44d76fa..f356ad38c 100644 --- a/patches/linux/6.12.64/0022-net-bridge-Differentiate-MDB-additions-from-modifica.patch +++ b/patches/linux/6.12.65/0022-net-bridge-Differentiate-MDB-additions-from-modifica.patch @@ -1,4 +1,4 @@ -From 4d57fbcf7de4d05c0dc39842b102166c8fa10aef Mon Sep 17 00:00:00 2001 +From 41be9f8bba3b812282dfc3ac9751b02a690184d4 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.64/0023-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch b/patches/linux/6.12.65/0023-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch similarity index 96% rename from patches/linux/6.12.64/0023-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch rename to patches/linux/6.12.65/0023-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch index 746556c87..e6122191b 100644 --- a/patches/linux/6.12.64/0023-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch +++ b/patches/linux/6.12.65/0023-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch @@ -1,4 +1,4 @@ -From 18aa8e295c37014069674637224b6e045554a764 Mon Sep 17 00:00:00 2001 +From 09fecf196de9d5fd0fd1eae9f4e43f52a5a52cc2 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.64/0024-usb-core-adjust-log-level-for-unauthorized-devices.patch b/patches/linux/6.12.65/0024-usb-core-adjust-log-level-for-unauthorized-devices.patch similarity index 96% rename from patches/linux/6.12.64/0024-usb-core-adjust-log-level-for-unauthorized-devices.patch rename to patches/linux/6.12.65/0024-usb-core-adjust-log-level-for-unauthorized-devices.patch index 684fc48b5..14500d9e8 100644 --- a/patches/linux/6.12.64/0024-usb-core-adjust-log-level-for-unauthorized-devices.patch +++ b/patches/linux/6.12.65/0024-usb-core-adjust-log-level-for-unauthorized-devices.patch @@ -1,4 +1,4 @@ -From 5487bc39b101a97ad4cbb2356b5a79f76a7f98d1 Mon Sep 17 00:00:00 2001 +From 614812cf8afc87298d88a5185c7e6c2e7aab378f 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.64/0025-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch b/patches/linux/6.12.65/0025-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch similarity index 95% rename from patches/linux/6.12.64/0025-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch rename to patches/linux/6.12.65/0025-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch index acf717a04..6cdbd8b7a 100644 --- a/patches/linux/6.12.64/0025-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch +++ b/patches/linux/6.12.65/0025-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch @@ -1,4 +1,4 @@ -From 98fe93ee3d92781d9c1e8e22146ced59be0d484e Mon Sep 17 00:00:00 2001 +From 21f36ec32b54f2aa1059ba19dfb745f38da32a42 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.64/0026-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch b/patches/linux/6.12.65/0026-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch similarity index 98% rename from patches/linux/6.12.64/0026-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch rename to patches/linux/6.12.65/0026-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch index 2b160f7c8..d29a41b0a 100644 --- a/patches/linux/6.12.64/0026-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch +++ b/patches/linux/6.12.65/0026-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch @@ -1,4 +1,4 @@ -From f40426a4cbbc10a58218bee1a34e9b38ea753efd Mon Sep 17 00:00:00 2001 +From 7e01ba47d7260812a76f6a7aa37525b026b506df 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.64/0027-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch b/patches/linux/6.12.65/0027-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch similarity index 95% rename from patches/linux/6.12.64/0027-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch rename to patches/linux/6.12.65/0027-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch index 8196730aa..9c909140b 100644 --- a/patches/linux/6.12.64/0027-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch +++ b/patches/linux/6.12.65/0027-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch @@ -1,4 +1,4 @@ -From 0a4fe508218e49830c8cd65ea47a14f606585913 Mon Sep 17 00:00:00 2001 +From d67b558cc9efbbca6acce508ee778980c0998dfe 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.64/0028-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch b/patches/linux/6.12.65/0028-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch similarity index 96% rename from patches/linux/6.12.64/0028-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch rename to patches/linux/6.12.65/0028-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch index ee2833cad..1a0b8f737 100644 --- a/patches/linux/6.12.64/0028-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch +++ b/patches/linux/6.12.65/0028-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch @@ -1,4 +1,4 @@ -From 0003ca6998481efe581dcc877bcaa948b26d448a Mon Sep 17 00:00:00 2001 +From daa0e1ecb717ffb62174272a07289c5f7107cfed 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.64/0029-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch b/patches/linux/6.12.65/0029-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch similarity index 98% rename from patches/linux/6.12.64/0029-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch rename to patches/linux/6.12.65/0029-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch index edc2fb30a..7ab59ebac 100644 --- a/patches/linux/6.12.64/0029-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch +++ b/patches/linux/6.12.65/0029-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch @@ -1,4 +1,4 @@ -From 40cb43e3fdb305ec902e64cea3e62cb2ae5599d2 Mon Sep 17 00:00:00 2001 +From 1730b8e5736ba1d0a2d2aa388ef451c209048c46 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.64/0030-input-touchscreen-edt-ft5x06-Add-polled-mode.patch b/patches/linux/6.12.65/0030-input-touchscreen-edt-ft5x06-Add-polled-mode.patch similarity index 98% rename from patches/linux/6.12.64/0030-input-touchscreen-edt-ft5x06-Add-polled-mode.patch rename to patches/linux/6.12.65/0030-input-touchscreen-edt-ft5x06-Add-polled-mode.patch index dfcd72ad5..6e0087508 100644 --- a/patches/linux/6.12.64/0030-input-touchscreen-edt-ft5x06-Add-polled-mode.patch +++ b/patches/linux/6.12.65/0030-input-touchscreen-edt-ft5x06-Add-polled-mode.patch @@ -1,4 +1,4 @@ -From dd785ceea00b93bac97aa7313d0180818408b1e2 Mon Sep 17 00:00:00 2001 +From 27c59cf9f479bedb8638e4d5066d8f87b47730ab 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 58a735090..087d4353b 100644 --- a/patches/linux/linux.hash +++ b/patches/linux/linux.hash @@ -1,2 +1,2 @@ # Calculated with utils/kernel-refresh.sh -sha256 d1ad94a33681148efe884f4028970d69e332f2b003f0e8be53a1d25de38e49a2 linux-6.12.64.tar.xz +sha256 54e852667af35c0ed06cfc81311e65fa7f5f798a3bfcf78a559d3b4785a139c1 linux-6.12.65.tar.xz