diff --git a/configs/aarch64_defconfig b/configs/aarch64_defconfig index 50d9938c0..3df284660 100644 --- a/configs/aarch64_defconfig +++ b/configs/aarch64_defconfig @@ -27,7 +27,7 @@ BR2_ROOTFS_OVERLAY="${BR2_EXTERNAL_INFIX_PATH}/board/common/rootfs ${BR2_EXTERNA BR2_ROOTFS_POST_BUILD_SCRIPT="${BR2_EXTERNAL_INFIX_PATH}/board/common/post-build.sh" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.45" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.46" 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 410001c59..0022f1232 100644 --- a/configs/aarch64_minimal_defconfig +++ b/configs/aarch64_minimal_defconfig @@ -27,7 +27,7 @@ BR2_ROOTFS_OVERLAY="${BR2_EXTERNAL_INFIX_PATH}/board/common/rootfs ${BR2_EXTERNA BR2_ROOTFS_POST_BUILD_SCRIPT="${BR2_EXTERNAL_INFIX_PATH}/board/common/post-build.sh" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.45" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.46" 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/arm_defconfig b/configs/arm_defconfig index 7acad11b7..ac1a131aa 100644 --- a/configs/arm_defconfig +++ b/configs/arm_defconfig @@ -28,7 +28,7 @@ BR2_ROOTFS_OVERLAY="${BR2_EXTERNAL_INFIX_PATH}/board/common/rootfs ${BR2_EXTERNA BR2_ROOTFS_POST_BUILD_SCRIPT="${BR2_EXTERNAL_INFIX_PATH}/board/common/post-build.sh" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.45" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.46" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="${BR2_EXTERNAL_INFIX_PATH}/board/arm/linux_defconfig" BR2_LINUX_KERNEL_INSTALL_TARGET=y diff --git a/configs/arm_minimal_defconfig b/configs/arm_minimal_defconfig index c53b58959..54cc76282 100644 --- a/configs/arm_minimal_defconfig +++ b/configs/arm_minimal_defconfig @@ -28,7 +28,7 @@ BR2_ROOTFS_OVERLAY="${BR2_EXTERNAL_INFIX_PATH}/board/common/rootfs ${BR2_EXTERNA BR2_ROOTFS_POST_BUILD_SCRIPT="${BR2_EXTERNAL_INFIX_PATH}/board/common/post-build.sh" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.45" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.46" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="${BR2_EXTERNAL_INFIX_PATH}/board/arm/linux_defconfig" BR2_LINUX_KERNEL_INSTALL_TARGET=y diff --git a/configs/x86_64_defconfig b/configs/x86_64_defconfig index 02438f340..1fa0decc0 100644 --- a/configs/x86_64_defconfig +++ b/configs/x86_64_defconfig @@ -26,7 +26,7 @@ BR2_ROOTFS_OVERLAY="${BR2_EXTERNAL_INFIX_PATH}/board/common/rootfs ${BR2_EXTERNA BR2_ROOTFS_POST_BUILD_SCRIPT="board/qemu/x86_64/post-build.sh ${BR2_EXTERNAL_INFIX_PATH}/board/common/post-build.sh" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.45" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.46" 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 608cb172a..597c4c2d0 100644 --- a/configs/x86_64_minimal_defconfig +++ b/configs/x86_64_minimal_defconfig @@ -26,7 +26,7 @@ BR2_ROOTFS_OVERLAY="${BR2_EXTERNAL_INFIX_PATH}/board/common/rootfs ${BR2_EXTERNA BR2_ROOTFS_POST_BUILD_SCRIPT="board/qemu/x86_64/post-build.sh ${BR2_EXTERNAL_INFIX_PATH}/board/common/post-build.sh" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.45" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.46" 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 0a3e35549..d2f736a2c 100644 --- a/doc/ChangeLog.md +++ b/doc/ChangeLog.md @@ -8,7 +8,7 @@ All notable changes to the project are documented in this file. ### Changes -- Upgrade Linux kernel to 6.18.45 (LTS) +- Upgrade Linux kernel to 6.18.46 (LTS) - Upgrade Buildroot to 2025.02.15 (LTS) - Upgrade mdns-alias to [v1.3][ma13]: fixes crash on hostname change while disconnected from Avahi, treats entry group failures and CNAME collisions diff --git a/patches/linux/6.18.45/0001-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch b/patches/linux/6.18.46/0001-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch similarity index 98% rename from patches/linux/6.18.45/0001-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch rename to patches/linux/6.18.46/0001-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch index 650c097b9..41e6df0fe 100644 --- a/patches/linux/6.18.45/0001-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch +++ b/patches/linux/6.18.46/0001-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch @@ -1,4 +1,4 @@ -From e2efe7720fe3d2bea7188c4016a74be1df03ef0f Mon Sep 17 00:00:00 2001 +From 7f49c30ee90aa0be9e9164a9948bfe8a1331fea6 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 19 Sep 2023 18:38:10 +0200 Subject: [PATCH 01/51] net: phy: marvell10g: Support firmware loading on diff --git a/patches/linux/6.18.45/0002-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch b/patches/linux/6.18.46/0002-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch similarity index 96% rename from patches/linux/6.18.45/0002-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch rename to patches/linux/6.18.46/0002-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch index 6e9cdb9d2..bdd2bbe0a 100644 --- a/patches/linux/6.18.45/0002-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch +++ b/patches/linux/6.18.46/0002-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch @@ -1,4 +1,4 @@ -From bfaf6ee8aea338d39d87541c82fa721129e703b9 Mon Sep 17 00:00:00 2001 +From b9ab146b15ea489f948f5a11980fe924ded4daae Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 21 Nov 2023 20:15:24 +0100 Subject: [PATCH 02/51] net: phy: marvell10g: Fix power-up when strapped to diff --git a/patches/linux/6.18.45/0003-net-phy-marvell10g-Add-LED-support-for-88X3310.patch b/patches/linux/6.18.46/0003-net-phy-marvell10g-Add-LED-support-for-88X3310.patch similarity index 99% rename from patches/linux/6.18.45/0003-net-phy-marvell10g-Add-LED-support-for-88X3310.patch rename to patches/linux/6.18.46/0003-net-phy-marvell10g-Add-LED-support-for-88X3310.patch index a949f863f..164abc4ad 100644 --- a/patches/linux/6.18.45/0003-net-phy-marvell10g-Add-LED-support-for-88X3310.patch +++ b/patches/linux/6.18.46/0003-net-phy-marvell10g-Add-LED-support-for-88X3310.patch @@ -1,4 +1,4 @@ -From c8b011ee163ae7e00c87e81c6b15fc3a7e3b48cb Mon Sep 17 00:00:00 2001 +From 48bf1d41a21cbe093ec241d8ee483abc70a1b8dc Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 15 Nov 2023 20:58:42 +0100 Subject: [PATCH 03/51] net: phy: marvell10g: Add LED support for 88X3310 diff --git a/patches/linux/6.18.45/0004-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch b/patches/linux/6.18.46/0004-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch similarity index 97% rename from patches/linux/6.18.45/0004-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch rename to patches/linux/6.18.46/0004-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch index 57c29aac9..012173b7d 100644 --- a/patches/linux/6.18.45/0004-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch +++ b/patches/linux/6.18.46/0004-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch @@ -1,4 +1,4 @@ -From 2757d777a9c19f23e9faf1eb2ece796ff8ae6703 Mon Sep 17 00:00:00 2001 +From 7f10824be067ddb40e89ccb66ebe9b0bda3a3f96 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 12 Dec 2023 09:51:05 +0100 Subject: [PATCH 04/51] net: phy: marvell10g: Support LEDs tied to a single diff --git a/patches/linux/6.18.45/0005-net-phy-Do-not-resume-PHY-when-attaching.patch b/patches/linux/6.18.46/0005-net-phy-Do-not-resume-PHY-when-attaching.patch similarity index 94% rename from patches/linux/6.18.45/0005-net-phy-Do-not-resume-PHY-when-attaching.patch rename to patches/linux/6.18.46/0005-net-phy-Do-not-resume-PHY-when-attaching.patch index 6ca042f10..74b9255db 100644 --- a/patches/linux/6.18.45/0005-net-phy-Do-not-resume-PHY-when-attaching.patch +++ b/patches/linux/6.18.46/0005-net-phy-Do-not-resume-PHY-when-attaching.patch @@ -1,4 +1,4 @@ -From f0562b0334049d62e3db10c75773b271a7ca3463 Mon Sep 17 00:00:00 2001 +From 60c64feacdd6a2259d09545d45227f2c44c36e53 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 27 Mar 2024 10:10:19 +0100 Subject: [PATCH 05/51] net: phy: Do not resume PHY when attaching diff --git a/patches/linux/6.18.45/0006-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch b/patches/linux/6.18.46/0006-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch similarity index 99% rename from patches/linux/6.18.45/0006-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch rename to patches/linux/6.18.46/0006-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch index 58383c9e4..cfd7d94b7 100644 --- a/patches/linux/6.18.45/0006-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch +++ b/patches/linux/6.18.46/0006-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch @@ -1,4 +1,4 @@ -From 48a1c1e8421f1fb4be9bf47d01234a104932a21a Mon Sep 17 00:00:00 2001 +From 615860e3041a3837e09895425edd87aa16fa5965 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Mon, 4 Mar 2024 16:47:28 +0100 Subject: [PATCH 06/51] net: bridge: avoid classifying unknown multicast as diff --git a/patches/linux/6.18.45/0007-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch b/patches/linux/6.18.46/0007-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch similarity index 95% rename from patches/linux/6.18.45/0007-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch rename to patches/linux/6.18.46/0007-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch index 35e201151..5d605bbd2 100644 --- a/patches/linux/6.18.45/0007-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch +++ b/patches/linux/6.18.46/0007-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch @@ -1,4 +1,4 @@ -From b368ace03e4c647481ab2840626df1f93b6e0f2d Mon Sep 17 00:00:00 2001 +From bf77eac4d9bc46717a5ce5cf30bd66e17d11b16e Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Tue, 5 Mar 2024 06:44:41 +0100 Subject: [PATCH 07/51] net: bridge: Ignore router ports when forwarding L2 diff --git a/patches/linux/6.18.45/0008-net-bridge-drop-delay-for-applying-strict-multicast-.patch b/patches/linux/6.18.46/0008-net-bridge-drop-delay-for-applying-strict-multicast-.patch similarity index 99% rename from patches/linux/6.18.45/0008-net-bridge-drop-delay-for-applying-strict-multicast-.patch rename to patches/linux/6.18.46/0008-net-bridge-drop-delay-for-applying-strict-multicast-.patch index 9603d9950..b4da0b6aa 100644 --- a/patches/linux/6.18.45/0008-net-bridge-drop-delay-for-applying-strict-multicast-.patch +++ b/patches/linux/6.18.46/0008-net-bridge-drop-delay-for-applying-strict-multicast-.patch @@ -1,4 +1,4 @@ -From 4b8eeb43d8b4b23e2e10818050ae50b6e20cfbf5 Mon Sep 17 00:00:00 2001 +From e0fb904d3050df4c7651d04fc823a6c1dd0ef459 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Thu, 4 Apr 2024 16:36:30 +0200 Subject: [PATCH 08/51] net: bridge: drop delay for applying strict multicast diff --git a/patches/linux/6.18.45/0009-net-bridge-Differentiate-MDB-additions-from-modifica.patch b/patches/linux/6.18.46/0009-net-bridge-Differentiate-MDB-additions-from-modifica.patch similarity index 98% rename from patches/linux/6.18.45/0009-net-bridge-Differentiate-MDB-additions-from-modifica.patch rename to patches/linux/6.18.46/0009-net-bridge-Differentiate-MDB-additions-from-modifica.patch index 067fd8e70..907c5c7d5 100644 --- a/patches/linux/6.18.45/0009-net-bridge-Differentiate-MDB-additions-from-modifica.patch +++ b/patches/linux/6.18.46/0009-net-bridge-Differentiate-MDB-additions-from-modifica.patch @@ -1,4 +1,4 @@ -From f1f467608fc10c42f2e5aa1094c881532aa8b759 Mon Sep 17 00:00:00 2001 +From 1bc840aa52d09ab5a3f51d75674f2ac517a9ff5a Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Thu, 16 May 2024 14:51:54 +0200 Subject: [PATCH 09/51] net: bridge: Differentiate MDB additions from diff --git a/patches/linux/6.18.45/0010-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch b/patches/linux/6.18.46/0010-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch similarity index 96% rename from patches/linux/6.18.45/0010-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch rename to patches/linux/6.18.46/0010-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch index 2b4a79a47..a495a04e3 100644 --- a/patches/linux/6.18.45/0010-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch +++ b/patches/linux/6.18.46/0010-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch @@ -1,4 +1,4 @@ -From be7003c192fc873fc8f7099b132c897fdc35ad49 Mon Sep 17 00:00:00 2001 +From 31ec2dddbe45228f3ad3e4f850b65125cd2b9f06 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Fri, 24 Nov 2023 23:29:55 +0100 Subject: [PATCH 10/51] nvmem: layouts: onie-tlv: Let device probe even when diff --git a/patches/linux/6.18.45/0011-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch b/patches/linux/6.18.46/0011-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch similarity index 95% rename from patches/linux/6.18.45/0011-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch rename to patches/linux/6.18.46/0011-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch index 154e8a8a8..b0bff94a6 100644 --- a/patches/linux/6.18.45/0011-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch +++ b/patches/linux/6.18.46/0011-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch @@ -1,4 +1,4 @@ -From e2696d37bb3b4d1a362de6c404942d46c1af19ba Mon Sep 17 00:00:00 2001 +From ed17421a32311c8bdd685b65e24f83e998449305 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Sun, 11 Aug 2024 11:27:35 +0200 Subject: [PATCH 11/51] net: usb: r8152: add r8153b support for link/activity diff --git a/patches/linux/6.18.45/0012-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch b/patches/linux/6.18.46/0012-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch similarity index 96% rename from patches/linux/6.18.45/0012-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch rename to patches/linux/6.18.46/0012-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch index 1a368f58f..49b51b3cf 100644 --- a/patches/linux/6.18.45/0012-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch +++ b/patches/linux/6.18.46/0012-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch @@ -1,4 +1,4 @@ -From 69676bcaebfc14bd6d2c09f9cdbd04275cd561a3 Mon Sep 17 00:00:00 2001 +From 72267d352c38207ddb1d84af6141de93db5d150a Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Sun, 10 Aug 2025 18:52:54 +0200 Subject: [PATCH 12/51] arm64: dts: mediatek: mt7986a: rename BPi R3 ports to diff --git a/patches/linux/6.18.45/0013-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch b/patches/linux/6.18.46/0013-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch similarity index 98% rename from patches/linux/6.18.45/0013-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch rename to patches/linux/6.18.46/0013-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch index 031388953..373446783 100644 --- a/patches/linux/6.18.45/0013-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch +++ b/patches/linux/6.18.46/0013-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch @@ -1,4 +1,4 @@ -From f9adbcb78f5b00f1f4ab8f42f25f5584a1758a5f Mon Sep 17 00:00:00 2001 +From 7106cd3a9e250c5e3974dd642d8cc19af5ef2ac7 Mon Sep 17 00:00:00 2001 From: Mattias Walström Date: Wed, 20 Aug 2025 21:38:24 +0200 Subject: [PATCH 13/51] drm/panel-simple: Add a timing for the Raspberry Pi 7" diff --git a/patches/linux/6.18.45/0014-input-touchscreen-edt-ft5x06-Add-polled-mode.patch b/patches/linux/6.18.46/0014-input-touchscreen-edt-ft5x06-Add-polled-mode.patch similarity index 98% rename from patches/linux/6.18.45/0014-input-touchscreen-edt-ft5x06-Add-polled-mode.patch rename to patches/linux/6.18.46/0014-input-touchscreen-edt-ft5x06-Add-polled-mode.patch index d50a0506f..bb7844b87 100644 --- a/patches/linux/6.18.45/0014-input-touchscreen-edt-ft5x06-Add-polled-mode.patch +++ b/patches/linux/6.18.46/0014-input-touchscreen-edt-ft5x06-Add-polled-mode.patch @@ -1,4 +1,4 @@ -From 1ebe6996c67eaa24b2128610d1f4e54b09cc6ed6 Mon Sep 17 00:00:00 2001 +From 3bc1d86fcd0e24960152f4d758aa250057b63fcb Mon Sep 17 00:00:00 2001 From: Mattias Walström Date: Thu, 21 Aug 2025 11:20:23 +0200 Subject: [PATCH 14/51] input:touchscreen:edt-ft5x06: Add polled mode diff --git a/patches/linux/6.18.45/0015-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch b/patches/linux/6.18.46/0015-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch similarity index 94% rename from patches/linux/6.18.45/0015-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch rename to patches/linux/6.18.46/0015-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch index b741db5dd..39bcba81e 100644 --- a/patches/linux/6.18.45/0015-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch +++ b/patches/linux/6.18.46/0015-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch @@ -1,4 +1,4 @@ -From 1596ff7dbf16bb22567829b771c591b90c8d4c65 Mon Sep 17 00:00:00 2001 +From b0a42be0c80c3d44305f80e6e867a911aa00d35c Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 12 Mar 2024 10:27:24 +0100 Subject: [PATCH 15/51] [FIX] net: dsa: mv88e6xxx: Fix timeout on waiting for diff --git a/patches/linux/6.18.45/0016-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch b/patches/linux/6.18.46/0016-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch similarity index 99% rename from patches/linux/6.18.45/0016-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch rename to patches/linux/6.18.46/0016-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch index 61a301d60..03aa9b563 100644 --- a/patches/linux/6.18.45/0016-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch +++ b/patches/linux/6.18.46/0016-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch @@ -1,4 +1,4 @@ -From d4beebefce30b2d12c2e2bdad27e6428c6ae8670 Mon Sep 17 00:00:00 2001 +From 5810a287ae29b817a4294ebed04358f730f65065 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 27 Mar 2024 15:52:43 +0100 Subject: [PATCH 16/51] net: dsa: mv88e6xxx: Improve indirect register access diff --git a/patches/linux/6.18.45/0017-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch b/patches/linux/6.18.46/0017-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch similarity index 95% rename from patches/linux/6.18.45/0017-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch rename to patches/linux/6.18.46/0017-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch index e2823ed83..17fcd3c28 100644 --- a/patches/linux/6.18.45/0017-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch +++ b/patches/linux/6.18.46/0017-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch @@ -1,4 +1,4 @@ -From f5ae51bb45e40dc56ba95c2f2a386fa2707e877e Mon Sep 17 00:00:00 2001 +From 38a0d0b99db217d86d8b2b2b832858df24b235a0 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Mon, 22 Apr 2024 23:18:01 +0200 Subject: [PATCH 17/51] net: dsa: mv88e6xxx: Honor ports being managed via diff --git a/patches/linux/6.18.45/0018-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch b/patches/linux/6.18.46/0018-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch similarity index 98% rename from patches/linux/6.18.45/0018-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch rename to patches/linux/6.18.46/0018-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch index 645eeab20..ec2be34ca 100644 --- a/patches/linux/6.18.45/0018-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch +++ b/patches/linux/6.18.46/0018-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch @@ -1,4 +1,4 @@ -From 3f61a01b0cb38ad95aab2c7f0ba7ad3643d13c1e Mon Sep 17 00:00:00 2001 +From c4fffd95d964d7a911b6039cc8e7e5d736a47e4d Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 24 Apr 2024 22:41:04 +0200 Subject: [PATCH 18/51] net: dsa: mv88e6xxx: Limit rsvd2cpu policy to user diff --git a/patches/linux/6.18.45/0019-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch b/patches/linux/6.18.46/0019-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch similarity index 95% rename from patches/linux/6.18.45/0019-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch rename to patches/linux/6.18.46/0019-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch index 452e75971..60a0743e6 100644 --- a/patches/linux/6.18.45/0019-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch +++ b/patches/linux/6.18.46/0019-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch @@ -1,4 +1,4 @@ -From 51b3ae3806413260fa6231e9a892967bf0522328 Mon Sep 17 00:00:00 2001 +From 5027f6ffd52d93916153bce5bbea45e510cdde00 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 28 May 2024 10:38:42 +0200 Subject: [PATCH 19/51] net: dsa: tag_dsa: Use tag priority as initial diff --git a/patches/linux/6.18.45/0020-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch b/patches/linux/6.18.46/0020-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch similarity index 97% rename from patches/linux/6.18.45/0020-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch rename to patches/linux/6.18.46/0020-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch index 8f17ee8de..d19eee19d 100644 --- a/patches/linux/6.18.45/0020-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch +++ b/patches/linux/6.18.46/0020-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch @@ -1,4 +1,4 @@ -From 710a2508cc3516fe05c1732f859326972e67ec93 Mon Sep 17 00:00:00 2001 +From ac1320e82a14564a734664a0a8f7a0c116aaccdd Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 16 Jan 2024 16:00:55 +0100 Subject: [PATCH 20/51] net: dsa: Support MDB memberships whose L2 addresses diff --git a/patches/linux/6.18.45/0021-net-dsa-Support-EtherType-based-priority-overrides.patch b/patches/linux/6.18.46/0021-net-dsa-Support-EtherType-based-priority-overrides.patch similarity index 98% rename from patches/linux/6.18.45/0021-net-dsa-Support-EtherType-based-priority-overrides.patch rename to patches/linux/6.18.46/0021-net-dsa-Support-EtherType-based-priority-overrides.patch index 4ccd82832..1518ba71d 100644 --- a/patches/linux/6.18.45/0021-net-dsa-Support-EtherType-based-priority-overrides.patch +++ b/patches/linux/6.18.46/0021-net-dsa-Support-EtherType-based-priority-overrides.patch @@ -1,4 +1,4 @@ -From ebb427fc70c2ab57b569977e1aa2c29763357218 Mon Sep 17 00:00:00 2001 +From 8e49aca4ae513ea525bdf82b5f05045c11448f6a Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Thu, 21 Mar 2024 19:12:15 +0100 Subject: [PATCH 21/51] net: dsa: Support EtherType based priority overrides diff --git a/patches/linux/6.18.45/0022-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch b/patches/linux/6.18.46/0022-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch similarity index 99% rename from patches/linux/6.18.45/0022-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch rename to patches/linux/6.18.46/0022-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch index 4a329892c..ff5f14bc3 100644 --- a/patches/linux/6.18.45/0022-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch +++ b/patches/linux/6.18.46/0022-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch @@ -1,4 +1,4 @@ -From f0315c65b0d239c1ebe019d605f2013f66da7956 Mon Sep 17 00:00:00 2001 +From e474fdde8c8131bbf996112e274f9842c659aa42 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Fri, 22 Mar 2024 16:15:43 +0100 Subject: [PATCH 22/51] net: dsa: mv88e6xxx: Support EtherType based priority diff --git a/patches/linux/6.18.45/0023-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch b/patches/linux/6.18.46/0023-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch similarity index 98% rename from patches/linux/6.18.45/0023-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch rename to patches/linux/6.18.46/0023-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch index 507b0bcdb..538b03592 100644 --- a/patches/linux/6.18.45/0023-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch +++ b/patches/linux/6.18.46/0023-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch @@ -1,4 +1,4 @@ -From b8a45b8b6bc032366fdcc1e230fba9e55f6d364d Mon Sep 17 00:00:00 2001 +From fd4efe5794c4abc5e1d0f06f70466d6e2eccd37d Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 28 May 2024 11:04:22 +0200 Subject: [PATCH 23/51] net: dsa: mv88e6xxx: Add mqprio qdisc support diff --git a/patches/linux/6.18.45/0024-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch b/patches/linux/6.18.46/0024-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch similarity index 97% rename from patches/linux/6.18.45/0024-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch rename to patches/linux/6.18.46/0024-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch index 28bdf91c7..b47582ec5 100644 --- a/patches/linux/6.18.45/0024-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch +++ b/patches/linux/6.18.46/0024-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch @@ -1,4 +1,4 @@ -From 521f82fff86dcf500a416aef78c5e471b037e8c1 Mon Sep 17 00:00:00 2001 +From e9dc3d87cc9812e1b81f19ea1ad15b0492e35b91 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 29 May 2024 13:20:41 +0200 Subject: [PATCH 24/51] net: dsa: mv88e6xxx: Use VLAN prio over IP when both diff --git a/patches/linux/6.18.45/0025-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch b/patches/linux/6.18.46/0025-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch similarity index 98% rename from patches/linux/6.18.45/0025-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch rename to patches/linux/6.18.46/0025-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch index d057b4c1b..5b6afab28 100644 --- a/patches/linux/6.18.45/0025-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch +++ b/patches/linux/6.18.46/0025-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch @@ -1,4 +1,4 @@ -From 8704e83204f8fa50b853896b59ed5ca6691811ec Mon Sep 17 00:00:00 2001 +From 365989e8bc430a722c62fae7a54aa76d95403d44 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 26 Nov 2024 19:45:59 +0100 Subject: [PATCH 25/51] [FIX] net: dsa: mv88e6xxx: Trap locally terminated diff --git a/patches/linux/6.18.45/0026-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch b/patches/linux/6.18.46/0026-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch similarity index 95% rename from patches/linux/6.18.45/0026-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch rename to patches/linux/6.18.46/0026-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch index 1b8dfc51c..7f64a66e1 100644 --- a/patches/linux/6.18.45/0026-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch +++ b/patches/linux/6.18.46/0026-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch @@ -1,4 +1,4 @@ -From 9be631cb739442b107ccefa6972ddb894a7fb1ab Mon Sep 17 00:00:00 2001 +From cc07a927ce3d66cbb5507b97d71f2e4289e3932a Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Thu, 16 Jan 2025 12:35:12 +0100 Subject: [PATCH 26/51] net: dsa: mv88e6xxx: collapse disabled state into diff --git a/patches/linux/6.18.45/0027-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch b/patches/linux/6.18.46/0027-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch similarity index 98% rename from patches/linux/6.18.45/0027-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch rename to patches/linux/6.18.46/0027-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch index d000e83cb..25713888b 100644 --- a/patches/linux/6.18.45/0027-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch +++ b/patches/linux/6.18.46/0027-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch @@ -1,4 +1,4 @@ -From e95b2ff84699b447645986ae908867b578c4b7c7 Mon Sep 17 00:00:00 2001 +From 293bd6b0ff1a613e7a2f864039517881f1dd7191 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 12 Feb 2025 22:03:14 +0100 Subject: [PATCH 27/51] net: dsa: mv88e6xxx: Only activate LAG offloading when diff --git a/patches/linux/6.18.45/0028-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch b/patches/linux/6.18.46/0028-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch similarity index 99% rename from patches/linux/6.18.45/0028-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch rename to patches/linux/6.18.46/0028-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch index 51a2db6c7..b86aebd16 100644 --- a/patches/linux/6.18.45/0028-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch +++ b/patches/linux/6.18.46/0028-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch @@ -1,4 +1,4 @@ -From 88eacb631a7634f9b7d4b8753e3707e7652926c1 Mon Sep 17 00:00:00 2001 +From cbdcda769e36b4c2c4870b01a02efd4223f327e1 Mon Sep 17 00:00:00 2001 From: Mattias Walström Date: Wed, 14 Jan 2026 18:22:41 +0100 Subject: [PATCH 28/51] net: dsa: mv88e6xxx: Add LED support for 6393X diff --git a/patches/linux/6.18.45/0029-wifi-brcmfmac-support-deletion-and-recreation-of-pri.patch b/patches/linux/6.18.46/0029-wifi-brcmfmac-support-deletion-and-recreation-of-pri.patch similarity index 99% rename from patches/linux/6.18.45/0029-wifi-brcmfmac-support-deletion-and-recreation-of-pri.patch rename to patches/linux/6.18.46/0029-wifi-brcmfmac-support-deletion-and-recreation-of-pri.patch index e6a609a41..a10c95d75 100644 --- a/patches/linux/6.18.45/0029-wifi-brcmfmac-support-deletion-and-recreation-of-pri.patch +++ b/patches/linux/6.18.46/0029-wifi-brcmfmac-support-deletion-and-recreation-of-pri.patch @@ -1,4 +1,4 @@ -From 6928da5bf6b38a5faf09ca4e4bfc1af8bb358a2a Mon Sep 17 00:00:00 2001 +From 38ed86d1c1b291c40e6a15681acc09234014a271 Mon Sep 17 00:00:00 2001 From: Mattias Walström Date: Thu, 15 Jan 2026 22:47:37 +0100 Subject: [PATCH 29/51] wifi: brcmfmac: support deletion and recreation of diff --git a/patches/linux/6.18.45/0030-wifi-brcmfmac-check-connection-state-before-querying.patch b/patches/linux/6.18.46/0030-wifi-brcmfmac-check-connection-state-before-querying.patch similarity index 96% rename from patches/linux/6.18.45/0030-wifi-brcmfmac-check-connection-state-before-querying.patch rename to patches/linux/6.18.46/0030-wifi-brcmfmac-check-connection-state-before-querying.patch index 5f099eea9..4294e225e 100644 --- a/patches/linux/6.18.45/0030-wifi-brcmfmac-check-connection-state-before-querying.patch +++ b/patches/linux/6.18.46/0030-wifi-brcmfmac-check-connection-state-before-querying.patch @@ -1,4 +1,4 @@ -From dfbb17acd323343684cb20059988925580a93195 Mon Sep 17 00:00:00 2001 +From 854fa7b14fd0e6612884a3020279f613daeaf07f Mon Sep 17 00:00:00 2001 From: Mattias Walström Date: Mon, 19 Jan 2026 13:06:53 +0100 Subject: [PATCH 30/51] wifi: brcmfmac: check connection state before querying diff --git a/patches/linux/6.18.45/0031-wifi-brcmfmac-suppress-log-spam-for-regulatory-restr.patch b/patches/linux/6.18.46/0031-wifi-brcmfmac-suppress-log-spam-for-regulatory-restr.patch similarity index 96% rename from patches/linux/6.18.45/0031-wifi-brcmfmac-suppress-log-spam-for-regulatory-restr.patch rename to patches/linux/6.18.46/0031-wifi-brcmfmac-suppress-log-spam-for-regulatory-restr.patch index 4f8aabae5..3a18cac59 100644 --- a/patches/linux/6.18.45/0031-wifi-brcmfmac-suppress-log-spam-for-regulatory-restr.patch +++ b/patches/linux/6.18.46/0031-wifi-brcmfmac-suppress-log-spam-for-regulatory-restr.patch @@ -1,4 +1,4 @@ -From 90a89ed41b72da0f05bbbcc06605d652a772cff3 Mon Sep 17 00:00:00 2001 +From 93c0d322dc996a4cb3b1fbe7de5b4d103c4ff936 Mon Sep 17 00:00:00 2001 From: Mattias Walström Date: Tue, 20 Jan 2026 20:12:10 +0100 Subject: [PATCH 31/51] wifi: brcmfmac: suppress log spam for diff --git a/patches/linux/6.18.45/0032-wifi-brcmfmac-reduce-log-noise-during-AP-to-station-.patch b/patches/linux/6.18.46/0032-wifi-brcmfmac-reduce-log-noise-during-AP-to-station-.patch similarity index 97% rename from patches/linux/6.18.45/0032-wifi-brcmfmac-reduce-log-noise-during-AP-to-station-.patch rename to patches/linux/6.18.46/0032-wifi-brcmfmac-reduce-log-noise-during-AP-to-station-.patch index 790e9e29c..06f6b2cda 100644 --- a/patches/linux/6.18.45/0032-wifi-brcmfmac-reduce-log-noise-during-AP-to-station-.patch +++ b/patches/linux/6.18.46/0032-wifi-brcmfmac-reduce-log-noise-during-AP-to-station-.patch @@ -1,4 +1,4 @@ -From a0fff90ea645a7ee87c6d3dce2b0a3ce558d8660 Mon Sep 17 00:00:00 2001 +From 974f5187c4e1e618b7a4912b0fe8f7f02d8f2102 Mon Sep 17 00:00:00 2001 From: Mattias Walström Date: Tue, 20 Jan 2026 20:18:45 +0100 Subject: [PATCH 32/51] wifi: brcmfmac: reduce log noise during AP to station diff --git a/patches/linux/6.18.45/0033-net-phy-air_en8811h-add-OF-device-table-for-auto-loa.patch b/patches/linux/6.18.46/0033-net-phy-air_en8811h-add-OF-device-table-for-auto-loa.patch similarity index 95% rename from patches/linux/6.18.45/0033-net-phy-air_en8811h-add-OF-device-table-for-auto-loa.patch rename to patches/linux/6.18.46/0033-net-phy-air_en8811h-add-OF-device-table-for-auto-loa.patch index 6463432ec..dc703ba12 100644 --- a/patches/linux/6.18.45/0033-net-phy-air_en8811h-add-OF-device-table-for-auto-loa.patch +++ b/patches/linux/6.18.46/0033-net-phy-air_en8811h-add-OF-device-table-for-auto-loa.patch @@ -1,4 +1,4 @@ -From c05adc68ac5a5cdb836e1b255270da00dfb1eacf Mon Sep 17 00:00:00 2001 +From ea6dd4989c7bb939e925f4c9173966e1c314ffa6 Mon Sep 17 00:00:00 2001 From: Mattias Walström Date: Tue, 17 Feb 2026 21:59:59 +0100 Subject: [PATCH 33/51] net: phy: air_en8811h: add OF device table for diff --git a/patches/linux/6.18.45/0034-drm-vc4-dsi-enable-video-and-then-retry-failed-trans.patch b/patches/linux/6.18.46/0034-drm-vc4-dsi-enable-video-and-then-retry-failed-trans.patch similarity index 98% rename from patches/linux/6.18.45/0034-drm-vc4-dsi-enable-video-and-then-retry-failed-trans.patch rename to patches/linux/6.18.46/0034-drm-vc4-dsi-enable-video-and-then-retry-failed-trans.patch index 6c6895550..92046f485 100644 --- a/patches/linux/6.18.45/0034-drm-vc4-dsi-enable-video-and-then-retry-failed-trans.patch +++ b/patches/linux/6.18.46/0034-drm-vc4-dsi-enable-video-and-then-retry-failed-trans.patch @@ -1,4 +1,4 @@ -From 5daa6449338a8db4b81f165a2dd186c345206aac Mon Sep 17 00:00:00 2001 +From be81d065db8772a936a8aa82a58cbb64e04e9c20 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Fri, 20 Sep 2024 12:05:18 +0100 Subject: [PATCH 34/51] drm: vc4: dsi: enable video and then retry failed diff --git a/patches/linux/6.18.45/0035-drm-vc4-dsi-Clocks-should-be-running-before-reset.patch b/patches/linux/6.18.46/0035-drm-vc4-dsi-Clocks-should-be-running-before-reset.patch similarity index 96% rename from patches/linux/6.18.45/0035-drm-vc4-dsi-Clocks-should-be-running-before-reset.patch rename to patches/linux/6.18.46/0035-drm-vc4-dsi-Clocks-should-be-running-before-reset.patch index 3cfa8904d..23554b0e4 100644 --- a/patches/linux/6.18.45/0035-drm-vc4-dsi-Clocks-should-be-running-before-reset.patch +++ b/patches/linux/6.18.46/0035-drm-vc4-dsi-Clocks-should-be-running-before-reset.patch @@ -1,4 +1,4 @@ -From 0679987927b0dbc9d4953d9c8b46340d3fa0c628 Mon Sep 17 00:00:00 2001 +From 68d70ad3bf8403c46abbb915082ecd62f22b67f0 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 8 Jun 2022 17:23:47 +0100 Subject: [PATCH 35/51] drm: vc4: dsi: Clocks should be running before reset diff --git a/patches/linux/6.18.45/0036-drm-vc4-Ensure-DSI-is-enabled-for-FIFO-resets.patch b/patches/linux/6.18.46/0036-drm-vc4-Ensure-DSI-is-enabled-for-FIFO-resets.patch similarity index 96% rename from patches/linux/6.18.45/0036-drm-vc4-Ensure-DSI-is-enabled-for-FIFO-resets.patch rename to patches/linux/6.18.46/0036-drm-vc4-Ensure-DSI-is-enabled-for-FIFO-resets.patch index 9e0d75377..1dbcadf53 100644 --- a/patches/linux/6.18.45/0036-drm-vc4-Ensure-DSI-is-enabled-for-FIFO-resets.patch +++ b/patches/linux/6.18.46/0036-drm-vc4-Ensure-DSI-is-enabled-for-FIFO-resets.patch @@ -1,4 +1,4 @@ -From c89cbb65fd56a55d9885c8d2d425f77122596c7e Mon Sep 17 00:00:00 2001 +From 1c76f7dc3d027966639b7d5ca6f65129547c6a2d Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Fri, 5 Apr 2024 17:51:55 +0100 Subject: [PATCH 36/51] drm/vc4: Ensure DSI is enabled for FIFO resets diff --git a/patches/linux/6.18.45/0037-drm-vc4-Reset-DSI-AFE-on-disable.patch b/patches/linux/6.18.46/0037-drm-vc4-Reset-DSI-AFE-on-disable.patch similarity index 96% rename from patches/linux/6.18.45/0037-drm-vc4-Reset-DSI-AFE-on-disable.patch rename to patches/linux/6.18.46/0037-drm-vc4-Reset-DSI-AFE-on-disable.patch index 396eca64a..5b6b875f2 100644 --- a/patches/linux/6.18.45/0037-drm-vc4-Reset-DSI-AFE-on-disable.patch +++ b/patches/linux/6.18.46/0037-drm-vc4-Reset-DSI-AFE-on-disable.patch @@ -1,4 +1,4 @@ -From 4c7686bcb4045283ad4857c396ed92f22e9bd954 Mon Sep 17 00:00:00 2001 +From 10c7894512493d96255f5b04c173e3c221d02ecc Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 26 May 2022 18:56:19 +0100 Subject: [PATCH 37/51] drm: vc4: Reset DSI AFE on disable diff --git a/patches/linux/6.18.45/0038-drm-vc4-dsi-Handle-the-different-command-FIFO-widths.patch b/patches/linux/6.18.46/0038-drm-vc4-dsi-Handle-the-different-command-FIFO-widths.patch similarity index 98% rename from patches/linux/6.18.45/0038-drm-vc4-dsi-Handle-the-different-command-FIFO-widths.patch rename to patches/linux/6.18.46/0038-drm-vc4-dsi-Handle-the-different-command-FIFO-widths.patch index 0c6baf3be..75009fdfd 100644 --- a/patches/linux/6.18.45/0038-drm-vc4-dsi-Handle-the-different-command-FIFO-widths.patch +++ b/patches/linux/6.18.46/0038-drm-vc4-dsi-Handle-the-different-command-FIFO-widths.patch @@ -1,4 +1,4 @@ -From c12c7fb2da0b9076d0d6b9fb252912a949ee0165 Mon Sep 17 00:00:00 2001 +From 29c6177a89963064bee65d75e8c3eb627b59eef3 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 20 Nov 2024 13:58:08 +0000 Subject: [PATCH 38/51] drm: vc4: dsi: Handle the different command FIFO widths diff --git a/patches/linux/6.18.45/0039-drm-bridge-tc358762-Program-the-DPI-mode-into-the-ch.patch b/patches/linux/6.18.46/0039-drm-bridge-tc358762-Program-the-DPI-mode-into-the-ch.patch similarity index 96% rename from patches/linux/6.18.45/0039-drm-bridge-tc358762-Program-the-DPI-mode-into-the-ch.patch rename to patches/linux/6.18.46/0039-drm-bridge-tc358762-Program-the-DPI-mode-into-the-ch.patch index 04c78cd40..a92d19516 100644 --- a/patches/linux/6.18.45/0039-drm-bridge-tc358762-Program-the-DPI-mode-into-the-ch.patch +++ b/patches/linux/6.18.46/0039-drm-bridge-tc358762-Program-the-DPI-mode-into-the-ch.patch @@ -1,4 +1,4 @@ -From a4b34741b11ddf4d229c4fa15444433ea0f083a0 Mon Sep 17 00:00:00 2001 +From 28567ab2d86656eb251237c2e724ca3adb7bd990 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 9 Jan 2024 17:37:00 +0000 Subject: [PATCH 39/51] drm/bridge: tc358762: Program the DPI mode into the diff --git a/patches/linux/6.18.45/0040-drm-bridge-tc358762-revert-move-ops-to-enable.patch b/patches/linux/6.18.46/0040-drm-bridge-tc358762-revert-move-ops-to-enable.patch similarity index 96% rename from patches/linux/6.18.45/0040-drm-bridge-tc358762-revert-move-ops-to-enable.patch rename to patches/linux/6.18.46/0040-drm-bridge-tc358762-revert-move-ops-to-enable.patch index f74cf2bd2..a709ffa4a 100644 --- a/patches/linux/6.18.45/0040-drm-bridge-tc358762-revert-move-ops-to-enable.patch +++ b/patches/linux/6.18.46/0040-drm-bridge-tc358762-revert-move-ops-to-enable.patch @@ -1,4 +1,4 @@ -From 9b1825d540a7feace34ddcd820ece6b711a36644 Mon Sep 17 00:00:00 2001 +From 98cae179b9f4aa535686fb10031183b0d7b98294 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 9 Jan 2024 18:44:49 +0000 Subject: [PATCH 40/51] drm/bridge: tc358762: revert move ops to enable diff --git a/patches/linux/6.18.45/0041-drm-bridge-tc358762-Set-pre_enabled-on-pre_enable-to.patch b/patches/linux/6.18.46/0041-drm-bridge-tc358762-Set-pre_enabled-on-pre_enable-to.patch similarity index 94% rename from patches/linux/6.18.45/0041-drm-bridge-tc358762-Set-pre_enabled-on-pre_enable-to.patch rename to patches/linux/6.18.46/0041-drm-bridge-tc358762-Set-pre_enabled-on-pre_enable-to.patch index a0f6398a3..4796b421e 100644 --- a/patches/linux/6.18.45/0041-drm-bridge-tc358762-Set-pre_enabled-on-pre_enable-to.patch +++ b/patches/linux/6.18.46/0041-drm-bridge-tc358762-Set-pre_enabled-on-pre_enable-to.patch @@ -1,4 +1,4 @@ -From d13042748a08a3290388731ea48d1a5bba9fcc58 Mon Sep 17 00:00:00 2001 +From df1dd24ec79a6b653484d44a47c2e4856284ca01 Mon Sep 17 00:00:00 2001 From: Mattias Walström Date: Sat, 4 Apr 2026 18:04:19 +0200 Subject: [PATCH 41/51] drm/bridge: tc358762: Set pre_enabled on pre_enable to diff --git a/patches/linux/6.18.45/0042-net-pcs-add-standalone-PCS-registration-infrastructu.patch b/patches/linux/6.18.46/0042-net-pcs-add-standalone-PCS-registration-infrastructu.patch similarity index 98% rename from patches/linux/6.18.45/0042-net-pcs-add-standalone-PCS-registration-infrastructu.patch rename to patches/linux/6.18.46/0042-net-pcs-add-standalone-PCS-registration-infrastructu.patch index a5622bda2..9152e8633 100644 --- a/patches/linux/6.18.45/0042-net-pcs-add-standalone-PCS-registration-infrastructu.patch +++ b/patches/linux/6.18.46/0042-net-pcs-add-standalone-PCS-registration-infrastructu.patch @@ -1,4 +1,4 @@ -From 57d0c40c1d0b915398e52e1656a5334f74547bf1 Mon Sep 17 00:00:00 2001 +From ba4bf183b4951aef883d3211f20b957367a6870e Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Sun, 5 Apr 2026 11:33:00 +0200 Subject: [PATCH 42/51] net/pcs: add standalone PCS registration infrastructure diff --git a/patches/linux/6.18.45/0043-net-pcs-add-MediaTek-MT7988-USXGMII-PCS-driver.patch b/patches/linux/6.18.46/0043-net-pcs-add-MediaTek-MT7988-USXGMII-PCS-driver.patch similarity index 99% rename from patches/linux/6.18.45/0043-net-pcs-add-MediaTek-MT7988-USXGMII-PCS-driver.patch rename to patches/linux/6.18.46/0043-net-pcs-add-MediaTek-MT7988-USXGMII-PCS-driver.patch index 26dde38a4..2d84d49f0 100644 --- a/patches/linux/6.18.45/0043-net-pcs-add-MediaTek-MT7988-USXGMII-PCS-driver.patch +++ b/patches/linux/6.18.46/0043-net-pcs-add-MediaTek-MT7988-USXGMII-PCS-driver.patch @@ -1,4 +1,4 @@ -From 1a3b5d6007a780b390dc3c7d118f5f4890856d09 Mon Sep 17 00:00:00 2001 +From 98943e6e990fae82fbfc635daa223ca528173ceb Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Mon, 6 Apr 2026 14:14:23 +0200 Subject: [PATCH 43/51] net/pcs: add MediaTek MT7988 USXGMII PCS driver diff --git a/patches/linux/6.18.45/0044-net-ethernet-mediatek-add-USXGMII-support-for-MT7988.patch b/patches/linux/6.18.46/0044-net-ethernet-mediatek-add-USXGMII-support-for-MT7988.patch similarity index 99% rename from patches/linux/6.18.45/0044-net-ethernet-mediatek-add-USXGMII-support-for-MT7988.patch rename to patches/linux/6.18.46/0044-net-ethernet-mediatek-add-USXGMII-support-for-MT7988.patch index 55c52a0de..f8ff16f44 100644 --- a/patches/linux/6.18.45/0044-net-ethernet-mediatek-add-USXGMII-support-for-MT7988.patch +++ b/patches/linux/6.18.46/0044-net-ethernet-mediatek-add-USXGMII-support-for-MT7988.patch @@ -1,4 +1,4 @@ -From 0ca6f0f59b2c3e18e5e8db5d99c9869a6f86fed2 Mon Sep 17 00:00:00 2001 +From 198e2e4dd0c98e9b97c372503c6a6fd2253d166b Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Mon, 6 Apr 2026 14:15:43 +0200 Subject: [PATCH 44/51] net: ethernet: mediatek: add USXGMII support for MT7988 diff --git a/patches/linux/6.18.45/0045-arm64-dts-mediatek-mt7988a-add-USXGMII-PCS-nodes.patch b/patches/linux/6.18.46/0045-arm64-dts-mediatek-mt7988a-add-USXGMII-PCS-nodes.patch similarity index 96% rename from patches/linux/6.18.45/0045-arm64-dts-mediatek-mt7988a-add-USXGMII-PCS-nodes.patch rename to patches/linux/6.18.46/0045-arm64-dts-mediatek-mt7988a-add-USXGMII-PCS-nodes.patch index b7012532f..a5d4affe0 100644 --- a/patches/linux/6.18.45/0045-arm64-dts-mediatek-mt7988a-add-USXGMII-PCS-nodes.patch +++ b/patches/linux/6.18.46/0045-arm64-dts-mediatek-mt7988a-add-USXGMII-PCS-nodes.patch @@ -1,4 +1,4 @@ -From b9aa814b359158b52467ba115e8efe667088ff83 Mon Sep 17 00:00:00 2001 +From c3a1c9134ffd977fde5029ade219b2264be78b6e Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Mon, 6 Apr 2026 14:15:56 +0200 Subject: [PATCH 45/51] arm64: dts: mediatek: mt7988a: add USXGMII PCS nodes diff --git a/patches/linux/6.18.45/0046-arm64-dts-mediatek-bananapi-bpi-r4-enable-SFP-ports-.patch b/patches/linux/6.18.46/0046-arm64-dts-mediatek-bananapi-bpi-r4-enable-SFP-ports-.patch similarity index 97% rename from patches/linux/6.18.45/0046-arm64-dts-mediatek-bananapi-bpi-r4-enable-SFP-ports-.patch rename to patches/linux/6.18.46/0046-arm64-dts-mediatek-bananapi-bpi-r4-enable-SFP-ports-.patch index 93972b6cf..c195e2a6d 100644 --- a/patches/linux/6.18.45/0046-arm64-dts-mediatek-bananapi-bpi-r4-enable-SFP-ports-.patch +++ b/patches/linux/6.18.46/0046-arm64-dts-mediatek-bananapi-bpi-r4-enable-SFP-ports-.patch @@ -1,4 +1,4 @@ -From c16ecc91035a382f65bc9ec549dc3e444ac905f8 Mon Sep 17 00:00:00 2001 +From 7e489d0c99259d17b6dd92d892afde4193d54efe Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Mon, 6 Apr 2026 14:16:11 +0200 Subject: [PATCH 46/51] arm64: dts: mediatek: bananapi-bpi-r4: enable SFP+ diff --git a/patches/linux/6.18.45/0047-net-phy-sfp-add-OEM-SFP-10G-T-I-quirk.patch b/patches/linux/6.18.46/0047-net-phy-sfp-add-OEM-SFP-10G-T-I-quirk.patch similarity index 97% rename from patches/linux/6.18.45/0047-net-phy-sfp-add-OEM-SFP-10G-T-I-quirk.patch rename to patches/linux/6.18.46/0047-net-phy-sfp-add-OEM-SFP-10G-T-I-quirk.patch index ef458cb92..042ed6da2 100644 --- a/patches/linux/6.18.45/0047-net-phy-sfp-add-OEM-SFP-10G-T-I-quirk.patch +++ b/patches/linux/6.18.46/0047-net-phy-sfp-add-OEM-SFP-10G-T-I-quirk.patch @@ -1,4 +1,4 @@ -From 33c25e561cb9385f3524529492bacf310d73fbbc Mon Sep 17 00:00:00 2001 +From 2c62214c6d20bd98ebb4096f65e4c6dbff4796d0 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Tue, 7 Apr 2026 07:34:52 +0200 Subject: [PATCH 47/51] net: phy: sfp: add OEM SFP-10G-T-I quirk diff --git a/patches/linux/6.18.45/0048-net-dsa-mv88e6xxx-Trap-PTP-frames-on-timestamping-po.patch b/patches/linux/6.18.46/0048-net-dsa-mv88e6xxx-Trap-PTP-frames-on-timestamping-po.patch similarity index 99% rename from patches/linux/6.18.45/0048-net-dsa-mv88e6xxx-Trap-PTP-frames-on-timestamping-po.patch rename to patches/linux/6.18.46/0048-net-dsa-mv88e6xxx-Trap-PTP-frames-on-timestamping-po.patch index 4c87d9fb8..5f35c1377 100644 --- a/patches/linux/6.18.45/0048-net-dsa-mv88e6xxx-Trap-PTP-frames-on-timestamping-po.patch +++ b/patches/linux/6.18.46/0048-net-dsa-mv88e6xxx-Trap-PTP-frames-on-timestamping-po.patch @@ -1,4 +1,4 @@ -From cf4d4d02361885a817768c624907269a3bf7c9a1 Mon Sep 17 00:00:00 2001 +From 4519c34f0aa0fac92c47f13523c11134d4dbf83f Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Fri, 17 Apr 2026 09:13:04 +0000 Subject: [PATCH 48/51] net: dsa: mv88e6xxx: Trap PTP frames on timestamping diff --git a/patches/linux/6.18.45/0049-wifi-mt76-mt7615-add-MODULE_DEVICE_TABLE-for-mt7622-.patch b/patches/linux/6.18.46/0049-wifi-mt76-mt7615-add-MODULE_DEVICE_TABLE-for-mt7622-.patch similarity index 94% rename from patches/linux/6.18.45/0049-wifi-mt76-mt7615-add-MODULE_DEVICE_TABLE-for-mt7622-.patch rename to patches/linux/6.18.46/0049-wifi-mt76-mt7615-add-MODULE_DEVICE_TABLE-for-mt7622-.patch index 38f054a2f..4dc921e55 100644 --- a/patches/linux/6.18.45/0049-wifi-mt76-mt7615-add-MODULE_DEVICE_TABLE-for-mt7622-.patch +++ b/patches/linux/6.18.46/0049-wifi-mt76-mt7615-add-MODULE_DEVICE_TABLE-for-mt7622-.patch @@ -1,4 +1,4 @@ -From a0f69b431a1074ac2f6796034646374b8c842fe2 Mon Sep 17 00:00:00 2001 +From bd2d7c32a849c3aae185d6480b8331a53523bd52 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Tue, 28 Apr 2026 15:30:01 +0200 Subject: [PATCH 49/51] wifi: mt76: mt7615: add MODULE_DEVICE_TABLE for mt7622 diff --git a/patches/linux/6.18.45/0050-PCI-mediatek-gen3-Fix-PERST-control-timing-during-sy.patch b/patches/linux/6.18.46/0050-PCI-mediatek-gen3-Fix-PERST-control-timing-during-sy.patch similarity index 97% rename from patches/linux/6.18.45/0050-PCI-mediatek-gen3-Fix-PERST-control-timing-during-sy.patch rename to patches/linux/6.18.46/0050-PCI-mediatek-gen3-Fix-PERST-control-timing-during-sy.patch index 73e350bb8..71a516ade 100644 --- a/patches/linux/6.18.45/0050-PCI-mediatek-gen3-Fix-PERST-control-timing-during-sy.patch +++ b/patches/linux/6.18.46/0050-PCI-mediatek-gen3-Fix-PERST-control-timing-during-sy.patch @@ -1,4 +1,4 @@ -From eaaf1b4fe65d4d6b9eee2133a065321b5e4c04e6 Mon Sep 17 00:00:00 2001 +From cfe3cae54505d0b52f2bd314ed3c6492f4a8e0a7 Mon Sep 17 00:00:00 2001 From: Mattias Walström Date: Wed, 22 Apr 2026 10:24:43 +0200 Subject: [PATCH 50/51] PCI: mediatek-gen3: Fix PERST# control timing during diff --git a/patches/linux/6.18.45/0051-net-dsa-mv88e6xxx-Derive-LED-names-from-device-name.patch b/patches/linux/6.18.46/0051-net-dsa-mv88e6xxx-Derive-LED-names-from-device-name.patch similarity index 95% rename from patches/linux/6.18.45/0051-net-dsa-mv88e6xxx-Derive-LED-names-from-device-name.patch rename to patches/linux/6.18.46/0051-net-dsa-mv88e6xxx-Derive-LED-names-from-device-name.patch index 03e3c7ab0..554e79366 100644 --- a/patches/linux/6.18.45/0051-net-dsa-mv88e6xxx-Derive-LED-names-from-device-name.patch +++ b/patches/linux/6.18.46/0051-net-dsa-mv88e6xxx-Derive-LED-names-from-device-name.patch @@ -1,4 +1,4 @@ -From 119422fa4eb3bfee74bf1b0db9a70a1d31409e74 Mon Sep 17 00:00:00 2001 +From cbc7109adb79cf7e1f20e1e93421511a93ab9e05 Mon Sep 17 00:00:00 2001 From: Mattias Walström Date: Wed, 12 Aug 2026 10:08:53 +0200 Subject: [PATCH 51/51] net: dsa: mv88e6xxx: Derive LED names from device name diff --git a/patches/linux/linux.hash b/patches/linux/linux.hash index 03f0c0eae..4eb5af249 100644 --- a/patches/linux/linux.hash +++ b/patches/linux/linux.hash @@ -1,2 +1,2 @@ # Calculated with utils/kernel-refresh.sh -sha256 30fa4a56579ca614ac125a12614f7f6466f87ab1278aef7b951dd74156deab33 linux-6.18.45.tar.xz +sha256 f5d44b93808b02cc2969c5404ba081d97523719c9fd2ba2de6db318b4141cca0 linux-6.18.46.tar.xz