diff --git a/configs/aarch64_defconfig b/configs/aarch64_defconfig index 50c21de54..344a3f73d 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.46" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.49" 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 21de8538d..b3671243a 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.46" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.49" 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 3c66c68bc..7d2af84b0 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.46" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.49" 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 7c39233b8..2137f92d8 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.46" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.49" 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 235922412..1e653df00 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.46" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.49" 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 cea8c75a1..290b4ba91 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.6 (LTS) -- Upgrade Linux kernel to 6.12.46 (LTS) +- Upgrade Linux kernel to 6.12.49 (LTS) - Upgrade libyang to 3.13.5 - Upgrade sysrepo to 3.7.11 - Upgrade netopeer2 (NETCONF) to 2.4.5 @@ -1642,7 +1642,7 @@ Supported YANG models in addition to those used by sysrepo and netopeer: - N/A [buildroot]: https://buildroot.org/ -[UNRELEASED]: https://github.com/kernelkit/infix/compare/v25.08.0...HEAD +[UNRELEASED]: https://github.com/kernelkit/infix/compare/v25.09.0...HEAD [v25.09.0]: https://github.com/kernelkit/infix/compare/v25.08.0...v26.09.0 [v25.08.0]: https://github.com/kernelkit/infix/compare/v25.06.1...v26.08.0 [v25.06.0]: https://github.com/kernelkit/infix/compare/v25.05.1...v26.06.0 diff --git a/patches/linux/6.12.46/0001-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch b/patches/linux/6.12.49/0001-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch similarity index 94% rename from patches/linux/6.12.46/0001-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch rename to patches/linux/6.12.49/0001-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch index ca4d426dd..74cdc87fa 100644 --- a/patches/linux/6.12.46/0001-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch +++ b/patches/linux/6.12.49/0001-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch @@ -1,4 +1,4 @@ -From fc815e6b81ec3ed62be8d69cbf7bc3b6a1131394 Mon Sep 17 00:00:00 2001 +From 0d406c0c6e18b6e250dea14a5ca2dde88c0c812e 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.46/0002-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch b/patches/linux/6.12.49/0002-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch similarity index 99% rename from patches/linux/6.12.46/0002-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch rename to patches/linux/6.12.49/0002-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch index 33aa7e5ab..c668cba6d 100644 --- a/patches/linux/6.12.46/0002-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch +++ b/patches/linux/6.12.49/0002-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch @@ -1,4 +1,4 @@ -From 86413fc47c00f362edfa36e59f0cc6b15efecd13 Mon Sep 17 00:00:00 2001 +From bcbdeaf83c25d999ccb6354313d764dc84b2ee08 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.46/0003-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch b/patches/linux/6.12.49/0003-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch similarity index 95% rename from patches/linux/6.12.46/0003-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch rename to patches/linux/6.12.49/0003-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch index 52f8ba654..1cc473647 100644 --- a/patches/linux/6.12.46/0003-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch +++ b/patches/linux/6.12.49/0003-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch @@ -1,4 +1,4 @@ -From 96a35309b491289090a83a39c3618d7eed9c7d60 Mon Sep 17 00:00:00 2001 +From fb2d1ea785d511507e2bc8f2632c6c0139dc64cf 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.46/0004-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch b/patches/linux/6.12.49/0004-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch similarity index 98% rename from patches/linux/6.12.46/0004-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch rename to patches/linux/6.12.49/0004-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch index 7b52bfe70..541159a21 100644 --- a/patches/linux/6.12.46/0004-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch +++ b/patches/linux/6.12.49/0004-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch @@ -1,4 +1,4 @@ -From d13900bfca925e499fffd9e7cdb79b6b2115ad13 Mon Sep 17 00:00:00 2001 +From caccfd3b07e97d55293118bb36684fed66704899 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.46/0005-net-dsa-mv88e6xxx-Add-LED-infrastructure.patch b/patches/linux/6.12.49/0005-net-dsa-mv88e6xxx-Add-LED-infrastructure.patch similarity index 99% rename from patches/linux/6.12.46/0005-net-dsa-mv88e6xxx-Add-LED-infrastructure.patch rename to patches/linux/6.12.49/0005-net-dsa-mv88e6xxx-Add-LED-infrastructure.patch index dee9573ac..c5b7613df 100644 --- a/patches/linux/6.12.46/0005-net-dsa-mv88e6xxx-Add-LED-infrastructure.patch +++ b/patches/linux/6.12.49/0005-net-dsa-mv88e6xxx-Add-LED-infrastructure.patch @@ -1,4 +1,4 @@ -From 8a2be6063a2bef9959466d14858e60abdf76d0d5 Mon Sep 17 00:00:00 2001 +From 0b591768f8590d566acadf3817df9aee4c8278d6 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.46/0006-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch b/patches/linux/6.12.49/0006-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch similarity index 99% rename from patches/linux/6.12.46/0006-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch rename to patches/linux/6.12.49/0006-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch index 77e10a4c6..bee7ee793 100644 --- a/patches/linux/6.12.46/0006-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch +++ b/patches/linux/6.12.49/0006-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch @@ -1,4 +1,4 @@ -From 6150a33c4e048702c99059af8ec4381fba708f28 Mon Sep 17 00:00:00 2001 +From 8fe56fb578d561ce5d7c751594980e3be45c9b5c 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.46/0007-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch b/patches/linux/6.12.49/0007-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch similarity index 95% rename from patches/linux/6.12.46/0007-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch rename to patches/linux/6.12.49/0007-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch index 74edeb8fd..9447eac93 100644 --- a/patches/linux/6.12.46/0007-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch +++ b/patches/linux/6.12.49/0007-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch @@ -1,4 +1,4 @@ -From e53ad923f2711f6bfd5b6a9deddb809b8bc0be82 Mon Sep 17 00:00:00 2001 +From e71e59753f6a62685246247812d5385bf7987998 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.46/0008-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch b/patches/linux/6.12.49/0008-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch similarity index 97% rename from patches/linux/6.12.46/0008-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch rename to patches/linux/6.12.49/0008-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch index 32baf4df1..cd61bd925 100644 --- a/patches/linux/6.12.46/0008-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch +++ b/patches/linux/6.12.49/0008-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch @@ -1,4 +1,4 @@ -From 281157dea511eecc5990d8438e2e099c618dd8e9 Mon Sep 17 00:00:00 2001 +From a18bae506e6820553a51f1763219edf5031b4ec9 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.46/0009-net-dsa-Support-EtherType-based-priority-overrides.patch b/patches/linux/6.12.49/0009-net-dsa-Support-EtherType-based-priority-overrides.patch similarity index 98% rename from patches/linux/6.12.46/0009-net-dsa-Support-EtherType-based-priority-overrides.patch rename to patches/linux/6.12.49/0009-net-dsa-Support-EtherType-based-priority-overrides.patch index e3b635201..8a9ad1be6 100644 --- a/patches/linux/6.12.46/0009-net-dsa-Support-EtherType-based-priority-overrides.patch +++ b/patches/linux/6.12.49/0009-net-dsa-Support-EtherType-based-priority-overrides.patch @@ -1,4 +1,4 @@ -From 50febbffac4913c8f3bd676475f3e16c50fde66b Mon Sep 17 00:00:00 2001 +From 6ff1baaab17ac9fb4d64d2207f8c74900c61809b 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.46/0010-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch b/patches/linux/6.12.49/0010-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch similarity index 99% rename from patches/linux/6.12.46/0010-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch rename to patches/linux/6.12.49/0010-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch index f89097a62..4638e1b29 100644 --- a/patches/linux/6.12.46/0010-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch +++ b/patches/linux/6.12.49/0010-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch @@ -1,4 +1,4 @@ -From 1628cdf3851826a704ff74340bd710156112924b Mon Sep 17 00:00:00 2001 +From 25da7df0a5c1cbe2588739a69f1a10fce758179d 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.46/0011-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch b/patches/linux/6.12.49/0011-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch similarity index 98% rename from patches/linux/6.12.46/0011-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch rename to patches/linux/6.12.49/0011-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch index 2b3ea4c61..1582e8df7 100644 --- a/patches/linux/6.12.46/0011-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch +++ b/patches/linux/6.12.49/0011-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch @@ -1,4 +1,4 @@ -From 524d26c9bd1909ec7e427cd556dce58326019707 Mon Sep 17 00:00:00 2001 +From 45a41226932eda89e7676d000b45c35a2ea171c7 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.46/0012-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch b/patches/linux/6.12.49/0012-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch similarity index 97% rename from patches/linux/6.12.46/0012-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch rename to patches/linux/6.12.49/0012-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch index 98b8837a4..2b69bcbdd 100644 --- a/patches/linux/6.12.46/0012-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch +++ b/patches/linux/6.12.49/0012-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch @@ -1,4 +1,4 @@ -From e5b68785b4acb3bcb1f1e8757aab5f5dab9df7f7 Mon Sep 17 00:00:00 2001 +From 1585315a713d28c8ecf3d5be3b30b28ec0c9b0e6 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.46/0013-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch b/patches/linux/6.12.49/0013-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch similarity index 98% rename from patches/linux/6.12.46/0013-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch rename to patches/linux/6.12.49/0013-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch index 1a96d9ca5..116f00311 100644 --- a/patches/linux/6.12.46/0013-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch +++ b/patches/linux/6.12.49/0013-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch @@ -1,4 +1,4 @@ -From 21654bef4baa4753a5253202b18d8f7fabebe76f Mon Sep 17 00:00:00 2001 +From 11ea7f61dff2c6b7ff73662f8bbc4d1ff58683e2 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.46/0014-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch b/patches/linux/6.12.49/0014-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch similarity index 98% rename from patches/linux/6.12.46/0014-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch rename to patches/linux/6.12.49/0014-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch index 8f36db273..4fbf1df02 100644 --- a/patches/linux/6.12.46/0014-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch +++ b/patches/linux/6.12.49/0014-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch @@ -1,4 +1,4 @@ -From ff79abb2e14b8be0bf48fa13ee8d97c61517443b Mon Sep 17 00:00:00 2001 +From 9a5fc01bdf573b925ae12bd0d6bd5c6def5769ac 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.46/0015-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch b/patches/linux/6.12.49/0015-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch similarity index 96% rename from patches/linux/6.12.46/0015-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch rename to patches/linux/6.12.49/0015-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch index ba6a96d63..2a3ad0176 100644 --- a/patches/linux/6.12.46/0015-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch +++ b/patches/linux/6.12.49/0015-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch @@ -1,4 +1,4 @@ -From 2ca5b07fcccfaa446f7e72c065a6a7cc9cd28bb3 Mon Sep 17 00:00:00 2001 +From 434ca29225bbc0bfef208b7d7dbccb72c13b3271 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.46/0016-net-phy-marvell10g-Add-LED-support-for-88X3310.patch b/patches/linux/6.12.49/0016-net-phy-marvell10g-Add-LED-support-for-88X3310.patch similarity index 99% rename from patches/linux/6.12.46/0016-net-phy-marvell10g-Add-LED-support-for-88X3310.patch rename to patches/linux/6.12.49/0016-net-phy-marvell10g-Add-LED-support-for-88X3310.patch index 987cbd94e..3fd1013e6 100644 --- a/patches/linux/6.12.46/0016-net-phy-marvell10g-Add-LED-support-for-88X3310.patch +++ b/patches/linux/6.12.49/0016-net-phy-marvell10g-Add-LED-support-for-88X3310.patch @@ -1,4 +1,4 @@ -From bf014b86288252f4c287138b41789b37081bff6f Mon Sep 17 00:00:00 2001 +From ed1b9c2c1fa1dc01cbc4de950e2e3adb2ffc9a37 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.46/0017-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch b/patches/linux/6.12.49/0017-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch similarity index 97% rename from patches/linux/6.12.46/0017-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch rename to patches/linux/6.12.49/0017-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch index 6cee34519..3cfc69d15 100644 --- a/patches/linux/6.12.46/0017-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch +++ b/patches/linux/6.12.49/0017-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch @@ -1,4 +1,4 @@ -From b6f74848c86956a0075b0894080a8c7dd51ff481 Mon Sep 17 00:00:00 2001 +From d480813545cfc697163d464af97981902c36cef3 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.46/0018-net-phy-Do-not-resume-PHY-when-attaching.patch b/patches/linux/6.12.49/0018-net-phy-Do-not-resume-PHY-when-attaching.patch similarity index 94% rename from patches/linux/6.12.46/0018-net-phy-Do-not-resume-PHY-when-attaching.patch rename to patches/linux/6.12.49/0018-net-phy-Do-not-resume-PHY-when-attaching.patch index 48974034e..8da3a087c 100644 --- a/patches/linux/6.12.46/0018-net-phy-Do-not-resume-PHY-when-attaching.patch +++ b/patches/linux/6.12.49/0018-net-phy-Do-not-resume-PHY-when-attaching.patch @@ -1,4 +1,4 @@ -From d5ba4868f159db5f7be0c7977c74c2dd785f5cf2 Mon Sep 17 00:00:00 2001 +From 1c66c6559c85dfc50d38a11b9849a5122fa1529c 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.46/0019-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch b/patches/linux/6.12.49/0019-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch similarity index 98% rename from patches/linux/6.12.46/0019-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch rename to patches/linux/6.12.49/0019-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch index de5d07fa2..7ce3bea75 100644 --- a/patches/linux/6.12.46/0019-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch +++ b/patches/linux/6.12.49/0019-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch @@ -1,4 +1,4 @@ -From 9d1c784d94069a722001b8032380f3f3ff7278d7 Mon Sep 17 00:00:00 2001 +From f26cf1305fb0e412a42527d4f24cc1dbb29bf561 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 @@ -39,7 +39,7 @@ index a5b743a2f7750..3bffc39d78009 100644 }; diff --git a/net/bridge/br.c b/net/bridge/br.c -index 2cab878e0a39c..006fb2e5eafbf 100644 +index ed08717541fe7..b2d3a3de2d72b 100644 --- a/net/bridge/br.c +++ b/net/bridge/br.c @@ -277,6 +277,9 @@ int br_boolopt_toggle(struct net_bridge *br, enum br_boolopt_id opt, bool on, diff --git a/patches/linux/6.12.46/0020-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch b/patches/linux/6.12.49/0020-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch similarity index 95% rename from patches/linux/6.12.46/0020-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch rename to patches/linux/6.12.49/0020-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch index d4a8c4b26..7bf345287 100644 --- a/patches/linux/6.12.46/0020-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch +++ b/patches/linux/6.12.49/0020-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch @@ -1,4 +1,4 @@ -From 1d7c1119393626d50abdd015e2edaf9af279b81a Mon Sep 17 00:00:00 2001 +From f2328ce2323e59cbb643972b75f382ee4bd8a823 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.46/0021-net-bridge-drop-delay-for-applying-strict-multicast-.patch b/patches/linux/6.12.49/0021-net-bridge-drop-delay-for-applying-strict-multicast-.patch similarity index 99% rename from patches/linux/6.12.46/0021-net-bridge-drop-delay-for-applying-strict-multicast-.patch rename to patches/linux/6.12.49/0021-net-bridge-drop-delay-for-applying-strict-multicast-.patch index fa1d95211..47d398835 100644 --- a/patches/linux/6.12.46/0021-net-bridge-drop-delay-for-applying-strict-multicast-.patch +++ b/patches/linux/6.12.49/0021-net-bridge-drop-delay-for-applying-strict-multicast-.patch @@ -1,4 +1,4 @@ -From 6f2e3e86ee308449013cf6c55033c5300eec54c4 Mon Sep 17 00:00:00 2001 +From fa9991d3da956c5ad791698b8913f85a2e107201 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.46/0022-net-bridge-Differentiate-MDB-additions-from-modifica.patch b/patches/linux/6.12.49/0022-net-bridge-Differentiate-MDB-additions-from-modifica.patch similarity index 98% rename from patches/linux/6.12.46/0022-net-bridge-Differentiate-MDB-additions-from-modifica.patch rename to patches/linux/6.12.49/0022-net-bridge-Differentiate-MDB-additions-from-modifica.patch index 2dd5dd22f..9f0ac372d 100644 --- a/patches/linux/6.12.46/0022-net-bridge-Differentiate-MDB-additions-from-modifica.patch +++ b/patches/linux/6.12.49/0022-net-bridge-Differentiate-MDB-additions-from-modifica.patch @@ -1,4 +1,4 @@ -From a1ca5c81aa0557d379bbec072178ed2f100b4ffc Mon Sep 17 00:00:00 2001 +From 17aaccea7837745fc8d8493d96f8e77200222428 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.46/0023-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch b/patches/linux/6.12.49/0023-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch similarity index 96% rename from patches/linux/6.12.46/0023-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch rename to patches/linux/6.12.49/0023-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch index a474796ca..3953571bc 100644 --- a/patches/linux/6.12.46/0023-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch +++ b/patches/linux/6.12.49/0023-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch @@ -1,4 +1,4 @@ -From dbd315523fe24a624eb54b805ef3229358788b41 Mon Sep 17 00:00:00 2001 +From 36440ad5ee696f6a0828c7949ff143dc5b526797 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.46/0024-usb-core-adjust-log-level-for-unauthorized-devices.patch b/patches/linux/6.12.49/0024-usb-core-adjust-log-level-for-unauthorized-devices.patch similarity index 96% rename from patches/linux/6.12.46/0024-usb-core-adjust-log-level-for-unauthorized-devices.patch rename to patches/linux/6.12.49/0024-usb-core-adjust-log-level-for-unauthorized-devices.patch index ef4758cf5..b05d8cd08 100644 --- a/patches/linux/6.12.46/0024-usb-core-adjust-log-level-for-unauthorized-devices.patch +++ b/patches/linux/6.12.49/0024-usb-core-adjust-log-level-for-unauthorized-devices.patch @@ -1,4 +1,4 @@ -From faf88a5ef48c354263e5d3ac9515ee0f48048dc6 Mon Sep 17 00:00:00 2001 +From 079da67e2c39245e3e6172925d5c3169e133d8b5 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.46/0025-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch b/patches/linux/6.12.49/0025-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch similarity index 95% rename from patches/linux/6.12.46/0025-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch rename to patches/linux/6.12.49/0025-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch index b1a7ff907..c723f633b 100644 --- a/patches/linux/6.12.46/0025-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch +++ b/patches/linux/6.12.49/0025-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch @@ -1,4 +1,4 @@ -From 123f3e395bab7e62692327c98ce0fc353edd49aa Mon Sep 17 00:00:00 2001 +From 9c0a92731b9dd4dd29bdd1bde4beeb36c7d6953e 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.46/0026-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch b/patches/linux/6.12.49/0026-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch similarity index 98% rename from patches/linux/6.12.46/0026-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch rename to patches/linux/6.12.49/0026-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch index a9254a599..f60667a84 100644 --- a/patches/linux/6.12.46/0026-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch +++ b/patches/linux/6.12.49/0026-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch @@ -1,4 +1,4 @@ -From abbe55e48bc455fc511d8cd9af2eae2cb5ccad29 Mon Sep 17 00:00:00 2001 +From 4e5b0354c8ec5bcbb09cc8baca36fe7a8213112b 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.46/0027-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch b/patches/linux/6.12.49/0027-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch similarity index 95% rename from patches/linux/6.12.46/0027-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch rename to patches/linux/6.12.49/0027-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch index 3dca320c0..2109d63fa 100644 --- a/patches/linux/6.12.46/0027-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch +++ b/patches/linux/6.12.49/0027-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch @@ -1,4 +1,4 @@ -From 82f4c29b0dccf6d8becc3adddc053ee1c580385e Mon Sep 17 00:00:00 2001 +From 0219e5f8146de60695d8d31e36c8a9207a9e4c27 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.46/0028-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch b/patches/linux/6.12.49/0028-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch similarity index 96% rename from patches/linux/6.12.46/0028-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch rename to patches/linux/6.12.49/0028-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch index a5e8bd84a..fbdb62fdd 100644 --- a/patches/linux/6.12.46/0028-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch +++ b/patches/linux/6.12.49/0028-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch @@ -1,4 +1,4 @@ -From 0ba91d5ebd011b3596b4900827324e6ac4796805 Mon Sep 17 00:00:00 2001 +From 17a26dc738badd7f1c53d9b4d8b5f30da1a64794 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.46/0029-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch b/patches/linux/6.12.49/0029-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch similarity index 98% rename from patches/linux/6.12.46/0029-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch rename to patches/linux/6.12.49/0029-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch index 074819b7f..ade73a78f 100644 --- a/patches/linux/6.12.46/0029-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch +++ b/patches/linux/6.12.49/0029-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch @@ -1,4 +1,4 @@ -From 6b87ed2f7a392944da3d4878f27fa5f164b9a403 Mon Sep 17 00:00:00 2001 +From cb9049beae975232edcf8cb49f7529fb5b7e6048 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.46/0030-input-touchscreen-edt-ft5x06-Add-polled-mode.patch b/patches/linux/6.12.49/0030-input-touchscreen-edt-ft5x06-Add-polled-mode.patch similarity index 98% rename from patches/linux/6.12.46/0030-input-touchscreen-edt-ft5x06-Add-polled-mode.patch rename to patches/linux/6.12.49/0030-input-touchscreen-edt-ft5x06-Add-polled-mode.patch index c44f519be..7ac783f0a 100644 --- a/patches/linux/6.12.46/0030-input-touchscreen-edt-ft5x06-Add-polled-mode.patch +++ b/patches/linux/6.12.49/0030-input-touchscreen-edt-ft5x06-Add-polled-mode.patch @@ -1,4 +1,4 @@ -From b0b92a8307408df2539d7815283cf5d6cfa7c201 Mon Sep 17 00:00:00 2001 +From 6d330d971393a13c2a9a930b1817184447ad2e6e 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 25abd8855..23e9e3ce3 100644 --- a/patches/linux/linux.hash +++ b/patches/linux/linux.hash @@ -1,2 +1,2 @@ # Calculated with ../utils/kernel-refresh.sh -sha256 2e5e7382d324caac23c5d80415f7c7ba64e3dbeee2ad936291e8c6c4b114573e linux-6.12.46.tar.xz +sha256 234621e146dacce2241049555d550e4f7a6bde67ccd7ef232d47ac8145425526 linux-6.12.49.tar.xz