diff --git a/configs/aarch64_defconfig b/configs/aarch64_defconfig index 6ba13346..d4694c33 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.59" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.60" 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 8c86f0ae..15306e14 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.59" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.60" 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 0f901f31..5d7d8113 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.59" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.60" 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 fa92a44a..d749ced2 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.59" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.60" 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 eb2c5fdd..149bee22 100644 --- a/doc/ChangeLog.md +++ b/doc/ChangeLog.md @@ -16,7 +16,7 @@ All notable changes to the project are documented in this file. ### Changes - Upgrade Buildroot to 2025.02.8 (LTS) -- Upgrade Linux kernel to 6.12.59 (LTS) +- Upgrade Linux kernel to 6.12.60 (LTS) - Initial support for 32-bit ARM systems, reference board: Raspberry Pi 2B - Enable MVEBU SafeXcel Crypto Engine firmware for Marvell Armada SOCs (37xx, 7k, 8k, and CN913x series). Fixes kernel warnings about firmware load failures diff --git a/patches/linux/6.12.59/0001-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch b/patches/linux/6.12.60/0001-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch similarity index 94% rename from patches/linux/6.12.59/0001-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch rename to patches/linux/6.12.60/0001-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch index fdb98aba..a012271a 100644 --- a/patches/linux/6.12.59/0001-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch +++ b/patches/linux/6.12.60/0001-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch @@ -1,4 +1,4 @@ -From 258e191ebe39d634f003db2e2ec02390b155a279 Mon Sep 17 00:00:00 2001 +From 83cd7a46ae0346e1cbf2872ff251e9c72bf5dc7f 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.59/0002-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch b/patches/linux/6.12.60/0002-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch similarity index 99% rename from patches/linux/6.12.59/0002-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch rename to patches/linux/6.12.60/0002-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch index 295e33ee..57baecdc 100644 --- a/patches/linux/6.12.59/0002-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch +++ b/patches/linux/6.12.60/0002-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch @@ -1,4 +1,4 @@ -From 77e1d4b59a475eb02b8531789f0be9fc9da9d9eb Mon Sep 17 00:00:00 2001 +From b9e507bb66c93910a1ee2576b6073e807d0dee2e 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.59/0003-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch b/patches/linux/6.12.60/0003-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch similarity index 95% rename from patches/linux/6.12.59/0003-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch rename to patches/linux/6.12.60/0003-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch index 6990e979..97ca1bce 100644 --- a/patches/linux/6.12.59/0003-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch +++ b/patches/linux/6.12.60/0003-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch @@ -1,4 +1,4 @@ -From b5f336cc81648134eddec9f246cc5c4ae6d06725 Mon Sep 17 00:00:00 2001 +From a08a351c076eb52d49caa8e73335fe9b402bd460 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.59/0004-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch b/patches/linux/6.12.60/0004-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch similarity index 98% rename from patches/linux/6.12.59/0004-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch rename to patches/linux/6.12.60/0004-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch index b1597352..29df9081 100644 --- a/patches/linux/6.12.59/0004-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch +++ b/patches/linux/6.12.60/0004-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch @@ -1,4 +1,4 @@ -From 27d2f11020abc8053e40a447766fe717cd0af871 Mon Sep 17 00:00:00 2001 +From 5250f7348511e6f8e6b0cd30581968fc8ea0e9af 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.59/0005-net-dsa-mv88e6xxx-Add-LED-infrastructure.patch b/patches/linux/6.12.60/0005-net-dsa-mv88e6xxx-Add-LED-infrastructure.patch similarity index 99% rename from patches/linux/6.12.59/0005-net-dsa-mv88e6xxx-Add-LED-infrastructure.patch rename to patches/linux/6.12.60/0005-net-dsa-mv88e6xxx-Add-LED-infrastructure.patch index d566ffb4..1d28a8f3 100644 --- a/patches/linux/6.12.59/0005-net-dsa-mv88e6xxx-Add-LED-infrastructure.patch +++ b/patches/linux/6.12.60/0005-net-dsa-mv88e6xxx-Add-LED-infrastructure.patch @@ -1,4 +1,4 @@ -From b9ef80777ab137feefa5ff5000318c6160abc375 Mon Sep 17 00:00:00 2001 +From 8fb81be5838aacbfb32f2c947826a8917a14f673 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.59/0006-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch b/patches/linux/6.12.60/0006-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch similarity index 99% rename from patches/linux/6.12.59/0006-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch rename to patches/linux/6.12.60/0006-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch index e41801d1..93f00c8e 100644 --- a/patches/linux/6.12.59/0006-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch +++ b/patches/linux/6.12.60/0006-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch @@ -1,4 +1,4 @@ -From 462277b926140ee2d231317e92afb6cabf640268 Mon Sep 17 00:00:00 2001 +From 66ba1069835332449dd3783a65335c9133e47843 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.59/0007-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch b/patches/linux/6.12.60/0007-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch similarity index 95% rename from patches/linux/6.12.59/0007-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch rename to patches/linux/6.12.60/0007-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch index db6e66cd..85743ba6 100644 --- a/patches/linux/6.12.59/0007-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch +++ b/patches/linux/6.12.60/0007-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch @@ -1,4 +1,4 @@ -From 728aa8bc29ee034f4a8a167f1af5e645c37f34a9 Mon Sep 17 00:00:00 2001 +From 4238e29e3da648643ee0ad39e2b240710c8a38f3 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.59/0008-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch b/patches/linux/6.12.60/0008-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch similarity index 97% rename from patches/linux/6.12.59/0008-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch rename to patches/linux/6.12.60/0008-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch index b61cb4db..2ec0b62a 100644 --- a/patches/linux/6.12.59/0008-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch +++ b/patches/linux/6.12.60/0008-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch @@ -1,4 +1,4 @@ -From fc6a495e7359a56ba5c56fe03cc844d44953e75e Mon Sep 17 00:00:00 2001 +From fc24a53ab2703e39b375e9db1a6c4db25829d4fe 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.59/0009-net-dsa-Support-EtherType-based-priority-overrides.patch b/patches/linux/6.12.60/0009-net-dsa-Support-EtherType-based-priority-overrides.patch similarity index 98% rename from patches/linux/6.12.59/0009-net-dsa-Support-EtherType-based-priority-overrides.patch rename to patches/linux/6.12.60/0009-net-dsa-Support-EtherType-based-priority-overrides.patch index cca3cd6c..0baa8b4d 100644 --- a/patches/linux/6.12.59/0009-net-dsa-Support-EtherType-based-priority-overrides.patch +++ b/patches/linux/6.12.60/0009-net-dsa-Support-EtherType-based-priority-overrides.patch @@ -1,4 +1,4 @@ -From c5456f3460481bd5ac072358b97da85077b55fa2 Mon Sep 17 00:00:00 2001 +From a259544cacf9b42ead2dfee701de868c64ed81fd 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.59/0010-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch b/patches/linux/6.12.60/0010-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch similarity index 99% rename from patches/linux/6.12.59/0010-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch rename to patches/linux/6.12.60/0010-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch index 1b918caa..ab134256 100644 --- a/patches/linux/6.12.59/0010-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch +++ b/patches/linux/6.12.60/0010-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch @@ -1,4 +1,4 @@ -From 58ae1a1b571bfb3dbd523ac1979e4881a8ea0ec8 Mon Sep 17 00:00:00 2001 +From ee4ba2578a895c45c694a6452493effde153ae49 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.59/0011-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch b/patches/linux/6.12.60/0011-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch similarity index 98% rename from patches/linux/6.12.59/0011-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch rename to patches/linux/6.12.60/0011-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch index 936598de..af7e90b0 100644 --- a/patches/linux/6.12.59/0011-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch +++ b/patches/linux/6.12.60/0011-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch @@ -1,4 +1,4 @@ -From b194fc60c803918f2f518427fdc6e92bc817456f Mon Sep 17 00:00:00 2001 +From 072f8e821cb51fa26b71e7c24ecce44e64b48dec 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.59/0012-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch b/patches/linux/6.12.60/0012-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch similarity index 97% rename from patches/linux/6.12.59/0012-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch rename to patches/linux/6.12.60/0012-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch index 05f37722..460a0506 100644 --- a/patches/linux/6.12.59/0012-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch +++ b/patches/linux/6.12.60/0012-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch @@ -1,4 +1,4 @@ -From 3dfd7d356b1c32d6667e8c2298a13965db977eb4 Mon Sep 17 00:00:00 2001 +From e4d64051709df94a47af188bf93b6318d0c4d792 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.59/0013-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch b/patches/linux/6.12.60/0013-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch similarity index 98% rename from patches/linux/6.12.59/0013-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch rename to patches/linux/6.12.60/0013-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch index 170f0af5..d9637552 100644 --- a/patches/linux/6.12.59/0013-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch +++ b/patches/linux/6.12.60/0013-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch @@ -1,4 +1,4 @@ -From c17ce44cf9be0364ce207f91bd3258b871be3cec Mon Sep 17 00:00:00 2001 +From 8db8ad9ac3c0677004baeeae045bc028cf7f88ea 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.59/0014-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch b/patches/linux/6.12.60/0014-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch similarity index 98% rename from patches/linux/6.12.59/0014-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch rename to patches/linux/6.12.60/0014-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch index 6d4135ec..effbb3d4 100644 --- a/patches/linux/6.12.59/0014-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch +++ b/patches/linux/6.12.60/0014-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch @@ -1,4 +1,4 @@ -From 703468b7acffe44589a2686bb1f31b60e120b0d8 Mon Sep 17 00:00:00 2001 +From 66dd1a6bfd3d73ecb02e3c4607a1ac57f40feb4c 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.59/0015-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch b/patches/linux/6.12.60/0015-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch similarity index 96% rename from patches/linux/6.12.59/0015-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch rename to patches/linux/6.12.60/0015-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch index 8eb3e7e0..d4319563 100644 --- a/patches/linux/6.12.59/0015-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch +++ b/patches/linux/6.12.60/0015-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch @@ -1,4 +1,4 @@ -From 3c8e59476ea3efe22d514a72053d49346cebbcd3 Mon Sep 17 00:00:00 2001 +From 940b131a27b10ea8b6fef431aa51621acc496ffc 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.59/0016-net-phy-marvell10g-Add-LED-support-for-88X3310.patch b/patches/linux/6.12.60/0016-net-phy-marvell10g-Add-LED-support-for-88X3310.patch similarity index 99% rename from patches/linux/6.12.59/0016-net-phy-marvell10g-Add-LED-support-for-88X3310.patch rename to patches/linux/6.12.60/0016-net-phy-marvell10g-Add-LED-support-for-88X3310.patch index ffd91a3d..d761c74d 100644 --- a/patches/linux/6.12.59/0016-net-phy-marvell10g-Add-LED-support-for-88X3310.patch +++ b/patches/linux/6.12.60/0016-net-phy-marvell10g-Add-LED-support-for-88X3310.patch @@ -1,4 +1,4 @@ -From 4b2e584a40e0a7da3c72fed4bb7b05e1a5788339 Mon Sep 17 00:00:00 2001 +From 61043fb8e9510cd5a753a9cfc06087c037a412e6 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.59/0017-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch b/patches/linux/6.12.60/0017-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch similarity index 97% rename from patches/linux/6.12.59/0017-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch rename to patches/linux/6.12.60/0017-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch index d461f0a6..fd63a041 100644 --- a/patches/linux/6.12.59/0017-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch +++ b/patches/linux/6.12.60/0017-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch @@ -1,4 +1,4 @@ -From 3505cc6010d8cbbe70cf95b486342cdb1566408d Mon Sep 17 00:00:00 2001 +From 434efb597c27f6abd6baca8fe907a5b96a6a806f 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.59/0018-net-phy-Do-not-resume-PHY-when-attaching.patch b/patches/linux/6.12.60/0018-net-phy-Do-not-resume-PHY-when-attaching.patch similarity index 94% rename from patches/linux/6.12.59/0018-net-phy-Do-not-resume-PHY-when-attaching.patch rename to patches/linux/6.12.60/0018-net-phy-Do-not-resume-PHY-when-attaching.patch index 1aa81fa9..48294a61 100644 --- a/patches/linux/6.12.59/0018-net-phy-Do-not-resume-PHY-when-attaching.patch +++ b/patches/linux/6.12.60/0018-net-phy-Do-not-resume-PHY-when-attaching.patch @@ -1,4 +1,4 @@ -From f05069be84acef521289588c324d5ae6ea39663c Mon Sep 17 00:00:00 2001 +From bd27d88dacf6f93d8ecaca997693dc10da995a62 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.59/0019-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch b/patches/linux/6.12.60/0019-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch similarity index 99% rename from patches/linux/6.12.59/0019-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch rename to patches/linux/6.12.60/0019-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch index 2842817b..14b48f00 100644 --- a/patches/linux/6.12.59/0019-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch +++ b/patches/linux/6.12.60/0019-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch @@ -1,4 +1,4 @@ -From 9e89b47aa5781c24d8391fe54f5940ad5e5274f5 Mon Sep 17 00:00:00 2001 +From 04ccd2a915847aff9cbb8592c725726269656e60 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.59/0020-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch b/patches/linux/6.12.60/0020-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch similarity index 95% rename from patches/linux/6.12.59/0020-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch rename to patches/linux/6.12.60/0020-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch index a3ae4dbd..4796ec22 100644 --- a/patches/linux/6.12.59/0020-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch +++ b/patches/linux/6.12.60/0020-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch @@ -1,4 +1,4 @@ -From 3fb3acf59f9eb996bc71abd4924b28266dee838c Mon Sep 17 00:00:00 2001 +From 9bea4e08fd76b0f423a6556a424baaaa457e5547 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.59/0021-net-bridge-drop-delay-for-applying-strict-multicast-.patch b/patches/linux/6.12.60/0021-net-bridge-drop-delay-for-applying-strict-multicast-.patch similarity index 99% rename from patches/linux/6.12.59/0021-net-bridge-drop-delay-for-applying-strict-multicast-.patch rename to patches/linux/6.12.60/0021-net-bridge-drop-delay-for-applying-strict-multicast-.patch index 2b1cd806..6da0a8df 100644 --- a/patches/linux/6.12.59/0021-net-bridge-drop-delay-for-applying-strict-multicast-.patch +++ b/patches/linux/6.12.60/0021-net-bridge-drop-delay-for-applying-strict-multicast-.patch @@ -1,4 +1,4 @@ -From a2517dfb72c7aa7b090dc298efe025eb86ad48b3 Mon Sep 17 00:00:00 2001 +From 336fab0a7aad8c09ee6f34e3aae45a37bfed6601 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.59/0022-net-bridge-Differentiate-MDB-additions-from-modifica.patch b/patches/linux/6.12.60/0022-net-bridge-Differentiate-MDB-additions-from-modifica.patch similarity index 98% rename from patches/linux/6.12.59/0022-net-bridge-Differentiate-MDB-additions-from-modifica.patch rename to patches/linux/6.12.60/0022-net-bridge-Differentiate-MDB-additions-from-modifica.patch index 2a168dd3..fc19fae0 100644 --- a/patches/linux/6.12.59/0022-net-bridge-Differentiate-MDB-additions-from-modifica.patch +++ b/patches/linux/6.12.60/0022-net-bridge-Differentiate-MDB-additions-from-modifica.patch @@ -1,4 +1,4 @@ -From d3cd178a5749589b60a8c285fc9b8856b4ddfe19 Mon Sep 17 00:00:00 2001 +From c33003d35c16354ec2559a32080bd71534021227 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.59/0023-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch b/patches/linux/6.12.60/0023-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch similarity index 96% rename from patches/linux/6.12.59/0023-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch rename to patches/linux/6.12.60/0023-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch index 17da363c..aba98c25 100644 --- a/patches/linux/6.12.59/0023-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch +++ b/patches/linux/6.12.60/0023-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch @@ -1,4 +1,4 @@ -From 9e3de29eb6325c2c103f49d2a888a89590f2bbcf Mon Sep 17 00:00:00 2001 +From adefa08aa2c6c7f3828406e4250432f43ad0f236 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.59/0024-usb-core-adjust-log-level-for-unauthorized-devices.patch b/patches/linux/6.12.60/0024-usb-core-adjust-log-level-for-unauthorized-devices.patch similarity index 96% rename from patches/linux/6.12.59/0024-usb-core-adjust-log-level-for-unauthorized-devices.patch rename to patches/linux/6.12.60/0024-usb-core-adjust-log-level-for-unauthorized-devices.patch index 7372f3fe..bf794b8c 100644 --- a/patches/linux/6.12.59/0024-usb-core-adjust-log-level-for-unauthorized-devices.patch +++ b/patches/linux/6.12.60/0024-usb-core-adjust-log-level-for-unauthorized-devices.patch @@ -1,4 +1,4 @@ -From 248b4ac573a6a55f11ded4d32b12cd1ec0c8f566 Mon Sep 17 00:00:00 2001 +From 1ceb54dd73f151060640643b96af2da1abdc5ea3 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.59/0025-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch b/patches/linux/6.12.60/0025-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch similarity index 95% rename from patches/linux/6.12.59/0025-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch rename to patches/linux/6.12.60/0025-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch index 626f4f28..3b024a71 100644 --- a/patches/linux/6.12.59/0025-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch +++ b/patches/linux/6.12.60/0025-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch @@ -1,4 +1,4 @@ -From 20ffb2327d155c1fd820518cd2045fdf3d608806 Mon Sep 17 00:00:00 2001 +From 48272d77344a68f94de85b86ddf86e0adc70a715 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.59/0026-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch b/patches/linux/6.12.60/0026-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch similarity index 98% rename from patches/linux/6.12.59/0026-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch rename to patches/linux/6.12.60/0026-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch index 06fbc46b..0beb3a43 100644 --- a/patches/linux/6.12.59/0026-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch +++ b/patches/linux/6.12.60/0026-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch @@ -1,4 +1,4 @@ -From ee419b2a261b64f209ae4a70e4b739453f76af1a Mon Sep 17 00:00:00 2001 +From ee2fdc1d7da7699db3d310e0346831fe5c665758 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.59/0027-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch b/patches/linux/6.12.60/0027-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch similarity index 95% rename from patches/linux/6.12.59/0027-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch rename to patches/linux/6.12.60/0027-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch index 1af126e7..43cde4df 100644 --- a/patches/linux/6.12.59/0027-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch +++ b/patches/linux/6.12.60/0027-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch @@ -1,4 +1,4 @@ -From 70cb2bb7fd442f74b2894ed24a094de8f5d19711 Mon Sep 17 00:00:00 2001 +From c11a26c99561552929ec8b407ce06d34a6abf561 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.59/0028-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch b/patches/linux/6.12.60/0028-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch similarity index 96% rename from patches/linux/6.12.59/0028-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch rename to patches/linux/6.12.60/0028-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch index 72792166..76cb3325 100644 --- a/patches/linux/6.12.59/0028-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch +++ b/patches/linux/6.12.60/0028-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch @@ -1,4 +1,4 @@ -From b576baf4fddb46fe2746b2819f1a7d66fc6d455e Mon Sep 17 00:00:00 2001 +From 66bb27ffe6e6e83a658964e8324306ede482ff69 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.59/0029-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch b/patches/linux/6.12.60/0029-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch similarity index 98% rename from patches/linux/6.12.59/0029-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch rename to patches/linux/6.12.60/0029-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch index 41c33e9f..d58335a7 100644 --- a/patches/linux/6.12.59/0029-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch +++ b/patches/linux/6.12.60/0029-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch @@ -1,4 +1,4 @@ -From 74cb1029e980a2eabe43e43fa83cb01f59d45bfd Mon Sep 17 00:00:00 2001 +From efd90aefbf3179a46b9f48ad11bf500de00a0a4f 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.59/0030-input-touchscreen-edt-ft5x06-Add-polled-mode.patch b/patches/linux/6.12.60/0030-input-touchscreen-edt-ft5x06-Add-polled-mode.patch similarity index 98% rename from patches/linux/6.12.59/0030-input-touchscreen-edt-ft5x06-Add-polled-mode.patch rename to patches/linux/6.12.60/0030-input-touchscreen-edt-ft5x06-Add-polled-mode.patch index 4d010ae0..9e0e45b0 100644 --- a/patches/linux/6.12.59/0030-input-touchscreen-edt-ft5x06-Add-polled-mode.patch +++ b/patches/linux/6.12.60/0030-input-touchscreen-edt-ft5x06-Add-polled-mode.patch @@ -1,4 +1,4 @@ -From 3b2cef652da3a4ef94f21401df3714333d786e7d Mon Sep 17 00:00:00 2001 +From 50a314017523c08058cb79b782ba0ba0c08bf08f 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 663fd67d..07b54e6b 100644 --- a/patches/linux/linux.hash +++ b/patches/linux/linux.hash @@ -1,2 +1,2 @@ # Calculated with utils/kernel-refresh.sh -sha256 a1d2cd7327f10eec022615c1bb12c06439bd110d2020164be97f698f43ca58be linux-6.12.59.tar.xz +sha256 a63096b2147411d683cecbf87622bb2ff4885bac2b3641d3d4f10250c89cdcf8 linux-6.12.60.tar.xz