diff --git a/configs/aarch64_defconfig b/configs/aarch64_defconfig index c2be68a04..e5a08fcd9 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.53" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.54" 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 9935049eb..973e8f9fb 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.53" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.54" 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 e4b692223..d0c2d5c71 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.53" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.54" 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/x86_64_defconfig b/configs/x86_64_defconfig index d1452a1ee..7b4b1a32c 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.53" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.54" 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 d04fe0861..c5641534d 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.53" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.54" 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 e5dcc3b21..8f389bdb3 100644 --- a/doc/ChangeLog.md +++ b/doc/ChangeLog.md @@ -9,7 +9,7 @@ All notable changes to the project are documented in this file. ### Changes - Upgrade Buildroot to 2025.02.7 (LTS) -- Upgrade Linux kernel to 6.12.53 (LTS) +- Upgrade Linux kernel to 6.12.54 (LTS) - Extend NETCONF and RESTCONF scripting documentation with operational data examples, discovery patterns, and common workflow examples, issue #1156 - Initial support for a zone-based firewall, based on `firewalld`, issue #448 diff --git a/patches/linux/6.12.53/0001-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch b/patches/linux/6.12.54/0001-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch similarity index 94% rename from patches/linux/6.12.53/0001-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch rename to patches/linux/6.12.54/0001-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch index 911810287..bc08fe007 100644 --- a/patches/linux/6.12.53/0001-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch +++ b/patches/linux/6.12.54/0001-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch @@ -1,4 +1,4 @@ -From 693b3a042f18ebe87c7e39f9d5d916d8c089f1ac Mon Sep 17 00:00:00 2001 +From 038580d5a1629ee6b87a4fce58b57f16c003063e 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.53/0002-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch b/patches/linux/6.12.54/0002-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch similarity index 99% rename from patches/linux/6.12.53/0002-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch rename to patches/linux/6.12.54/0002-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch index 720c5b7a0..df912045f 100644 --- a/patches/linux/6.12.53/0002-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch +++ b/patches/linux/6.12.54/0002-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch @@ -1,4 +1,4 @@ -From 7b5c60ce00705ca54e4462eb8927c9ce878559f3 Mon Sep 17 00:00:00 2001 +From 9b9c52ca8b20f3ff114217f1ef3399730e079568 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.53/0003-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch b/patches/linux/6.12.54/0003-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch similarity index 95% rename from patches/linux/6.12.53/0003-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch rename to patches/linux/6.12.54/0003-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch index 80df407c4..e2fa18770 100644 --- a/patches/linux/6.12.53/0003-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch +++ b/patches/linux/6.12.54/0003-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch @@ -1,4 +1,4 @@ -From 0111e9148218815ff189d1e28f285acba5d00a10 Mon Sep 17 00:00:00 2001 +From 0dff719628a25882eae67030643ba2c674460d04 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.53/0004-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch b/patches/linux/6.12.54/0004-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch similarity index 98% rename from patches/linux/6.12.53/0004-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch rename to patches/linux/6.12.54/0004-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch index cf5a4f0dc..18a95cfd3 100644 --- a/patches/linux/6.12.53/0004-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch +++ b/patches/linux/6.12.54/0004-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch @@ -1,4 +1,4 @@ -From facf4e029cd1deecd22cd8272a1c9583760c332d Mon Sep 17 00:00:00 2001 +From ea15c57ab036135e2168e49796c355c9c64bb205 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.53/0005-net-dsa-mv88e6xxx-Add-LED-infrastructure.patch b/patches/linux/6.12.54/0005-net-dsa-mv88e6xxx-Add-LED-infrastructure.patch similarity index 99% rename from patches/linux/6.12.53/0005-net-dsa-mv88e6xxx-Add-LED-infrastructure.patch rename to patches/linux/6.12.54/0005-net-dsa-mv88e6xxx-Add-LED-infrastructure.patch index 936ed7df8..d88d7db7b 100644 --- a/patches/linux/6.12.53/0005-net-dsa-mv88e6xxx-Add-LED-infrastructure.patch +++ b/patches/linux/6.12.54/0005-net-dsa-mv88e6xxx-Add-LED-infrastructure.patch @@ -1,4 +1,4 @@ -From 12549d882a21e167125e8040039cf0f00d3bfff8 Mon Sep 17 00:00:00 2001 +From 09d9548a1636008ece7d5f32d9a8d8a6e3c10047 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.53/0006-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch b/patches/linux/6.12.54/0006-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch similarity index 99% rename from patches/linux/6.12.53/0006-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch rename to patches/linux/6.12.54/0006-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch index d4240a5dc..82f39d36b 100644 --- a/patches/linux/6.12.53/0006-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch +++ b/patches/linux/6.12.54/0006-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch @@ -1,4 +1,4 @@ -From c81b23e1c3172d5861bce168ecd6ad9b175d352d Mon Sep 17 00:00:00 2001 +From c282aee3511fb5e515e25021f83cf34af5fc1045 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.53/0007-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch b/patches/linux/6.12.54/0007-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch similarity index 95% rename from patches/linux/6.12.53/0007-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch rename to patches/linux/6.12.54/0007-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch index 00aa099c1..6b5b09741 100644 --- a/patches/linux/6.12.53/0007-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch +++ b/patches/linux/6.12.54/0007-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch @@ -1,4 +1,4 @@ -From eab01beb4f5e7001cc0d5486c530b713c8f37cbf Mon Sep 17 00:00:00 2001 +From 568b7e43df5720bc0bc52987584a02ed2594afce 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.53/0008-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch b/patches/linux/6.12.54/0008-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch similarity index 97% rename from patches/linux/6.12.53/0008-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch rename to patches/linux/6.12.54/0008-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch index 4dd30a80d..cc157d021 100644 --- a/patches/linux/6.12.53/0008-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch +++ b/patches/linux/6.12.54/0008-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch @@ -1,4 +1,4 @@ -From 1b498701b76532ee529715c335bfcf1d08cbb70b Mon Sep 17 00:00:00 2001 +From 60c136d299445a9eeb9464689f24fe3b0c943802 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.53/0009-net-dsa-Support-EtherType-based-priority-overrides.patch b/patches/linux/6.12.54/0009-net-dsa-Support-EtherType-based-priority-overrides.patch similarity index 98% rename from patches/linux/6.12.53/0009-net-dsa-Support-EtherType-based-priority-overrides.patch rename to patches/linux/6.12.54/0009-net-dsa-Support-EtherType-based-priority-overrides.patch index 4338034f1..4609b5745 100644 --- a/patches/linux/6.12.53/0009-net-dsa-Support-EtherType-based-priority-overrides.patch +++ b/patches/linux/6.12.54/0009-net-dsa-Support-EtherType-based-priority-overrides.patch @@ -1,4 +1,4 @@ -From df1bd901e1eed54ebf7bea55dcc75efd92b1c522 Mon Sep 17 00:00:00 2001 +From d78d4f058f19e746d60e2b839e5624a429920b41 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.53/0010-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch b/patches/linux/6.12.54/0010-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch similarity index 99% rename from patches/linux/6.12.53/0010-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch rename to patches/linux/6.12.54/0010-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch index 9a247809c..f6ba2750a 100644 --- a/patches/linux/6.12.53/0010-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch +++ b/patches/linux/6.12.54/0010-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch @@ -1,4 +1,4 @@ -From 22e0761f5e7c27f9da9f611c3324a7815a4d9b33 Mon Sep 17 00:00:00 2001 +From 2badb072bc4d1aaa64f7afad989aadb9bb15c0f9 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.53/0011-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch b/patches/linux/6.12.54/0011-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch similarity index 98% rename from patches/linux/6.12.53/0011-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch rename to patches/linux/6.12.54/0011-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch index eda619690..cfdffdbec 100644 --- a/patches/linux/6.12.53/0011-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch +++ b/patches/linux/6.12.54/0011-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch @@ -1,4 +1,4 @@ -From b828dfb99a8e2dab22588f949a476fea06da3c4e Mon Sep 17 00:00:00 2001 +From b33d0a95084d0ec13aac1c831ba06ab91f2796d5 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.53/0012-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch b/patches/linux/6.12.54/0012-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch similarity index 97% rename from patches/linux/6.12.53/0012-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch rename to patches/linux/6.12.54/0012-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch index 345758fcd..68ae64f82 100644 --- a/patches/linux/6.12.53/0012-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch +++ b/patches/linux/6.12.54/0012-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch @@ -1,4 +1,4 @@ -From cf95c6844c7231506b697cf5f17c00e4376731f7 Mon Sep 17 00:00:00 2001 +From 4be1893895376c83d14722496a65f14bd0d4b087 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.53/0013-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch b/patches/linux/6.12.54/0013-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch similarity index 98% rename from patches/linux/6.12.53/0013-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch rename to patches/linux/6.12.54/0013-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch index 58e0396c2..06de28585 100644 --- a/patches/linux/6.12.53/0013-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch +++ b/patches/linux/6.12.54/0013-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch @@ -1,4 +1,4 @@ -From 767bb1fae64dc50c2e8ddd7e73f639cf88736ff7 Mon Sep 17 00:00:00 2001 +From 82dd864cdbcb4600cc94fb8116181741e4d7dcd5 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.53/0014-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch b/patches/linux/6.12.54/0014-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch similarity index 98% rename from patches/linux/6.12.53/0014-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch rename to patches/linux/6.12.54/0014-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch index 6052bb6f7..8903661c2 100644 --- a/patches/linux/6.12.53/0014-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch +++ b/patches/linux/6.12.54/0014-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch @@ -1,4 +1,4 @@ -From c44a892162d29d8cc5f9033a99057515674afa2e Mon Sep 17 00:00:00 2001 +From 7603244610f86436ea43cf30216a559348e9824c 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.53/0015-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch b/patches/linux/6.12.54/0015-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch similarity index 96% rename from patches/linux/6.12.53/0015-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch rename to patches/linux/6.12.54/0015-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch index f0ce4775f..910dcac95 100644 --- a/patches/linux/6.12.53/0015-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch +++ b/patches/linux/6.12.54/0015-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch @@ -1,4 +1,4 @@ -From 24962b36b706958403b5a8e79e65659d326bd26d Mon Sep 17 00:00:00 2001 +From 7eac5ba731d1d82bee6f28281bbfce4396f815b6 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.53/0016-net-phy-marvell10g-Add-LED-support-for-88X3310.patch b/patches/linux/6.12.54/0016-net-phy-marvell10g-Add-LED-support-for-88X3310.patch similarity index 99% rename from patches/linux/6.12.53/0016-net-phy-marvell10g-Add-LED-support-for-88X3310.patch rename to patches/linux/6.12.54/0016-net-phy-marvell10g-Add-LED-support-for-88X3310.patch index cffc84350..a1ee4f31f 100644 --- a/patches/linux/6.12.53/0016-net-phy-marvell10g-Add-LED-support-for-88X3310.patch +++ b/patches/linux/6.12.54/0016-net-phy-marvell10g-Add-LED-support-for-88X3310.patch @@ -1,4 +1,4 @@ -From edfe5f2dd2fead86be189079d8492132ebedbdc8 Mon Sep 17 00:00:00 2001 +From 3888add665b397e2a187a845ad4932f7ed025ef8 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.53/0017-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch b/patches/linux/6.12.54/0017-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch similarity index 97% rename from patches/linux/6.12.53/0017-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch rename to patches/linux/6.12.54/0017-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch index 601c331c4..3a2861e5e 100644 --- a/patches/linux/6.12.53/0017-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch +++ b/patches/linux/6.12.54/0017-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch @@ -1,4 +1,4 @@ -From 73500cf2c7989e1b11068dbb96741d754bd3b790 Mon Sep 17 00:00:00 2001 +From ef333330ab3851d369442fcb893f29c91c3df500 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.53/0018-net-phy-Do-not-resume-PHY-when-attaching.patch b/patches/linux/6.12.54/0018-net-phy-Do-not-resume-PHY-when-attaching.patch similarity index 94% rename from patches/linux/6.12.53/0018-net-phy-Do-not-resume-PHY-when-attaching.patch rename to patches/linux/6.12.54/0018-net-phy-Do-not-resume-PHY-when-attaching.patch index 407932c93..cef44c1ff 100644 --- a/patches/linux/6.12.53/0018-net-phy-Do-not-resume-PHY-when-attaching.patch +++ b/patches/linux/6.12.54/0018-net-phy-Do-not-resume-PHY-when-attaching.patch @@ -1,4 +1,4 @@ -From de16a3ce0fd0de57feb60790ffe283f8c302229a Mon Sep 17 00:00:00 2001 +From 26d63f458545be99063418cb9b0d8a55f23f50dd 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.53/0019-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch b/patches/linux/6.12.54/0019-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch similarity index 99% rename from patches/linux/6.12.53/0019-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch rename to patches/linux/6.12.54/0019-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch index 09e259f06..bcd831416 100644 --- a/patches/linux/6.12.53/0019-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch +++ b/patches/linux/6.12.54/0019-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch @@ -1,4 +1,4 @@ -From ff9adb6c6786fd129a9aa042e5ed62c66b1ba6cc Mon Sep 17 00:00:00 2001 +From 8cbb41f7fea940b39a74d62b0c732784552295b3 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 diff --git a/patches/linux/6.12.53/0020-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch b/patches/linux/6.12.54/0020-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch similarity index 95% rename from patches/linux/6.12.53/0020-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch rename to patches/linux/6.12.54/0020-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch index 27cf8294b..d095a7867 100644 --- a/patches/linux/6.12.53/0020-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch +++ b/patches/linux/6.12.54/0020-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch @@ -1,4 +1,4 @@ -From 740711cdfff1eb0f3e796ac537838f59b48c54bd Mon Sep 17 00:00:00 2001 +From 4b9ed883b270d38525b059e1f8b6804156987aee 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 diff --git a/patches/linux/6.12.53/0021-net-bridge-drop-delay-for-applying-strict-multicast-.patch b/patches/linux/6.12.54/0021-net-bridge-drop-delay-for-applying-strict-multicast-.patch similarity index 99% rename from patches/linux/6.12.53/0021-net-bridge-drop-delay-for-applying-strict-multicast-.patch rename to patches/linux/6.12.54/0021-net-bridge-drop-delay-for-applying-strict-multicast-.patch index a8450db38..b3c10c896 100644 --- a/patches/linux/6.12.53/0021-net-bridge-drop-delay-for-applying-strict-multicast-.patch +++ b/patches/linux/6.12.54/0021-net-bridge-drop-delay-for-applying-strict-multicast-.patch @@ -1,4 +1,4 @@ -From 75d1e553e8a81aaf465b329ee94520481f8b8aea Mon Sep 17 00:00:00 2001 +From 4f0a2d70dd226e88c4ed904e25dfb4398a9b5a37 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 diff --git a/patches/linux/6.12.53/0022-net-bridge-Differentiate-MDB-additions-from-modifica.patch b/patches/linux/6.12.54/0022-net-bridge-Differentiate-MDB-additions-from-modifica.patch similarity index 98% rename from patches/linux/6.12.53/0022-net-bridge-Differentiate-MDB-additions-from-modifica.patch rename to patches/linux/6.12.54/0022-net-bridge-Differentiate-MDB-additions-from-modifica.patch index 24f04814e..763ab1605 100644 --- a/patches/linux/6.12.53/0022-net-bridge-Differentiate-MDB-additions-from-modifica.patch +++ b/patches/linux/6.12.54/0022-net-bridge-Differentiate-MDB-additions-from-modifica.patch @@ -1,4 +1,4 @@ -From 790fc9c03dedec6ff425ad8cec46b7c2a0ed943e Mon Sep 17 00:00:00 2001 +From b2d1efd0fc32587a0433a81e474abfe349efc6f0 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.53/0023-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch b/patches/linux/6.12.54/0023-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch similarity index 96% rename from patches/linux/6.12.53/0023-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch rename to patches/linux/6.12.54/0023-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch index c4f575b37..c124c46e0 100644 --- a/patches/linux/6.12.53/0023-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch +++ b/patches/linux/6.12.54/0023-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch @@ -1,4 +1,4 @@ -From d261f78e8f3a06d5fb01856870ebb9bf2a95af8e Mon Sep 17 00:00:00 2001 +From b3e0f49de90b55e8e9f5ea26f8832a59e0b4a1df 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.53/0024-usb-core-adjust-log-level-for-unauthorized-devices.patch b/patches/linux/6.12.54/0024-usb-core-adjust-log-level-for-unauthorized-devices.patch similarity index 96% rename from patches/linux/6.12.53/0024-usb-core-adjust-log-level-for-unauthorized-devices.patch rename to patches/linux/6.12.54/0024-usb-core-adjust-log-level-for-unauthorized-devices.patch index 04dafaffa..88392497a 100644 --- a/patches/linux/6.12.53/0024-usb-core-adjust-log-level-for-unauthorized-devices.patch +++ b/patches/linux/6.12.54/0024-usb-core-adjust-log-level-for-unauthorized-devices.patch @@ -1,4 +1,4 @@ -From 8fc3cf33a2e0799c9985587c6ce1a453071a57dd Mon Sep 17 00:00:00 2001 +From 1b63f12f15cae44a20d9d719406ba290d1f8bb4e 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.53/0025-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch b/patches/linux/6.12.54/0025-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch similarity index 95% rename from patches/linux/6.12.53/0025-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch rename to patches/linux/6.12.54/0025-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch index 18f58fde1..f36877dd3 100644 --- a/patches/linux/6.12.53/0025-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch +++ b/patches/linux/6.12.54/0025-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch @@ -1,4 +1,4 @@ -From d559e4c65335b98cad31114ba23337085ab14df5 Mon Sep 17 00:00:00 2001 +From 92f3aab1d2223100fa88025c376ec846a58fdff9 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.53/0026-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch b/patches/linux/6.12.54/0026-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch similarity index 98% rename from patches/linux/6.12.53/0026-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch rename to patches/linux/6.12.54/0026-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch index ab8fb29a4..565388ac3 100644 --- a/patches/linux/6.12.53/0026-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch +++ b/patches/linux/6.12.54/0026-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch @@ -1,4 +1,4 @@ -From 3e2ffde0e54c4f08151d7dc49622104666d8fd74 Mon Sep 17 00:00:00 2001 +From 3185e1be144ab572cde37cae04f6c06b664f49fe 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.53/0027-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch b/patches/linux/6.12.54/0027-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch similarity index 95% rename from patches/linux/6.12.53/0027-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch rename to patches/linux/6.12.54/0027-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch index a2f9a971a..40dea3c5b 100644 --- a/patches/linux/6.12.53/0027-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch +++ b/patches/linux/6.12.54/0027-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch @@ -1,4 +1,4 @@ -From 38ae3a2958a9858d989c7ecffb1a72bbe990e861 Mon Sep 17 00:00:00 2001 +From fbb76ff142c2bf89fa6d8355c423c9493f4636aa 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.53/0028-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch b/patches/linux/6.12.54/0028-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch similarity index 96% rename from patches/linux/6.12.53/0028-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch rename to patches/linux/6.12.54/0028-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch index d9b0a8e75..867b9ca94 100644 --- a/patches/linux/6.12.53/0028-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch +++ b/patches/linux/6.12.54/0028-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch @@ -1,4 +1,4 @@ -From ec0e933f88559f6aae82adb8aa43774690dc8131 Mon Sep 17 00:00:00 2001 +From 45ea5d760c56f191db02bd6dc9f490a1a1abf6ca 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.53/0029-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch b/patches/linux/6.12.54/0029-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch similarity index 98% rename from patches/linux/6.12.53/0029-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch rename to patches/linux/6.12.54/0029-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch index 2cdef02b2..534e05167 100644 --- a/patches/linux/6.12.53/0029-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch +++ b/patches/linux/6.12.54/0029-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch @@ -1,4 +1,4 @@ -From a0a76801cb2d1be84f58cdb887f066d464ea4d63 Mon Sep 17 00:00:00 2001 +From 8fc0783e15dbadb4d3427b594e8794a9884f43e2 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.53/0030-input-touchscreen-edt-ft5x06-Add-polled-mode.patch b/patches/linux/6.12.54/0030-input-touchscreen-edt-ft5x06-Add-polled-mode.patch similarity index 98% rename from patches/linux/6.12.53/0030-input-touchscreen-edt-ft5x06-Add-polled-mode.patch rename to patches/linux/6.12.54/0030-input-touchscreen-edt-ft5x06-Add-polled-mode.patch index d98bc72a2..f877a4f57 100644 --- a/patches/linux/6.12.53/0030-input-touchscreen-edt-ft5x06-Add-polled-mode.patch +++ b/patches/linux/6.12.54/0030-input-touchscreen-edt-ft5x06-Add-polled-mode.patch @@ -1,4 +1,4 @@ -From 546eb6b54b2bf6ca2f7d69cb0e2bbabd13473081 Mon Sep 17 00:00:00 2001 +From 9674b6eb79d683a2d67ded43a9a0579a59b6e4aa 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 b01db87f5..866a5fd54 100644 --- a/patches/linux/linux.hash +++ b/patches/linux/linux.hash @@ -1,2 +1,2 @@ # Calculated with ../utils/kernel-refresh.sh -sha256 663507accae673afcf4e210b4ae8d4352e61d926202e5da3f04bf71ca1d2c0b5 linux-6.12.53.tar.xz +sha256 1b0dcd3390efeec44e528748609bafcf36eae895bb68c8f62ac5e5940943de62 linux-6.12.54.tar.xz