diff --git a/configs/aarch64_defconfig b/configs/aarch64_defconfig index f6ef9d2d9..af5abc557 100644 --- a/configs/aarch64_defconfig +++ b/configs/aarch64_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.34" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.35" 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 1bc460e52..504dec112 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.34" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.35" 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/r2s_defconfig b/configs/r2s_defconfig index 64444592d..ef87f56ad 100644 --- a/configs/r2s_defconfig +++ b/configs/r2s_defconfig @@ -29,7 +29,7 @@ BR2_ROOTFS_POST_IMAGE_SCRIPT="${BR2_EXTERNAL_INFIX_PATH}/board/common/post-image BR2_ROOTFS_POST_SCRIPT_ARGS="-c $(BR2_EXTERNAL_INFIX_PATH)/board/aarch64/r2s/genimage.cfg" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.34" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.35" BR2_LINUX_KERNEL_PATCH="$(BR2_EXTERNAL_INFIX_PATH)/board/aarch64/r2s/rk3328-nanopi-r2s-dts.patch" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="${BR2_EXTERNAL_INFIX_PATH}/board/aarch64/r2s/linux_defconfig" diff --git a/configs/rpi4_defconfig b/configs/rpi4_defconfig index c5f2336f2..f867ab368 100644 --- a/configs/rpi4_defconfig +++ b/configs/rpi4_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_EXTERNAL_INFIX_PATH}/board/aarch64/rpi/post-image.sh" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.34" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.35" BR2_LINUX_KERNEL_PATCH="${BR2_EXTERNAL_INFIX_PATH}/board/aarch64/rpi/bcm2711-rpi-4-b-dts.patch" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="${BR2_EXTERNAL_INFIX_PATH}/board/aarch64/rpi/bcm2711_defconfig" diff --git a/configs/x86_64_defconfig b/configs/x86_64_defconfig index 528d71057..dc1525d16 100644 --- a/configs/x86_64_defconfig +++ b/configs/x86_64_defconfig @@ -26,7 +26,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.34" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.35" 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 a9e1cbadc..e4295656b 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.34" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.35" 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 9ba08981f..b3e5f9163 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 Buildroot to 2025.02.4 (LTS) -- Upgrade Linux kernel to 6.12.34 (LTS) +- Upgrade Linux kernel to 6.12.35 (LTS) - Upgrade curiOS built-in containers to v25.06.0 - Add support for setting mode of a container content mount, issue #1070 - Add Wi-Fi client support and add support for some USB-Wi-Fi cards diff --git a/patches/linux/6.12.34/0001-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch b/patches/linux/6.12.35/0001-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch similarity index 94% rename from patches/linux/6.12.34/0001-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch rename to patches/linux/6.12.35/0001-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch index 9cc90e543..e41165663 100644 --- a/patches/linux/6.12.34/0001-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch +++ b/patches/linux/6.12.35/0001-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch @@ -1,4 +1,4 @@ -From 07a9011b88c9cae20bbdd650514190c6400dcb89 Mon Sep 17 00:00:00 2001 +From 072c2f0732bc1a55aaeb9b5319a71bb472e2fd7d Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 12 Mar 2024 10:27:24 +0100 Subject: [PATCH 01/27] [FIX] net: dsa: mv88e6xxx: Fix timeout on waiting for diff --git a/patches/linux/6.12.34/0002-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch b/patches/linux/6.12.35/0002-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch similarity index 99% rename from patches/linux/6.12.34/0002-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch rename to patches/linux/6.12.35/0002-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch index f44d7a610..62edfe8eb 100644 --- a/patches/linux/6.12.34/0002-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch +++ b/patches/linux/6.12.35/0002-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch @@ -1,4 +1,4 @@ -From 3678a7260a7da4774284d2715d4d8854da276ca3 Mon Sep 17 00:00:00 2001 +From 7b18b787450759f1c2507c7b65c81c3686040c90 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 27 Mar 2024 15:52:43 +0100 Subject: [PATCH 02/27] net: dsa: mv88e6xxx: Improve indirect register access diff --git a/patches/linux/6.12.34/0003-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch b/patches/linux/6.12.35/0003-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch similarity index 95% rename from patches/linux/6.12.34/0003-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch rename to patches/linux/6.12.35/0003-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch index 52aad692e..903e2babe 100644 --- a/patches/linux/6.12.34/0003-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch +++ b/patches/linux/6.12.35/0003-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch @@ -1,4 +1,4 @@ -From 05b129243b30d708f9eb19d12e935147d794b724 Mon Sep 17 00:00:00 2001 +From 379dd2a00dc647b034befead65b26e467e63ae75 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Mon, 22 Apr 2024 23:18:01 +0200 Subject: [PATCH 03/27] net: dsa: mv88e6xxx: Honor ports being managed via diff --git a/patches/linux/6.12.34/0004-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch b/patches/linux/6.12.35/0004-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch similarity index 98% rename from patches/linux/6.12.34/0004-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch rename to patches/linux/6.12.35/0004-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch index 82edc3f7b..b9b5784a3 100644 --- a/patches/linux/6.12.34/0004-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch +++ b/patches/linux/6.12.35/0004-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch @@ -1,4 +1,4 @@ -From 4ca8b168deb9cd27630533470d76a0c54da4a6a3 Mon Sep 17 00:00:00 2001 +From fd676f49b5aa5a1d372446be9ee01d1f126bcd54 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 24 Apr 2024 22:41:04 +0200 Subject: [PATCH 04/27] net: dsa: mv88e6xxx: Limit rsvd2cpu policy to user diff --git a/patches/linux/6.12.34/0005-net-dsa-mv88e6xxx-Add-LED-infrastructure.patch b/patches/linux/6.12.35/0005-net-dsa-mv88e6xxx-Add-LED-infrastructure.patch similarity index 99% rename from patches/linux/6.12.34/0005-net-dsa-mv88e6xxx-Add-LED-infrastructure.patch rename to patches/linux/6.12.35/0005-net-dsa-mv88e6xxx-Add-LED-infrastructure.patch index c30aeb71e..d6a91029a 100644 --- a/patches/linux/6.12.34/0005-net-dsa-mv88e6xxx-Add-LED-infrastructure.patch +++ b/patches/linux/6.12.35/0005-net-dsa-mv88e6xxx-Add-LED-infrastructure.patch @@ -1,4 +1,4 @@ -From 426f4c9aa77719ced773b2064c13bd3b021fac4f Mon Sep 17 00:00:00 2001 +From 2aeb87ab82b7b9fb37e6b1c830dec5374158aa5d Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Thu, 16 Nov 2023 19:44:32 +0100 Subject: [PATCH 05/27] net: dsa: mv88e6xxx: Add LED infrastructure diff --git a/patches/linux/6.12.34/0006-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch b/patches/linux/6.12.35/0006-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch similarity index 99% rename from patches/linux/6.12.34/0006-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch rename to patches/linux/6.12.35/0006-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch index e9f4ca2ab..65aade8f3 100644 --- a/patches/linux/6.12.34/0006-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch +++ b/patches/linux/6.12.35/0006-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch @@ -1,4 +1,4 @@ -From 02cbb60020f0d60e30217be349ed024985bfe76c Mon Sep 17 00:00:00 2001 +From 3de6f58239d6b09c3fe1e0978a556481be8f3a95 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Thu, 16 Nov 2023 21:59:35 +0100 Subject: [PATCH 06/27] net: dsa: mv88e6xxx: Add LED support for 6393X diff --git a/patches/linux/6.12.34/0007-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch b/patches/linux/6.12.35/0007-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch similarity index 95% rename from patches/linux/6.12.34/0007-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch rename to patches/linux/6.12.35/0007-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch index 92ed11022..9103775fa 100644 --- a/patches/linux/6.12.34/0007-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch +++ b/patches/linux/6.12.35/0007-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch @@ -1,4 +1,4 @@ -From 2b7776f26445b083a6d3816363dd5537b97470d4 Mon Sep 17 00:00:00 2001 +From f28803088158ddf97186f143f4bdc516e42e9354 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 28 May 2024 10:38:42 +0200 Subject: [PATCH 07/27] net: dsa: tag_dsa: Use tag priority as initial diff --git a/patches/linux/6.12.34/0008-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch b/patches/linux/6.12.35/0008-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch similarity index 97% rename from patches/linux/6.12.34/0008-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch rename to patches/linux/6.12.35/0008-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch index f27397f42..666bf47d4 100644 --- a/patches/linux/6.12.34/0008-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch +++ b/patches/linux/6.12.35/0008-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch @@ -1,4 +1,4 @@ -From 1e8374b7188581f0ee252d3b54b44f6c15ae7d2e Mon Sep 17 00:00:00 2001 +From bbbf265610459ec49afcde923d1872ca3e2ad679 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 16 Jan 2024 16:00:55 +0100 Subject: [PATCH 08/27] net: dsa: Support MDB memberships whose L2 addresses diff --git a/patches/linux/6.12.34/0009-net-dsa-Support-EtherType-based-priority-overrides.patch b/patches/linux/6.12.35/0009-net-dsa-Support-EtherType-based-priority-overrides.patch similarity index 98% rename from patches/linux/6.12.34/0009-net-dsa-Support-EtherType-based-priority-overrides.patch rename to patches/linux/6.12.35/0009-net-dsa-Support-EtherType-based-priority-overrides.patch index 49afe76ce..57e0944ab 100644 --- a/patches/linux/6.12.34/0009-net-dsa-Support-EtherType-based-priority-overrides.patch +++ b/patches/linux/6.12.35/0009-net-dsa-Support-EtherType-based-priority-overrides.patch @@ -1,4 +1,4 @@ -From ea86c6e83dc13ebedcf31348090fa3cc4778750b Mon Sep 17 00:00:00 2001 +From 797ed124853b8f0ef6d110e1633be2637c97c31d Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Thu, 21 Mar 2024 19:12:15 +0100 Subject: [PATCH 09/27] net: dsa: Support EtherType based priority overrides diff --git a/patches/linux/6.12.34/0010-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch b/patches/linux/6.12.35/0010-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch similarity index 99% rename from patches/linux/6.12.34/0010-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch rename to patches/linux/6.12.35/0010-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch index 7a28ea492..7ffd1e864 100644 --- a/patches/linux/6.12.34/0010-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch +++ b/patches/linux/6.12.35/0010-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch @@ -1,4 +1,4 @@ -From 896db342fbb9e0e99b772a5d236ae2029726bda2 Mon Sep 17 00:00:00 2001 +From ea2d865a2101317e22c60143e891d643feac8e8c Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Fri, 22 Mar 2024 16:15:43 +0100 Subject: [PATCH 10/27] net: dsa: mv88e6xxx: Support EtherType based priority diff --git a/patches/linux/6.12.34/0011-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch b/patches/linux/6.12.35/0011-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch similarity index 98% rename from patches/linux/6.12.34/0011-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch rename to patches/linux/6.12.35/0011-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch index 0af1aa9cb..f547b4bde 100644 --- a/patches/linux/6.12.34/0011-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch +++ b/patches/linux/6.12.35/0011-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch @@ -1,4 +1,4 @@ -From 12b579e4ad2a0c0a8fd4901563076f87534fcb58 Mon Sep 17 00:00:00 2001 +From a239baf492b7c4a1280562bb9478006627b73036 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 28 May 2024 11:04:22 +0200 Subject: [PATCH 11/27] net: dsa: mv88e6xxx: Add mqprio qdisc support diff --git a/patches/linux/6.12.34/0012-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch b/patches/linux/6.12.35/0012-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch similarity index 97% rename from patches/linux/6.12.34/0012-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch rename to patches/linux/6.12.35/0012-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch index f89616625..3f52760bf 100644 --- a/patches/linux/6.12.34/0012-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch +++ b/patches/linux/6.12.35/0012-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch @@ -1,4 +1,4 @@ -From d0a066addb905d79d73791c7601d98b5c1bae6ed Mon Sep 17 00:00:00 2001 +From 60ac4461cef9b2024df52c23a040b100093ba1d7 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 29 May 2024 13:20:41 +0200 Subject: [PATCH 12/27] net: dsa: mv88e6xxx: Use VLAN prio over IP when both diff --git a/patches/linux/6.12.34/0013-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch b/patches/linux/6.12.35/0013-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch similarity index 98% rename from patches/linux/6.12.34/0013-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch rename to patches/linux/6.12.35/0013-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch index 029400553..391957ec2 100644 --- a/patches/linux/6.12.34/0013-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch +++ b/patches/linux/6.12.35/0013-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch @@ -1,4 +1,4 @@ -From 828d332b13bb4a75e1227ebb548ba63b71e588ea Mon Sep 17 00:00:00 2001 +From d3b20e07514928830034d4af2eb7660bfcacc1e0 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 26 Nov 2024 19:45:59 +0100 Subject: [PATCH 13/27] [FIX] net: dsa: mv88e6xxx: Trap locally terminated diff --git a/patches/linux/6.12.34/0014-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch b/patches/linux/6.12.35/0014-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch similarity index 98% rename from patches/linux/6.12.34/0014-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch rename to patches/linux/6.12.35/0014-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch index 5936d1c19..c67abf617 100644 --- a/patches/linux/6.12.34/0014-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch +++ b/patches/linux/6.12.35/0014-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch @@ -1,4 +1,4 @@ -From 6a9c051a76197c0eacf858d266fc4b8f526874fb Mon Sep 17 00:00:00 2001 +From b4870c7df5d6659da439e8f1322dd5496a15445e Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 19 Sep 2023 18:38:10 +0200 Subject: [PATCH 14/27] net: phy: marvell10g: Support firmware loading on diff --git a/patches/linux/6.12.34/0015-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch b/patches/linux/6.12.35/0015-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch similarity index 96% rename from patches/linux/6.12.34/0015-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch rename to patches/linux/6.12.35/0015-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch index d1365e3f5..229d5085f 100644 --- a/patches/linux/6.12.34/0015-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch +++ b/patches/linux/6.12.35/0015-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch @@ -1,4 +1,4 @@ -From 5b35427107657a471f0282124c5c484bbb93fdbf Mon Sep 17 00:00:00 2001 +From 6161b59334064ebfc0b80b0214fa12e6d042400e Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 21 Nov 2023 20:15:24 +0100 Subject: [PATCH 15/27] net: phy: marvell10g: Fix power-up when strapped to diff --git a/patches/linux/6.12.34/0016-net-phy-marvell10g-Add-LED-support-for-88X3310.patch b/patches/linux/6.12.35/0016-net-phy-marvell10g-Add-LED-support-for-88X3310.patch similarity index 99% rename from patches/linux/6.12.34/0016-net-phy-marvell10g-Add-LED-support-for-88X3310.patch rename to patches/linux/6.12.35/0016-net-phy-marvell10g-Add-LED-support-for-88X3310.patch index 50ec051d6..573139cf3 100644 --- a/patches/linux/6.12.34/0016-net-phy-marvell10g-Add-LED-support-for-88X3310.patch +++ b/patches/linux/6.12.35/0016-net-phy-marvell10g-Add-LED-support-for-88X3310.patch @@ -1,4 +1,4 @@ -From b5941d7cdbe41cffbfeca3b920954de3140a2a40 Mon Sep 17 00:00:00 2001 +From 403075caa172cf8e5c50346a86698b0a909a9263 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 15 Nov 2023 20:58:42 +0100 Subject: [PATCH 16/27] net: phy: marvell10g: Add LED support for 88X3310 diff --git a/patches/linux/6.12.34/0017-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch b/patches/linux/6.12.35/0017-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch similarity index 97% rename from patches/linux/6.12.34/0017-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch rename to patches/linux/6.12.35/0017-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch index d83f302f1..e1e7090ab 100644 --- a/patches/linux/6.12.34/0017-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch +++ b/patches/linux/6.12.35/0017-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch @@ -1,4 +1,4 @@ -From 32faa6301dbc406ba4e9b57345b3703f0a78b66e Mon Sep 17 00:00:00 2001 +From 84ca381445809f1d796c461a5b085ff4a3b7f93e Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 12 Dec 2023 09:51:05 +0100 Subject: [PATCH 17/27] net: phy: marvell10g: Support LEDs tied to a single diff --git a/patches/linux/6.12.34/0018-net-phy-Do-not-resume-PHY-when-attaching.patch b/patches/linux/6.12.35/0018-net-phy-Do-not-resume-PHY-when-attaching.patch similarity index 94% rename from patches/linux/6.12.34/0018-net-phy-Do-not-resume-PHY-when-attaching.patch rename to patches/linux/6.12.35/0018-net-phy-Do-not-resume-PHY-when-attaching.patch index d0c88ed08..e164cb465 100644 --- a/patches/linux/6.12.34/0018-net-phy-Do-not-resume-PHY-when-attaching.patch +++ b/patches/linux/6.12.35/0018-net-phy-Do-not-resume-PHY-when-attaching.patch @@ -1,4 +1,4 @@ -From c1339df45da3816dbe5bcdbc850a5e313eaa7b3d Mon Sep 17 00:00:00 2001 +From 47eddfb80fd6bbbc186b0d8a93697c36840168e8 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 27 Mar 2024 10:10:19 +0100 Subject: [PATCH 18/27] net: phy: Do not resume PHY when attaching diff --git a/patches/linux/6.12.34/0019-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch b/patches/linux/6.12.35/0019-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch similarity index 95% rename from patches/linux/6.12.34/0019-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch rename to patches/linux/6.12.35/0019-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch index b593f256b..e5fb7c896 100644 --- a/patches/linux/6.12.34/0019-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch +++ b/patches/linux/6.12.35/0019-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch @@ -1,4 +1,4 @@ -From 15e00c59d7264bbd33e715fb1bd19015688bd36e Mon Sep 17 00:00:00 2001 +From 761e5315fc2bac3809258e9719efd1475a73ac14 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Mon, 4 Mar 2024 16:47:28 +0100 Subject: [PATCH 19/27] net: bridge: avoid classifying unknown multicast as @@ -153,10 +153,10 @@ index ceaa5a89b947..e54d648db7de 100644 br_multicast_flood(mdst, skb, brmctx, local_rcv, false); } diff --git a/net/bridge/br_multicast.c b/net/bridge/br_multicast.c -index b2ae0d2434d2..3137c1fcfc6a 100644 +index 733ff6b758f6..b1799e03403f 100644 --- a/net/bridge/br_multicast.c +++ b/net/bridge/br_multicast.c -@@ -3774,6 +3774,11 @@ static void br_multicast_err_count(const struct net_bridge *br, +@@ -3835,6 +3835,11 @@ static void br_multicast_err_count(const struct net_bridge *br, u64_stats_update_end(&pstats->syncp); } @@ -168,7 +168,7 @@ index b2ae0d2434d2..3137c1fcfc6a 100644 static void br_multicast_pim(struct net_bridge_mcast *brmctx, struct net_bridge_mcast_port *pmctx, const struct sk_buff *skb) -@@ -3820,7 +3825,8 @@ static int br_multicast_ipv4_rcv(struct net_bridge_mcast *brmctx, +@@ -3881,7 +3886,8 @@ static int br_multicast_ipv4_rcv(struct net_bridge_mcast *brmctx, if (err == -ENOMSG) { if (!ipv4_is_local_multicast(ip_hdr(skb)->daddr)) { @@ -178,7 +178,7 @@ index b2ae0d2434d2..3137c1fcfc6a 100644 } else if (pim_ipv4_all_pim_routers(ip_hdr(skb)->daddr)) { if (ip_hdr(skb)->protocol == IPPROTO_PIM) br_multicast_pim(brmctx, pmctx, skb); -@@ -3889,7 +3895,8 @@ static int br_multicast_ipv6_rcv(struct net_bridge_mcast *brmctx, +@@ -3950,7 +3956,8 @@ static int br_multicast_ipv6_rcv(struct net_bridge_mcast *brmctx, if (err == -ENOMSG || err == -ENODATA) { if (!ipv6_addr_is_ll_all_nodes(&ipv6_hdr(skb)->daddr)) @@ -189,7 +189,7 @@ index b2ae0d2434d2..3137c1fcfc6a 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 df502cc1191c..b456cf9ec1cc 100644 +index 6a1bce8959af..ed5325c6add9 100644 --- a/net/bridge/br_private.h +++ b/net/bridge/br_private.h @@ -483,6 +483,7 @@ enum net_bridge_opts { @@ -211,7 +211,7 @@ index df502cc1191c..b456cf9ec1cc 100644 /* return true if both source port and dest port are isolated */ static inline bool br_skb_isolated(const struct net_bridge_port *to, -@@ -1409,6 +1410,19 @@ static inline void br_multicast_flood(struct net_bridge_mdb_entry *mdst, +@@ -1410,6 +1411,19 @@ static inline void br_multicast_flood(struct net_bridge_mdb_entry *mdst, { } diff --git a/patches/linux/6.12.34/0020-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch b/patches/linux/6.12.35/0020-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch similarity index 87% rename from patches/linux/6.12.34/0020-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch rename to patches/linux/6.12.35/0020-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch index 3fb82aad1..3ce52078c 100644 --- a/patches/linux/6.12.34/0020-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch +++ b/patches/linux/6.12.35/0020-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch @@ -1,4 +1,4 @@ -From e6437aa52c473026cd24baf18ec2ccd70ed984d0 Mon Sep 17 00:00:00 2001 +From 41c6eeb5c4042027eac70243dd28bcaf963ac6b8 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Tue, 5 Mar 2024 06:44:41 +0100 Subject: [PATCH 20/27] net: bridge: Ignore router ports when forwarding L2 @@ -17,10 +17,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 b456cf9ec1cc..aad99a27d968 100644 +index ed5325c6add9..0afb886b9a30 100644 --- a/net/bridge/br_private.h +++ b/net/bridge/br_private.h -@@ -1087,7 +1087,10 @@ br_multicast_get_first_rport_node(struct net_bridge_mcast *brmctx, +@@ -1088,7 +1088,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.34/0021-net-bridge-drop-delay-for-applying-strict-multicast-.patch b/patches/linux/6.12.35/0021-net-bridge-drop-delay-for-applying-strict-multicast-.patch similarity index 87% rename from patches/linux/6.12.34/0021-net-bridge-drop-delay-for-applying-strict-multicast-.patch rename to patches/linux/6.12.35/0021-net-bridge-drop-delay-for-applying-strict-multicast-.patch index 7dd4af483..3b7ee370e 100644 --- a/patches/linux/6.12.34/0021-net-bridge-drop-delay-for-applying-strict-multicast-.patch +++ b/patches/linux/6.12.35/0021-net-bridge-drop-delay-for-applying-strict-multicast-.patch @@ -1,4 +1,4 @@ -From 778a23d3f32bccec281c3cd8bf36122fbb3f6f7c Mon Sep 17 00:00:00 2001 +From f831362d0a5717cbb18a9173defca6ec4d886377 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Thu, 4 Apr 2024 16:36:30 +0200 Subject: [PATCH 21/27] net: bridge: drop delay for applying strict multicast @@ -25,7 +25,7 @@ Signed-off-by: Joachim Wiberg 2 files changed, 8 insertions(+), 38 deletions(-) diff --git a/net/bridge/br_multicast.c b/net/bridge/br_multicast.c -index 3137c1fcfc6a..34be07a1fd00 100644 +index b1799e03403f..282105bdca85 100644 --- a/net/bridge/br_multicast.c +++ b/net/bridge/br_multicast.c @@ -1762,10 +1762,6 @@ static void br_ip6_multicast_querier_expired(struct timer_list *t) @@ -39,7 +39,7 @@ index 3137c1fcfc6a..34be07a1fd00 100644 static void br_multicast_select_own_querier(struct net_bridge_mcast *brmctx, struct br_ip *ip, struct sk_buff *skb) -@@ -3196,12 +3192,8 @@ int br_multicast_dump_querier_state(struct sk_buff *skb, +@@ -3257,12 +3253,8 @@ int br_multicast_dump_querier_state(struct sk_buff *skb, static void br_multicast_update_query_timer(struct net_bridge_mcast *brmctx, @@ -53,7 +53,7 @@ index 3137c1fcfc6a..34be07a1fd00 100644 mod_timer(&query->timer, jiffies + brmctx->multicast_querier_interval); } -@@ -3392,13 +3384,12 @@ static void +@@ -3453,13 +3445,12 @@ static void br_ip4_multicast_query_received(struct net_bridge_mcast *brmctx, struct net_bridge_mcast_port *pmctx, struct bridge_mcast_other_query *query, @@ -69,7 +69,7 @@ index 3137c1fcfc6a..34be07a1fd00 100644 br_ip4_multicast_mark_router(brmctx, pmctx); } -@@ -3407,13 +3398,12 @@ static void +@@ -3468,13 +3459,12 @@ static void br_ip6_multicast_query_received(struct net_bridge_mcast *brmctx, struct net_bridge_mcast_port *pmctx, struct bridge_mcast_other_query *query, @@ -85,7 +85,7 @@ index 3137c1fcfc6a..34be07a1fd00 100644 br_ip6_multicast_mark_router(brmctx, pmctx); } #endif -@@ -3467,7 +3457,7 @@ static void br_ip4_multicast_query(struct net_bridge_mcast *brmctx, +@@ -3528,7 +3518,7 @@ static void br_ip4_multicast_query(struct net_bridge_mcast *brmctx, br_ip4_multicast_query_received(brmctx, pmctx, &brmctx->ip4_other_query, @@ -94,7 +94,7 @@ index 3137c1fcfc6a..34be07a1fd00 100644 goto out; } -@@ -3555,7 +3545,7 @@ static int br_ip6_multicast_query(struct net_bridge_mcast *brmctx, +@@ -3616,7 +3606,7 @@ static int br_ip6_multicast_query(struct net_bridge_mcast *brmctx, br_ip6_multicast_query_received(brmctx, pmctx, &brmctx->ip6_other_query, @@ -103,7 +103,7 @@ index 3137c1fcfc6a..34be07a1fd00 100644 goto out; } else if (!group) { goto out; -@@ -4063,8 +4053,6 @@ void br_multicast_ctx_init(struct net_bridge *br, +@@ -4124,8 +4114,6 @@ void br_multicast_ctx_init(struct net_bridge *br, br_ip4_multicast_local_router_expired, 0); timer_setup(&brmctx->ip4_other_query.timer, br_ip4_multicast_querier_expired, 0); @@ -112,7 +112,7 @@ index 3137c1fcfc6a..34be07a1fd00 100644 timer_setup(&brmctx->ip4_own_query.timer, br_ip4_multicast_query_expired, 0); #if IS_ENABLED(CONFIG_IPV6) -@@ -4072,8 +4060,6 @@ void br_multicast_ctx_init(struct net_bridge *br, +@@ -4133,8 +4121,6 @@ void br_multicast_ctx_init(struct net_bridge *br, br_ip6_multicast_local_router_expired, 0); timer_setup(&brmctx->ip6_other_query.timer, br_ip6_multicast_querier_expired, 0); @@ -121,7 +121,7 @@ index 3137c1fcfc6a..34be07a1fd00 100644 timer_setup(&brmctx->ip6_own_query.timer, br_ip6_multicast_query_expired, 0); #endif -@@ -4208,12 +4194,10 @@ static void __br_multicast_stop(struct net_bridge_mcast *brmctx) +@@ -4269,12 +4255,10 @@ static void __br_multicast_stop(struct net_bridge_mcast *brmctx) { del_timer_sync(&brmctx->ip4_mc_router_timer); del_timer_sync(&brmctx->ip4_other_query.timer); @@ -134,7 +134,7 @@ index 3137c1fcfc6a..34be07a1fd00 100644 del_timer_sync(&brmctx->ip6_own_query.timer); #endif } -@@ -4641,8 +4625,6 @@ EXPORT_SYMBOL_GPL(br_multicast_router); +@@ -4728,8 +4712,6 @@ EXPORT_SYMBOL_GPL(br_multicast_router); int br_multicast_set_querier(struct net_bridge_mcast *brmctx, unsigned long val) { @@ -143,7 +143,7 @@ index 3137c1fcfc6a..34be07a1fd00 100644 val = !!val; spin_lock_bh(&brmctx->br->multicast_lock); -@@ -4653,19 +4635,9 @@ int br_multicast_set_querier(struct net_bridge_mcast *brmctx, unsigned long val) +@@ -4740,19 +4722,9 @@ int br_multicast_set_querier(struct net_bridge_mcast *brmctx, unsigned long val) if (!val) goto unlock; @@ -164,7 +164,7 @@ index 3137c1fcfc6a..34be07a1fd00 100644 #endif diff --git a/net/bridge/br_private.h b/net/bridge/br_private.h -index aad99a27d968..ee8c2268ab5a 100644 +index 0afb886b9a30..5b5b2c2442a5 100644 --- a/net/bridge/br_private.h +++ b/net/bridge/br_private.h @@ -78,7 +78,6 @@ struct bridge_mcast_own_query { @@ -175,7 +175,7 @@ index aad99a27d968..ee8c2268ab5a 100644 }; /* selected querier */ -@@ -1165,8 +1164,7 @@ __br_multicast_querier_exists(struct net_bridge_mcast *brmctx, +@@ -1166,8 +1165,7 @@ __br_multicast_querier_exists(struct net_bridge_mcast *brmctx, own_querier_enabled = false; } diff --git a/patches/linux/6.12.34/0022-net-bridge-Differentiate-MDB-additions-from-modifica.patch b/patches/linux/6.12.35/0022-net-bridge-Differentiate-MDB-additions-from-modifica.patch similarity index 93% rename from patches/linux/6.12.34/0022-net-bridge-Differentiate-MDB-additions-from-modifica.patch rename to patches/linux/6.12.35/0022-net-bridge-Differentiate-MDB-additions-from-modifica.patch index 249bc89e5..66689a8d4 100644 --- a/patches/linux/6.12.34/0022-net-bridge-Differentiate-MDB-additions-from-modifica.patch +++ b/patches/linux/6.12.35/0022-net-bridge-Differentiate-MDB-additions-from-modifica.patch @@ -1,4 +1,4 @@ -From ad47c2664cd32613e455c50cff2b372292a57659 Mon Sep 17 00:00:00 2001 +From 1e0eb62180058e98c7d18e3e04540925801e34b5 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Thu, 16 May 2024 14:51:54 +0200 Subject: [PATCH 22/27] net: bridge: Differentiate MDB additions from @@ -63,7 +63,7 @@ index 7e1ad229e133..3b1873e7c499 100644 if (br_multicast_should_handle_mode(brmctx, cfg->group.proto)) br_multicast_star_g_handle_mode(pg, cfg->filter_mode); diff --git a/net/bridge/br_multicast.c b/net/bridge/br_multicast.c -index 34be07a1fd00..9c8bf38e0079 100644 +index 282105bdca85..aa97b07ed528 100644 --- a/net/bridge/br_multicast.c +++ b/net/bridge/br_multicast.c @@ -619,7 +619,7 @@ static void br_multicast_fwd_src_handle(struct net_bridge_group_src *src) @@ -84,7 +84,7 @@ index 34be07a1fd00..9c8bf38e0079 100644 } out: spin_unlock(&br->multicast_lock); -@@ -2887,7 +2887,7 @@ static int br_ip4_multicast_igmp3_report(struct net_bridge_mcast *brmctx, +@@ -2948,7 +2948,7 @@ static int br_ip4_multicast_igmp3_report(struct net_bridge_mcast *brmctx, break; } if (changed) @@ -93,7 +93,7 @@ index 34be07a1fd00..9c8bf38e0079 100644 unlock_continue: spin_unlock(&brmctx->br->multicast_lock); } -@@ -3029,7 +3029,7 @@ static int br_ip6_multicast_mld2_report(struct net_bridge_mcast *brmctx, +@@ -3090,7 +3090,7 @@ static int br_ip6_multicast_mld2_report(struct net_bridge_mcast *brmctx, break; } if (changed) diff --git a/patches/linux/6.12.34/0023-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch b/patches/linux/6.12.35/0023-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch similarity index 96% rename from patches/linux/6.12.34/0023-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch rename to patches/linux/6.12.35/0023-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch index 2abbea7fc..473cdf7ca 100644 --- a/patches/linux/6.12.34/0023-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch +++ b/patches/linux/6.12.35/0023-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch @@ -1,4 +1,4 @@ -From 67f66da867b6757ee1982666d9c781ceee07eab8 Mon Sep 17 00:00:00 2001 +From 86a738ca46e019a8913d100138d8972681a65b4b Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Fri, 24 Nov 2023 23:29:55 +0100 Subject: [PATCH 23/27] nvmem: layouts: onie-tlv: Let device probe even when diff --git a/patches/linux/6.12.34/0024-usb-core-adjust-log-level-for-unauthorized-devices.patch b/patches/linux/6.12.35/0024-usb-core-adjust-log-level-for-unauthorized-devices.patch similarity index 96% rename from patches/linux/6.12.34/0024-usb-core-adjust-log-level-for-unauthorized-devices.patch rename to patches/linux/6.12.35/0024-usb-core-adjust-log-level-for-unauthorized-devices.patch index 0768bc9dd..fe52fbb66 100644 --- a/patches/linux/6.12.34/0024-usb-core-adjust-log-level-for-unauthorized-devices.patch +++ b/patches/linux/6.12.35/0024-usb-core-adjust-log-level-for-unauthorized-devices.patch @@ -1,4 +1,4 @@ -From 90c06624cbf24897023370859e04225ac08df3da Mon Sep 17 00:00:00 2001 +From df19ceb2579bd87d58f2caab739d8ba678785f5c Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Mon, 29 Apr 2024 15:14:51 +0200 Subject: [PATCH 24/27] usb: core: adjust log level for unauthorized devices diff --git a/patches/linux/6.12.34/0025-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch b/patches/linux/6.12.35/0025-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch similarity index 95% rename from patches/linux/6.12.34/0025-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch rename to patches/linux/6.12.35/0025-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch index ef1609149..eacaab014 100644 --- a/patches/linux/6.12.34/0025-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch +++ b/patches/linux/6.12.35/0025-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch @@ -1,4 +1,4 @@ -From 53a0eaf86dfc3e00b711b831b6a6551481fa10e2 Mon Sep 17 00:00:00 2001 +From eea7cb00b2e657445de9913736ff38b99ed0f9a5 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Thu, 16 Jan 2025 12:35:12 +0100 Subject: [PATCH 25/27] net: dsa: mv88e6xxx: collapse disabled state into diff --git a/patches/linux/6.12.34/0026-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch b/patches/linux/6.12.35/0026-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch similarity index 98% rename from patches/linux/6.12.34/0026-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch rename to patches/linux/6.12.35/0026-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch index 83aa9b432..a128d33b1 100644 --- a/patches/linux/6.12.34/0026-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch +++ b/patches/linux/6.12.35/0026-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch @@ -1,4 +1,4 @@ -From 3d829eba44ee2433d0ee9a2f5614542754b5747d Mon Sep 17 00:00:00 2001 +From 0e24579e619a9d3ebb03293822092e03d16d6ad2 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 12 Feb 2025 22:03:14 +0100 Subject: [PATCH 26/27] net: dsa: mv88e6xxx: Only activate LAG offloading when diff --git a/patches/linux/6.12.34/0027-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch b/patches/linux/6.12.35/0027-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch similarity index 95% rename from patches/linux/6.12.34/0027-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch rename to patches/linux/6.12.35/0027-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch index d42c7a60b..76ea5ebe3 100644 --- a/patches/linux/6.12.34/0027-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch +++ b/patches/linux/6.12.35/0027-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch @@ -1,4 +1,4 @@ -From 115c6fda310b475de6122b487de43547285f32d8 Mon Sep 17 00:00:00 2001 +From 73b60d31a3318344428842c7368b2f1eb0c05596 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Sun, 11 Aug 2024 11:27:35 +0200 Subject: [PATCH 27/27] net: usb: r8152: add r8153b support for link/activity diff --git a/patches/linux/linux.hash b/patches/linux/linux.hash index 989d27517..35b5f291b 100644 --- a/patches/linux/linux.hash +++ b/patches/linux/linux.hash @@ -1,2 +1,2 @@ # Calculated with ../utils/kernel-refresh.sh -sha256 a7f3fe381f67eca4172e9b63efb61a14bd7f9e1278e03603d0ff5a93f270c24d linux-6.12.34.tar.xz +sha256 05f4e0b01dde578c3328eb539d305cccec7b84e939f6dd5f21fdaf5f313da748 linux-6.12.35.tar.xz diff --git a/utils/kernel-refresh.sh b/utils/kernel-refresh.sh index e62e86eb9..c7b2a269b 100755 --- a/utils/kernel-refresh.sh +++ b/utils/kernel-refresh.sh @@ -91,12 +91,11 @@ DEFCONFIG_DIR=$(readlink -f $DEFCONFIG_DIR) git ls-files --error-unmatch $PATCH_DIR 1>/dev/null 2>&1 && git -C $PATCH_DIR rm -f *.patch git -C $KERNEL_DIR format-patch --no-signoff --no-encode-email-headers --no-cover-letter --no-signature -o $PATCH_DIR $KERNEL_TAG..HEAD git -C $PATCH_DIR add *.patch - if [ -d ${PATCHES_BASE}/${OLD_VER} ]; then git rm -rf ${PATCHES_BASE}/${OLD_VER} fi find "$DEFCONFIG_DIR" -name "*_defconfig" -exec sed -i "s/BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE=\"$OLD_VER\"/BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE=\"$NEW_VER\"/" {} \; - +git -C $DEFCONFIG_DIR add *_defconfig echo "Update checksum for kernel, this may take a while..." curl -o "/tmp/linux-${ixkver}.tar.xz" "https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-${ixkver}.tar.xz"