diff --git a/configs/aarch64_defconfig b/configs/aarch64_defconfig index e419d6609..f047bbf09 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.38" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.39" 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 c6f8df0d6..b604d3a5c 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.38" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.39" 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 4af97a72f..a6dd3f8a6 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.38" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.39" 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 b2c5e2684..9ea8b3854 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.38" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.39" 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 df80a34a5..fb2d17d65 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.38" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.39" 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 86b2efe59..d60c655ed 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.38" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.39" 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 b8e009b8c..cda5799a9 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.38 (LTS) +- Upgrade Linux kernel to 6.18.39 (LTS) - Upgrade Buildroot to 2025.02.15 (LTS) - Add support for firewall address-set (ipset): named sets of IP addresses and networks, usable as zone sources for per-IP access control, issue #1189 diff --git a/patches/linux/6.18.38/0001-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch b/patches/linux/6.18.39/0001-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch similarity index 98% rename from patches/linux/6.18.38/0001-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch rename to patches/linux/6.18.39/0001-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch index 2167b9ab4..b1b3aa94e 100644 --- a/patches/linux/6.18.38/0001-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch +++ b/patches/linux/6.18.39/0001-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch @@ -1,4 +1,4 @@ -From 26351ce8c81eb5563f124410f9cfd53815f39107 Mon Sep 17 00:00:00 2001 +From 38ef4ac1fa9bd9b0436311c6f8962646222c54f9 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 19 Sep 2023 18:38:10 +0200 Subject: [PATCH 01/50] net: phy: marvell10g: Support firmware loading on diff --git a/patches/linux/6.18.38/0002-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch b/patches/linux/6.18.39/0002-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch similarity index 96% rename from patches/linux/6.18.38/0002-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch rename to patches/linux/6.18.39/0002-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch index 0859a6cc0..0d6aa536e 100644 --- a/patches/linux/6.18.38/0002-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch +++ b/patches/linux/6.18.39/0002-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch @@ -1,4 +1,4 @@ -From d689477e54c4cde7a40b56ad93d2ac7b42689786 Mon Sep 17 00:00:00 2001 +From 48bb808a5c8d7d0d7c49e4453f4809a9fdeefddc Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 21 Nov 2023 20:15:24 +0100 Subject: [PATCH 02/50] net: phy: marvell10g: Fix power-up when strapped to diff --git a/patches/linux/6.18.38/0003-net-phy-marvell10g-Add-LED-support-for-88X3310.patch b/patches/linux/6.18.39/0003-net-phy-marvell10g-Add-LED-support-for-88X3310.patch similarity index 99% rename from patches/linux/6.18.38/0003-net-phy-marvell10g-Add-LED-support-for-88X3310.patch rename to patches/linux/6.18.39/0003-net-phy-marvell10g-Add-LED-support-for-88X3310.patch index 0e16676b4..9a20676e8 100644 --- a/patches/linux/6.18.38/0003-net-phy-marvell10g-Add-LED-support-for-88X3310.patch +++ b/patches/linux/6.18.39/0003-net-phy-marvell10g-Add-LED-support-for-88X3310.patch @@ -1,4 +1,4 @@ -From 2277a647e17356ab8aa69b155e2fc7ba88e5feee Mon Sep 17 00:00:00 2001 +From da0565da3839ac4f85b9743a4a207fbbe6d9c719 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 15 Nov 2023 20:58:42 +0100 Subject: [PATCH 03/50] net: phy: marvell10g: Add LED support for 88X3310 diff --git a/patches/linux/6.18.38/0004-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch b/patches/linux/6.18.39/0004-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch similarity index 97% rename from patches/linux/6.18.38/0004-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch rename to patches/linux/6.18.39/0004-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch index 7b59bdc62..0861944ab 100644 --- a/patches/linux/6.18.38/0004-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch +++ b/patches/linux/6.18.39/0004-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch @@ -1,4 +1,4 @@ -From b1b01a2d0527b3e03496054e81f1c135b776c979 Mon Sep 17 00:00:00 2001 +From 7f3d654b9af1b449555f0076f56db9a8c48f7314 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 12 Dec 2023 09:51:05 +0100 Subject: [PATCH 04/50] net: phy: marvell10g: Support LEDs tied to a single diff --git a/patches/linux/6.18.38/0005-net-phy-Do-not-resume-PHY-when-attaching.patch b/patches/linux/6.18.39/0005-net-phy-Do-not-resume-PHY-when-attaching.patch similarity index 94% rename from patches/linux/6.18.38/0005-net-phy-Do-not-resume-PHY-when-attaching.patch rename to patches/linux/6.18.39/0005-net-phy-Do-not-resume-PHY-when-attaching.patch index 39255d3c2..ca7ac8c09 100644 --- a/patches/linux/6.18.38/0005-net-phy-Do-not-resume-PHY-when-attaching.patch +++ b/patches/linux/6.18.39/0005-net-phy-Do-not-resume-PHY-when-attaching.patch @@ -1,4 +1,4 @@ -From bfccfd10d637b0730923fb18896357d7c24338c7 Mon Sep 17 00:00:00 2001 +From ae3d8558243c10a3fa34534765cdc5a4ece535b1 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 27 Mar 2024 10:10:19 +0100 Subject: [PATCH 05/50] net: phy: Do not resume PHY when attaching diff --git a/patches/linux/6.18.38/0006-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch b/patches/linux/6.18.39/0006-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch similarity index 99% rename from patches/linux/6.18.38/0006-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch rename to patches/linux/6.18.39/0006-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch index 90456125f..04a704fb9 100644 --- a/patches/linux/6.18.38/0006-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch +++ b/patches/linux/6.18.39/0006-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch @@ -1,4 +1,4 @@ -From 91d73947781edbca17993f7b411d1e883c1a3ab0 Mon Sep 17 00:00:00 2001 +From 08f6224ebcba517410b4dc2b98f7b50db842dc30 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Mon, 4 Mar 2024 16:47:28 +0100 Subject: [PATCH 06/50] net: bridge: avoid classifying unknown multicast as diff --git a/patches/linux/6.18.38/0007-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch b/patches/linux/6.18.39/0007-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch similarity index 95% rename from patches/linux/6.18.38/0007-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch rename to patches/linux/6.18.39/0007-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch index 9d67fea28..1ea643f25 100644 --- a/patches/linux/6.18.38/0007-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch +++ b/patches/linux/6.18.39/0007-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch @@ -1,4 +1,4 @@ -From 7d9ac2f0292debe5898fc785686675322540ef75 Mon Sep 17 00:00:00 2001 +From 9044f8f0599e025644d13c0b031826f5765bbc34 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Tue, 5 Mar 2024 06:44:41 +0100 Subject: [PATCH 07/50] net: bridge: Ignore router ports when forwarding L2 diff --git a/patches/linux/6.18.38/0008-net-bridge-drop-delay-for-applying-strict-multicast-.patch b/patches/linux/6.18.39/0008-net-bridge-drop-delay-for-applying-strict-multicast-.patch similarity index 99% rename from patches/linux/6.18.38/0008-net-bridge-drop-delay-for-applying-strict-multicast-.patch rename to patches/linux/6.18.39/0008-net-bridge-drop-delay-for-applying-strict-multicast-.patch index f00449f9d..3926f2de6 100644 --- a/patches/linux/6.18.38/0008-net-bridge-drop-delay-for-applying-strict-multicast-.patch +++ b/patches/linux/6.18.39/0008-net-bridge-drop-delay-for-applying-strict-multicast-.patch @@ -1,4 +1,4 @@ -From 4a3edbd5eeff847aae23d32be119f6f9e971a1ed Mon Sep 17 00:00:00 2001 +From 2ddcdd2cb31dd46e552fea1adf3e89d9925412ee Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Thu, 4 Apr 2024 16:36:30 +0200 Subject: [PATCH 08/50] net: bridge: drop delay for applying strict multicast diff --git a/patches/linux/6.18.38/0009-net-bridge-Differentiate-MDB-additions-from-modifica.patch b/patches/linux/6.18.39/0009-net-bridge-Differentiate-MDB-additions-from-modifica.patch similarity index 98% rename from patches/linux/6.18.38/0009-net-bridge-Differentiate-MDB-additions-from-modifica.patch rename to patches/linux/6.18.39/0009-net-bridge-Differentiate-MDB-additions-from-modifica.patch index 55f76d18d..83db36b30 100644 --- a/patches/linux/6.18.38/0009-net-bridge-Differentiate-MDB-additions-from-modifica.patch +++ b/patches/linux/6.18.39/0009-net-bridge-Differentiate-MDB-additions-from-modifica.patch @@ -1,4 +1,4 @@ -From ddd92c6e5c84f9c49271ddb544e393d6638329e6 Mon Sep 17 00:00:00 2001 +From 9e9322c41e94e95c3dd4841334933a6c8ef11fd1 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Thu, 16 May 2024 14:51:54 +0200 Subject: [PATCH 09/50] net: bridge: Differentiate MDB additions from diff --git a/patches/linux/6.18.38/0010-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch b/patches/linux/6.18.39/0010-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch similarity index 96% rename from patches/linux/6.18.38/0010-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch rename to patches/linux/6.18.39/0010-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch index 72c1627b0..2a2dd5d7b 100644 --- a/patches/linux/6.18.38/0010-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch +++ b/patches/linux/6.18.39/0010-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch @@ -1,4 +1,4 @@ -From d4058f2e7bd178b70fa15c33ff016a07f348da08 Mon Sep 17 00:00:00 2001 +From 1d26447cb586481eee5c4564b68f49c6731b2c83 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Fri, 24 Nov 2023 23:29:55 +0100 Subject: [PATCH 10/50] nvmem: layouts: onie-tlv: Let device probe even when diff --git a/patches/linux/6.18.38/0011-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch b/patches/linux/6.18.39/0011-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch similarity index 95% rename from patches/linux/6.18.38/0011-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch rename to patches/linux/6.18.39/0011-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch index 8db390e47..70208508a 100644 --- a/patches/linux/6.18.38/0011-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch +++ b/patches/linux/6.18.39/0011-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch @@ -1,4 +1,4 @@ -From 4c73f8da19431e5cfe7981864caef60090ed71c3 Mon Sep 17 00:00:00 2001 +From 4620363bad6472dbe2b8de2093f0a70df812df58 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Sun, 11 Aug 2024 11:27:35 +0200 Subject: [PATCH 11/50] net: usb: r8152: add r8153b support for link/activity diff --git a/patches/linux/6.18.38/0012-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch b/patches/linux/6.18.39/0012-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch similarity index 96% rename from patches/linux/6.18.38/0012-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch rename to patches/linux/6.18.39/0012-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch index 3ee0b3a7a..f90c29380 100644 --- a/patches/linux/6.18.38/0012-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch +++ b/patches/linux/6.18.39/0012-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch @@ -1,4 +1,4 @@ -From 4bf64f0e4ca86ef85c52c08307163ffa8292c881 Mon Sep 17 00:00:00 2001 +From 8f3422542356b5cb77f6c2a73431ca06e86b302f Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Sun, 10 Aug 2025 18:52:54 +0200 Subject: [PATCH 12/50] arm64: dts: mediatek: mt7986a: rename BPi R3 ports to diff --git a/patches/linux/6.18.38/0013-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch b/patches/linux/6.18.39/0013-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch similarity index 98% rename from patches/linux/6.18.38/0013-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch rename to patches/linux/6.18.39/0013-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch index e7cf7ae0e..4b098a86d 100644 --- a/patches/linux/6.18.38/0013-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch +++ b/patches/linux/6.18.39/0013-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch @@ -1,4 +1,4 @@ -From 4d8267e4659052331b8656147fe47c70ccb8ce84 Mon Sep 17 00:00:00 2001 +From dc104487c9361afb69344f4b28d67191b3a86ba6 Mon Sep 17 00:00:00 2001 From: Mattias Walström Date: Wed, 20 Aug 2025 21:38:24 +0200 Subject: [PATCH 13/50] drm/panel-simple: Add a timing for the Raspberry Pi 7" diff --git a/patches/linux/6.18.38/0014-input-touchscreen-edt-ft5x06-Add-polled-mode.patch b/patches/linux/6.18.39/0014-input-touchscreen-edt-ft5x06-Add-polled-mode.patch similarity index 98% rename from patches/linux/6.18.38/0014-input-touchscreen-edt-ft5x06-Add-polled-mode.patch rename to patches/linux/6.18.39/0014-input-touchscreen-edt-ft5x06-Add-polled-mode.patch index 1900e1cc2..13fc1d3d5 100644 --- a/patches/linux/6.18.38/0014-input-touchscreen-edt-ft5x06-Add-polled-mode.patch +++ b/patches/linux/6.18.39/0014-input-touchscreen-edt-ft5x06-Add-polled-mode.patch @@ -1,4 +1,4 @@ -From 71880cde3ae9e05120fd36316b5becd8ad33e4e9 Mon Sep 17 00:00:00 2001 +From debb5dd84c54cb3d2fd81266a16e40b4e46dc5a7 Mon Sep 17 00:00:00 2001 From: Mattias Walström Date: Thu, 21 Aug 2025 11:20:23 +0200 Subject: [PATCH 14/50] input:touchscreen:edt-ft5x06: Add polled mode diff --git a/patches/linux/6.18.38/0015-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch b/patches/linux/6.18.39/0015-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch similarity index 94% rename from patches/linux/6.18.38/0015-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch rename to patches/linux/6.18.39/0015-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch index 2f625358f..836c119f9 100644 --- a/patches/linux/6.18.38/0015-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch +++ b/patches/linux/6.18.39/0015-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch @@ -1,4 +1,4 @@ -From e90a43c1722fae7669310a329143bfad9414b8f4 Mon Sep 17 00:00:00 2001 +From c27a3dffd31067521fd10a9bc89e9deda4d5361f Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 12 Mar 2024 10:27:24 +0100 Subject: [PATCH 15/50] [FIX] net: dsa: mv88e6xxx: Fix timeout on waiting for diff --git a/patches/linux/6.18.38/0016-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch b/patches/linux/6.18.39/0016-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch similarity index 99% rename from patches/linux/6.18.38/0016-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch rename to patches/linux/6.18.39/0016-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch index 3e6591665..225229ec3 100644 --- a/patches/linux/6.18.38/0016-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch +++ b/patches/linux/6.18.39/0016-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch @@ -1,4 +1,4 @@ -From a887bff389c0ee3daa835945138884bc35d42d4b Mon Sep 17 00:00:00 2001 +From dcaafda96688a910419945920eb73487a3569c97 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 27 Mar 2024 15:52:43 +0100 Subject: [PATCH 16/50] net: dsa: mv88e6xxx: Improve indirect register access diff --git a/patches/linux/6.18.38/0017-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch b/patches/linux/6.18.39/0017-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch similarity index 95% rename from patches/linux/6.18.38/0017-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch rename to patches/linux/6.18.39/0017-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch index db9ee6194..069e80ad7 100644 --- a/patches/linux/6.18.38/0017-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch +++ b/patches/linux/6.18.39/0017-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch @@ -1,4 +1,4 @@ -From 1eb27183657d1dcf0ac33620621c6efaa15c6a3a Mon Sep 17 00:00:00 2001 +From b23b36d1963b8a8b61adc26a1971c78623987285 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Mon, 22 Apr 2024 23:18:01 +0200 Subject: [PATCH 17/50] net: dsa: mv88e6xxx: Honor ports being managed via diff --git a/patches/linux/6.18.38/0018-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch b/patches/linux/6.18.39/0018-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch similarity index 98% rename from patches/linux/6.18.38/0018-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch rename to patches/linux/6.18.39/0018-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch index 8c5abce12..710bb8250 100644 --- a/patches/linux/6.18.38/0018-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch +++ b/patches/linux/6.18.39/0018-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch @@ -1,4 +1,4 @@ -From 96952275f2c305d5c3ef20290da1766bccbeb6ee Mon Sep 17 00:00:00 2001 +From 04823fe9ff9c611478db9eb97281da93f4cb49d0 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 24 Apr 2024 22:41:04 +0200 Subject: [PATCH 18/50] net: dsa: mv88e6xxx: Limit rsvd2cpu policy to user diff --git a/patches/linux/6.18.38/0019-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch b/patches/linux/6.18.39/0019-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch similarity index 95% rename from patches/linux/6.18.38/0019-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch rename to patches/linux/6.18.39/0019-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch index ad2afd7f3..b59d4720c 100644 --- a/patches/linux/6.18.38/0019-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch +++ b/patches/linux/6.18.39/0019-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch @@ -1,4 +1,4 @@ -From c2d64131aaf0f829840f0a8201546a547e614a24 Mon Sep 17 00:00:00 2001 +From 19d957f79007833d47c3c3a646d848c9a879cb8d Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 28 May 2024 10:38:42 +0200 Subject: [PATCH 19/50] net: dsa: tag_dsa: Use tag priority as initial diff --git a/patches/linux/6.18.38/0020-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch b/patches/linux/6.18.39/0020-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch similarity index 97% rename from patches/linux/6.18.38/0020-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch rename to patches/linux/6.18.39/0020-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch index f665e56a9..1f6852e13 100644 --- a/patches/linux/6.18.38/0020-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch +++ b/patches/linux/6.18.39/0020-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch @@ -1,4 +1,4 @@ -From abe433bbdffa53ce5d5fe153dfa0d03638394a5f Mon Sep 17 00:00:00 2001 +From b596ef44536a882d1522d4ad058e26d887d0212d Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 16 Jan 2024 16:00:55 +0100 Subject: [PATCH 20/50] net: dsa: Support MDB memberships whose L2 addresses diff --git a/patches/linux/6.18.38/0021-net-dsa-Support-EtherType-based-priority-overrides.patch b/patches/linux/6.18.39/0021-net-dsa-Support-EtherType-based-priority-overrides.patch similarity index 98% rename from patches/linux/6.18.38/0021-net-dsa-Support-EtherType-based-priority-overrides.patch rename to patches/linux/6.18.39/0021-net-dsa-Support-EtherType-based-priority-overrides.patch index 0fb3938a4..d4d3611a7 100644 --- a/patches/linux/6.18.38/0021-net-dsa-Support-EtherType-based-priority-overrides.patch +++ b/patches/linux/6.18.39/0021-net-dsa-Support-EtherType-based-priority-overrides.patch @@ -1,4 +1,4 @@ -From b1f7529ef1c180c96653ea3ef0830eff8b1e19cb Mon Sep 17 00:00:00 2001 +From 4df7c3a09d6596888cb4b968a04b8b24b2ffed67 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Thu, 21 Mar 2024 19:12:15 +0100 Subject: [PATCH 21/50] net: dsa: Support EtherType based priority overrides diff --git a/patches/linux/6.18.38/0022-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch b/patches/linux/6.18.39/0022-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch similarity index 99% rename from patches/linux/6.18.38/0022-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch rename to patches/linux/6.18.39/0022-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch index 148aa8477..02c2a7881 100644 --- a/patches/linux/6.18.38/0022-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch +++ b/patches/linux/6.18.39/0022-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch @@ -1,4 +1,4 @@ -From f3188adcca8f532bd2b6da5cd818d2e40c56c7da Mon Sep 17 00:00:00 2001 +From bb62c8b847b04e674188e90cb1ce28b780aa70f0 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Fri, 22 Mar 2024 16:15:43 +0100 Subject: [PATCH 22/50] net: dsa: mv88e6xxx: Support EtherType based priority diff --git a/patches/linux/6.18.38/0023-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch b/patches/linux/6.18.39/0023-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch similarity index 98% rename from patches/linux/6.18.38/0023-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch rename to patches/linux/6.18.39/0023-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch index d68439186..7108fb028 100644 --- a/patches/linux/6.18.38/0023-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch +++ b/patches/linux/6.18.39/0023-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch @@ -1,4 +1,4 @@ -From 58b17b41d408c55f7abc491773b984f9aae6dd3f Mon Sep 17 00:00:00 2001 +From 0bd5832d6a8dfe3ff5e8eae10060b8189052bea4 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 28 May 2024 11:04:22 +0200 Subject: [PATCH 23/50] net: dsa: mv88e6xxx: Add mqprio qdisc support diff --git a/patches/linux/6.18.38/0024-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch b/patches/linux/6.18.39/0024-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch similarity index 97% rename from patches/linux/6.18.38/0024-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch rename to patches/linux/6.18.39/0024-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch index db893474d..482364051 100644 --- a/patches/linux/6.18.38/0024-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch +++ b/patches/linux/6.18.39/0024-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch @@ -1,4 +1,4 @@ -From 71c161ed1d137dd0dbe62b322674e31a7cfebac4 Mon Sep 17 00:00:00 2001 +From 2f1b4e2c1ac07b59a68205d17f69ac236b1272b7 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 29 May 2024 13:20:41 +0200 Subject: [PATCH 24/50] net: dsa: mv88e6xxx: Use VLAN prio over IP when both diff --git a/patches/linux/6.18.38/0025-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch b/patches/linux/6.18.39/0025-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch similarity index 98% rename from patches/linux/6.18.38/0025-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch rename to patches/linux/6.18.39/0025-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch index f76bbf07b..669296cbc 100644 --- a/patches/linux/6.18.38/0025-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch +++ b/patches/linux/6.18.39/0025-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch @@ -1,4 +1,4 @@ -From 047f3a1a1dc21276ecb930dc58fd9e6d64975f22 Mon Sep 17 00:00:00 2001 +From 3ded57ad8a13d5bb817295c537f9660cc7987326 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 26 Nov 2024 19:45:59 +0100 Subject: [PATCH 25/50] [FIX] net: dsa: mv88e6xxx: Trap locally terminated diff --git a/patches/linux/6.18.38/0026-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch b/patches/linux/6.18.39/0026-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch similarity index 95% rename from patches/linux/6.18.38/0026-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch rename to patches/linux/6.18.39/0026-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch index 313c48f04..f92364fa9 100644 --- a/patches/linux/6.18.38/0026-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch +++ b/patches/linux/6.18.39/0026-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch @@ -1,4 +1,4 @@ -From 7501c579a2a8dc394cccefa4e55c694b2c8a8965 Mon Sep 17 00:00:00 2001 +From 1667410f54c1647cc3b9a00d4fe9ed61a3936f0b Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Thu, 16 Jan 2025 12:35:12 +0100 Subject: [PATCH 26/50] net: dsa: mv88e6xxx: collapse disabled state into diff --git a/patches/linux/6.18.38/0027-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch b/patches/linux/6.18.39/0027-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch similarity index 98% rename from patches/linux/6.18.38/0027-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch rename to patches/linux/6.18.39/0027-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch index 6a594b181..57b6f053c 100644 --- a/patches/linux/6.18.38/0027-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch +++ b/patches/linux/6.18.39/0027-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch @@ -1,4 +1,4 @@ -From c77dd51138ea526eee211661724391e91c42243a Mon Sep 17 00:00:00 2001 +From 211f53f2cc60dadda623ffd258fafb9dd6034519 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 12 Feb 2025 22:03:14 +0100 Subject: [PATCH 27/50] net: dsa: mv88e6xxx: Only activate LAG offloading when diff --git a/patches/linux/6.18.38/0028-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch b/patches/linux/6.18.39/0028-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch similarity index 99% rename from patches/linux/6.18.38/0028-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch rename to patches/linux/6.18.39/0028-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch index 3976535bb..011f2120b 100644 --- a/patches/linux/6.18.38/0028-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch +++ b/patches/linux/6.18.39/0028-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch @@ -1,4 +1,4 @@ -From 62da3274c37b7b94c7451e2cf1dd5b7d22ccd69e Mon Sep 17 00:00:00 2001 +From d42f3887e25aa770c0dd7d722f0410a926a943ae Mon Sep 17 00:00:00 2001 From: Mattias Walström Date: Wed, 14 Jan 2026 18:22:41 +0100 Subject: [PATCH 28/50] net: dsa: mv88e6xxx: Add LED support for 6393X diff --git a/patches/linux/6.18.38/0029-wifi-brcmfmac-support-deletion-and-recreation-of-pri.patch b/patches/linux/6.18.39/0029-wifi-brcmfmac-support-deletion-and-recreation-of-pri.patch similarity index 99% rename from patches/linux/6.18.38/0029-wifi-brcmfmac-support-deletion-and-recreation-of-pri.patch rename to patches/linux/6.18.39/0029-wifi-brcmfmac-support-deletion-and-recreation-of-pri.patch index 9139c85a0..e28e95547 100644 --- a/patches/linux/6.18.38/0029-wifi-brcmfmac-support-deletion-and-recreation-of-pri.patch +++ b/patches/linux/6.18.39/0029-wifi-brcmfmac-support-deletion-and-recreation-of-pri.patch @@ -1,4 +1,4 @@ -From 7b1c1c40b86837837f0e00a72b15b39b66f4bc50 Mon Sep 17 00:00:00 2001 +From 8cd6f1604dc816fab887eee9f297bf0df4befbd1 Mon Sep 17 00:00:00 2001 From: Mattias Walström Date: Thu, 15 Jan 2026 22:47:37 +0100 Subject: [PATCH 29/50] wifi: brcmfmac: support deletion and recreation of diff --git a/patches/linux/6.18.38/0030-wifi-brcmfmac-check-connection-state-before-querying.patch b/patches/linux/6.18.39/0030-wifi-brcmfmac-check-connection-state-before-querying.patch similarity index 96% rename from patches/linux/6.18.38/0030-wifi-brcmfmac-check-connection-state-before-querying.patch rename to patches/linux/6.18.39/0030-wifi-brcmfmac-check-connection-state-before-querying.patch index 0bd59c00f..7c9befb8f 100644 --- a/patches/linux/6.18.38/0030-wifi-brcmfmac-check-connection-state-before-querying.patch +++ b/patches/linux/6.18.39/0030-wifi-brcmfmac-check-connection-state-before-querying.patch @@ -1,4 +1,4 @@ -From b7186c2fb29c65c30638a17e5b81c9e722e72231 Mon Sep 17 00:00:00 2001 +From 290cb9ee43a75cc2c8994850e48ee6eee9603d3f Mon Sep 17 00:00:00 2001 From: Mattias Walström Date: Mon, 19 Jan 2026 13:06:53 +0100 Subject: [PATCH 30/50] wifi: brcmfmac: check connection state before querying diff --git a/patches/linux/6.18.38/0031-wifi-brcmfmac-suppress-log-spam-for-regulatory-restr.patch b/patches/linux/6.18.39/0031-wifi-brcmfmac-suppress-log-spam-for-regulatory-restr.patch similarity index 96% rename from patches/linux/6.18.38/0031-wifi-brcmfmac-suppress-log-spam-for-regulatory-restr.patch rename to patches/linux/6.18.39/0031-wifi-brcmfmac-suppress-log-spam-for-regulatory-restr.patch index cc3600a7c..b7ef28539 100644 --- a/patches/linux/6.18.38/0031-wifi-brcmfmac-suppress-log-spam-for-regulatory-restr.patch +++ b/patches/linux/6.18.39/0031-wifi-brcmfmac-suppress-log-spam-for-regulatory-restr.patch @@ -1,4 +1,4 @@ -From 546dc2f296a13f44e4cc7036e90bd4e64f6f18e4 Mon Sep 17 00:00:00 2001 +From a3382b395c8c23816cb713f5ad50f097bc7adaf3 Mon Sep 17 00:00:00 2001 From: Mattias Walström Date: Tue, 20 Jan 2026 20:12:10 +0100 Subject: [PATCH 31/50] wifi: brcmfmac: suppress log spam for diff --git a/patches/linux/6.18.38/0032-wifi-brcmfmac-reduce-log-noise-during-AP-to-station-.patch b/patches/linux/6.18.39/0032-wifi-brcmfmac-reduce-log-noise-during-AP-to-station-.patch similarity index 97% rename from patches/linux/6.18.38/0032-wifi-brcmfmac-reduce-log-noise-during-AP-to-station-.patch rename to patches/linux/6.18.39/0032-wifi-brcmfmac-reduce-log-noise-during-AP-to-station-.patch index 7b8e3c58c..795edad75 100644 --- a/patches/linux/6.18.38/0032-wifi-brcmfmac-reduce-log-noise-during-AP-to-station-.patch +++ b/patches/linux/6.18.39/0032-wifi-brcmfmac-reduce-log-noise-during-AP-to-station-.patch @@ -1,4 +1,4 @@ -From 2144fe0ec71e178a87a8762cabbc4ced96b17d49 Mon Sep 17 00:00:00 2001 +From e654d8b9d75a6296491fd438aa76a4f50d7404a4 Mon Sep 17 00:00:00 2001 From: Mattias Walström Date: Tue, 20 Jan 2026 20:18:45 +0100 Subject: [PATCH 32/50] wifi: brcmfmac: reduce log noise during AP to station diff --git a/patches/linux/6.18.38/0033-net-phy-air_en8811h-add-OF-device-table-for-auto-loa.patch b/patches/linux/6.18.39/0033-net-phy-air_en8811h-add-OF-device-table-for-auto-loa.patch similarity index 95% rename from patches/linux/6.18.38/0033-net-phy-air_en8811h-add-OF-device-table-for-auto-loa.patch rename to patches/linux/6.18.39/0033-net-phy-air_en8811h-add-OF-device-table-for-auto-loa.patch index ed7da2181..a63f3cf70 100644 --- a/patches/linux/6.18.38/0033-net-phy-air_en8811h-add-OF-device-table-for-auto-loa.patch +++ b/patches/linux/6.18.39/0033-net-phy-air_en8811h-add-OF-device-table-for-auto-loa.patch @@ -1,4 +1,4 @@ -From 035891e61e8d7707e2dde81c7626c5e5a00915df Mon Sep 17 00:00:00 2001 +From fd41a70b096f9f1890000bb5509414df88d3e175 Mon Sep 17 00:00:00 2001 From: Mattias Walström Date: Tue, 17 Feb 2026 21:59:59 +0100 Subject: [PATCH 33/50] net: phy: air_en8811h: add OF device table for diff --git a/patches/linux/6.18.38/0034-drm-vc4-dsi-enable-video-and-then-retry-failed-trans.patch b/patches/linux/6.18.39/0034-drm-vc4-dsi-enable-video-and-then-retry-failed-trans.patch similarity index 98% rename from patches/linux/6.18.38/0034-drm-vc4-dsi-enable-video-and-then-retry-failed-trans.patch rename to patches/linux/6.18.39/0034-drm-vc4-dsi-enable-video-and-then-retry-failed-trans.patch index 0c96ce7d6..a411ba99d 100644 --- a/patches/linux/6.18.38/0034-drm-vc4-dsi-enable-video-and-then-retry-failed-trans.patch +++ b/patches/linux/6.18.39/0034-drm-vc4-dsi-enable-video-and-then-retry-failed-trans.patch @@ -1,4 +1,4 @@ -From 1560ac5b1755d77308dce90b231dce02e50c2ba2 Mon Sep 17 00:00:00 2001 +From 09a7b03cf2f200f7596e4e5c1e769eea99e3b604 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Fri, 20 Sep 2024 12:05:18 +0100 Subject: [PATCH 34/50] drm: vc4: dsi: enable video and then retry failed diff --git a/patches/linux/6.18.38/0035-drm-vc4-dsi-Clocks-should-be-running-before-reset.patch b/patches/linux/6.18.39/0035-drm-vc4-dsi-Clocks-should-be-running-before-reset.patch similarity index 96% rename from patches/linux/6.18.38/0035-drm-vc4-dsi-Clocks-should-be-running-before-reset.patch rename to patches/linux/6.18.39/0035-drm-vc4-dsi-Clocks-should-be-running-before-reset.patch index 84fbd4a95..992932552 100644 --- a/patches/linux/6.18.38/0035-drm-vc4-dsi-Clocks-should-be-running-before-reset.patch +++ b/patches/linux/6.18.39/0035-drm-vc4-dsi-Clocks-should-be-running-before-reset.patch @@ -1,4 +1,4 @@ -From bc2cd4bfe396f3b1559d73883414831750b18bb3 Mon Sep 17 00:00:00 2001 +From 1d7fe70e06f361fa24b90c96d3aea15b904b5638 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 8 Jun 2022 17:23:47 +0100 Subject: [PATCH 35/50] drm: vc4: dsi: Clocks should be running before reset diff --git a/patches/linux/6.18.38/0036-drm-vc4-Ensure-DSI-is-enabled-for-FIFO-resets.patch b/patches/linux/6.18.39/0036-drm-vc4-Ensure-DSI-is-enabled-for-FIFO-resets.patch similarity index 96% rename from patches/linux/6.18.38/0036-drm-vc4-Ensure-DSI-is-enabled-for-FIFO-resets.patch rename to patches/linux/6.18.39/0036-drm-vc4-Ensure-DSI-is-enabled-for-FIFO-resets.patch index 0910432f2..413d64c55 100644 --- a/patches/linux/6.18.38/0036-drm-vc4-Ensure-DSI-is-enabled-for-FIFO-resets.patch +++ b/patches/linux/6.18.39/0036-drm-vc4-Ensure-DSI-is-enabled-for-FIFO-resets.patch @@ -1,4 +1,4 @@ -From 94b0cda94072ba1fba1d63a9369088c7ac8e5ced Mon Sep 17 00:00:00 2001 +From ade78d3e93ce932d706e260ef6a319e94e0bdfca Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Fri, 5 Apr 2024 17:51:55 +0100 Subject: [PATCH 36/50] drm/vc4: Ensure DSI is enabled for FIFO resets diff --git a/patches/linux/6.18.38/0037-drm-vc4-Reset-DSI-AFE-on-disable.patch b/patches/linux/6.18.39/0037-drm-vc4-Reset-DSI-AFE-on-disable.patch similarity index 96% rename from patches/linux/6.18.38/0037-drm-vc4-Reset-DSI-AFE-on-disable.patch rename to patches/linux/6.18.39/0037-drm-vc4-Reset-DSI-AFE-on-disable.patch index f79643267..9fd6ca783 100644 --- a/patches/linux/6.18.38/0037-drm-vc4-Reset-DSI-AFE-on-disable.patch +++ b/patches/linux/6.18.39/0037-drm-vc4-Reset-DSI-AFE-on-disable.patch @@ -1,4 +1,4 @@ -From 06cb8cc6260d28879d6250eccdcaa0fb18b0b480 Mon Sep 17 00:00:00 2001 +From 6d58cd7377a7361cd2584e790dd69e6f2cfbcae1 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 26 May 2022 18:56:19 +0100 Subject: [PATCH 37/50] drm: vc4: Reset DSI AFE on disable diff --git a/patches/linux/6.18.38/0038-drm-vc4-dsi-Handle-the-different-command-FIFO-widths.patch b/patches/linux/6.18.39/0038-drm-vc4-dsi-Handle-the-different-command-FIFO-widths.patch similarity index 98% rename from patches/linux/6.18.38/0038-drm-vc4-dsi-Handle-the-different-command-FIFO-widths.patch rename to patches/linux/6.18.39/0038-drm-vc4-dsi-Handle-the-different-command-FIFO-widths.patch index 0ba4381e0..15e2441d5 100644 --- a/patches/linux/6.18.38/0038-drm-vc4-dsi-Handle-the-different-command-FIFO-widths.patch +++ b/patches/linux/6.18.39/0038-drm-vc4-dsi-Handle-the-different-command-FIFO-widths.patch @@ -1,4 +1,4 @@ -From 156bfacffe5c760e607f1b97c16bc0d25aa23b86 Mon Sep 17 00:00:00 2001 +From f7feec3fda07af03e8db555c67c38702362b8664 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 20 Nov 2024 13:58:08 +0000 Subject: [PATCH 38/50] drm: vc4: dsi: Handle the different command FIFO widths diff --git a/patches/linux/6.18.38/0039-drm-bridge-tc358762-Program-the-DPI-mode-into-the-ch.patch b/patches/linux/6.18.39/0039-drm-bridge-tc358762-Program-the-DPI-mode-into-the-ch.patch similarity index 96% rename from patches/linux/6.18.38/0039-drm-bridge-tc358762-Program-the-DPI-mode-into-the-ch.patch rename to patches/linux/6.18.39/0039-drm-bridge-tc358762-Program-the-DPI-mode-into-the-ch.patch index 475409560..0c5fae023 100644 --- a/patches/linux/6.18.38/0039-drm-bridge-tc358762-Program-the-DPI-mode-into-the-ch.patch +++ b/patches/linux/6.18.39/0039-drm-bridge-tc358762-Program-the-DPI-mode-into-the-ch.patch @@ -1,4 +1,4 @@ -From 8921c938173555ae14dd4d2c180d5808566ba38c Mon Sep 17 00:00:00 2001 +From af92214416a6df5e0a41b71759953b41bcddd0b0 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 9 Jan 2024 17:37:00 +0000 Subject: [PATCH 39/50] drm/bridge: tc358762: Program the DPI mode into the diff --git a/patches/linux/6.18.38/0040-drm-bridge-tc358762-revert-move-ops-to-enable.patch b/patches/linux/6.18.39/0040-drm-bridge-tc358762-revert-move-ops-to-enable.patch similarity index 96% rename from patches/linux/6.18.38/0040-drm-bridge-tc358762-revert-move-ops-to-enable.patch rename to patches/linux/6.18.39/0040-drm-bridge-tc358762-revert-move-ops-to-enable.patch index 71d30ddb4..66977061c 100644 --- a/patches/linux/6.18.38/0040-drm-bridge-tc358762-revert-move-ops-to-enable.patch +++ b/patches/linux/6.18.39/0040-drm-bridge-tc358762-revert-move-ops-to-enable.patch @@ -1,4 +1,4 @@ -From de4e7854771dbd54d2e9a0816418778459bffec4 Mon Sep 17 00:00:00 2001 +From 3e70c9df8cba3cd6958f2c63473ad2fb6dcf5777 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 9 Jan 2024 18:44:49 +0000 Subject: [PATCH 40/50] drm/bridge: tc358762: revert move ops to enable diff --git a/patches/linux/6.18.38/0041-drm-bridge-tc358762-Set-pre_enabled-on-pre_enable-to.patch b/patches/linux/6.18.39/0041-drm-bridge-tc358762-Set-pre_enabled-on-pre_enable-to.patch similarity index 94% rename from patches/linux/6.18.38/0041-drm-bridge-tc358762-Set-pre_enabled-on-pre_enable-to.patch rename to patches/linux/6.18.39/0041-drm-bridge-tc358762-Set-pre_enabled-on-pre_enable-to.patch index bcb536f87..eb6043721 100644 --- a/patches/linux/6.18.38/0041-drm-bridge-tc358762-Set-pre_enabled-on-pre_enable-to.patch +++ b/patches/linux/6.18.39/0041-drm-bridge-tc358762-Set-pre_enabled-on-pre_enable-to.patch @@ -1,4 +1,4 @@ -From 4cf2225d5acdbffeb0039e24c0a6b21d39e9e097 Mon Sep 17 00:00:00 2001 +From 9c11ed3248e8abcb6b5cf7c86547c172257e0095 Mon Sep 17 00:00:00 2001 From: Mattias Walström Date: Sat, 4 Apr 2026 18:04:19 +0200 Subject: [PATCH 41/50] drm/bridge: tc358762: Set pre_enabled on pre_enable to diff --git a/patches/linux/6.18.38/0042-net-pcs-add-standalone-PCS-registration-infrastructu.patch b/patches/linux/6.18.39/0042-net-pcs-add-standalone-PCS-registration-infrastructu.patch similarity index 98% rename from patches/linux/6.18.38/0042-net-pcs-add-standalone-PCS-registration-infrastructu.patch rename to patches/linux/6.18.39/0042-net-pcs-add-standalone-PCS-registration-infrastructu.patch index a6e4cbaa0..f7f508d55 100644 --- a/patches/linux/6.18.38/0042-net-pcs-add-standalone-PCS-registration-infrastructu.patch +++ b/patches/linux/6.18.39/0042-net-pcs-add-standalone-PCS-registration-infrastructu.patch @@ -1,4 +1,4 @@ -From ca43ed91b4cef290203eb5e5111e706e3269394b Mon Sep 17 00:00:00 2001 +From c9a0a57ced59ce517a44d2dd68c41be8376817d0 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Sun, 5 Apr 2026 11:33:00 +0200 Subject: [PATCH 42/50] net/pcs: add standalone PCS registration infrastructure diff --git a/patches/linux/6.18.38/0043-net-pcs-add-MediaTek-MT7988-USXGMII-PCS-driver.patch b/patches/linux/6.18.39/0043-net-pcs-add-MediaTek-MT7988-USXGMII-PCS-driver.patch similarity index 99% rename from patches/linux/6.18.38/0043-net-pcs-add-MediaTek-MT7988-USXGMII-PCS-driver.patch rename to patches/linux/6.18.39/0043-net-pcs-add-MediaTek-MT7988-USXGMII-PCS-driver.patch index 47167fdfc..b5b8e01f1 100644 --- a/patches/linux/6.18.38/0043-net-pcs-add-MediaTek-MT7988-USXGMII-PCS-driver.patch +++ b/patches/linux/6.18.39/0043-net-pcs-add-MediaTek-MT7988-USXGMII-PCS-driver.patch @@ -1,4 +1,4 @@ -From 1ff6281533c6010335fcccd1005fa18add1b8557 Mon Sep 17 00:00:00 2001 +From f84562d7c183ec174e8083d9ea4513658d96dc00 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Mon, 6 Apr 2026 14:14:23 +0200 Subject: [PATCH 43/50] net/pcs: add MediaTek MT7988 USXGMII PCS driver diff --git a/patches/linux/6.18.38/0044-net-ethernet-mediatek-add-USXGMII-support-for-MT7988.patch b/patches/linux/6.18.39/0044-net-ethernet-mediatek-add-USXGMII-support-for-MT7988.patch similarity index 99% rename from patches/linux/6.18.38/0044-net-ethernet-mediatek-add-USXGMII-support-for-MT7988.patch rename to patches/linux/6.18.39/0044-net-ethernet-mediatek-add-USXGMII-support-for-MT7988.patch index 895e8e002..04bfa3e8d 100644 --- a/patches/linux/6.18.38/0044-net-ethernet-mediatek-add-USXGMII-support-for-MT7988.patch +++ b/patches/linux/6.18.39/0044-net-ethernet-mediatek-add-USXGMII-support-for-MT7988.patch @@ -1,4 +1,4 @@ -From e9203639fa603d1be802f8530f9a9f9f5373c520 Mon Sep 17 00:00:00 2001 +From d5ca0df9c3e3ede29d83aee5f300b1bdc0016dc0 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Mon, 6 Apr 2026 14:15:43 +0200 Subject: [PATCH 44/50] net: ethernet: mediatek: add USXGMII support for MT7988 diff --git a/patches/linux/6.18.38/0045-arm64-dts-mediatek-mt7988a-add-USXGMII-PCS-nodes.patch b/patches/linux/6.18.39/0045-arm64-dts-mediatek-mt7988a-add-USXGMII-PCS-nodes.patch similarity index 96% rename from patches/linux/6.18.38/0045-arm64-dts-mediatek-mt7988a-add-USXGMII-PCS-nodes.patch rename to patches/linux/6.18.39/0045-arm64-dts-mediatek-mt7988a-add-USXGMII-PCS-nodes.patch index ba3e9b981..c99f1c905 100644 --- a/patches/linux/6.18.38/0045-arm64-dts-mediatek-mt7988a-add-USXGMII-PCS-nodes.patch +++ b/patches/linux/6.18.39/0045-arm64-dts-mediatek-mt7988a-add-USXGMII-PCS-nodes.patch @@ -1,4 +1,4 @@ -From fe787ffc2676b18ed4bc724a08988d18a383bab7 Mon Sep 17 00:00:00 2001 +From 7ef01a32bd4e31ef761bc4f2a177abde0ff7d094 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Mon, 6 Apr 2026 14:15:56 +0200 Subject: [PATCH 45/50] arm64: dts: mediatek: mt7988a: add USXGMII PCS nodes diff --git a/patches/linux/6.18.38/0046-arm64-dts-mediatek-bananapi-bpi-r4-enable-SFP-ports-.patch b/patches/linux/6.18.39/0046-arm64-dts-mediatek-bananapi-bpi-r4-enable-SFP-ports-.patch similarity index 97% rename from patches/linux/6.18.38/0046-arm64-dts-mediatek-bananapi-bpi-r4-enable-SFP-ports-.patch rename to patches/linux/6.18.39/0046-arm64-dts-mediatek-bananapi-bpi-r4-enable-SFP-ports-.patch index c421d3341..93d7f5945 100644 --- a/patches/linux/6.18.38/0046-arm64-dts-mediatek-bananapi-bpi-r4-enable-SFP-ports-.patch +++ b/patches/linux/6.18.39/0046-arm64-dts-mediatek-bananapi-bpi-r4-enable-SFP-ports-.patch @@ -1,4 +1,4 @@ -From 2f14d3fe77aadc465652c338f7f1da3bec3a26a9 Mon Sep 17 00:00:00 2001 +From 462195a229759886d80a168573740bae57e75298 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Mon, 6 Apr 2026 14:16:11 +0200 Subject: [PATCH 46/50] arm64: dts: mediatek: bananapi-bpi-r4: enable SFP+ diff --git a/patches/linux/6.18.38/0047-net-phy-sfp-add-OEM-SFP-10G-T-I-quirk.patch b/patches/linux/6.18.39/0047-net-phy-sfp-add-OEM-SFP-10G-T-I-quirk.patch similarity index 97% rename from patches/linux/6.18.38/0047-net-phy-sfp-add-OEM-SFP-10G-T-I-quirk.patch rename to patches/linux/6.18.39/0047-net-phy-sfp-add-OEM-SFP-10G-T-I-quirk.patch index fab2c1fb5..59c30a6a1 100644 --- a/patches/linux/6.18.38/0047-net-phy-sfp-add-OEM-SFP-10G-T-I-quirk.patch +++ b/patches/linux/6.18.39/0047-net-phy-sfp-add-OEM-SFP-10G-T-I-quirk.patch @@ -1,4 +1,4 @@ -From e310895304c97b5d646def4feead29ecf344603e Mon Sep 17 00:00:00 2001 +From 362a0c4114ed4d4e4b4d963f1e24d758e44b3b55 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Tue, 7 Apr 2026 07:34:52 +0200 Subject: [PATCH 47/50] net: phy: sfp: add OEM SFP-10G-T-I quirk diff --git a/patches/linux/6.18.38/0048-net-dsa-mv88e6xxx-Trap-PTP-frames-on-timestamping-po.patch b/patches/linux/6.18.39/0048-net-dsa-mv88e6xxx-Trap-PTP-frames-on-timestamping-po.patch similarity index 99% rename from patches/linux/6.18.38/0048-net-dsa-mv88e6xxx-Trap-PTP-frames-on-timestamping-po.patch rename to patches/linux/6.18.39/0048-net-dsa-mv88e6xxx-Trap-PTP-frames-on-timestamping-po.patch index 4d57efaf0..26bcab24e 100644 --- a/patches/linux/6.18.38/0048-net-dsa-mv88e6xxx-Trap-PTP-frames-on-timestamping-po.patch +++ b/patches/linux/6.18.39/0048-net-dsa-mv88e6xxx-Trap-PTP-frames-on-timestamping-po.patch @@ -1,4 +1,4 @@ -From 8f5282d708505a57594ace510e2ab84ff58c4ab7 Mon Sep 17 00:00:00 2001 +From 6831be7e8887363f2b6e1f1cf8c684afc2e065a1 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Fri, 17 Apr 2026 09:13:04 +0000 Subject: [PATCH 48/50] net: dsa: mv88e6xxx: Trap PTP frames on timestamping diff --git a/patches/linux/6.18.38/0049-wifi-mt76-mt7615-add-MODULE_DEVICE_TABLE-for-mt7622-.patch b/patches/linux/6.18.39/0049-wifi-mt76-mt7615-add-MODULE_DEVICE_TABLE-for-mt7622-.patch similarity index 94% rename from patches/linux/6.18.38/0049-wifi-mt76-mt7615-add-MODULE_DEVICE_TABLE-for-mt7622-.patch rename to patches/linux/6.18.39/0049-wifi-mt76-mt7615-add-MODULE_DEVICE_TABLE-for-mt7622-.patch index 057fd421e..6b8ae9300 100644 --- a/patches/linux/6.18.38/0049-wifi-mt76-mt7615-add-MODULE_DEVICE_TABLE-for-mt7622-.patch +++ b/patches/linux/6.18.39/0049-wifi-mt76-mt7615-add-MODULE_DEVICE_TABLE-for-mt7622-.patch @@ -1,4 +1,4 @@ -From 4b4a421fce3181feabdc97bdb1e4b7910e4706bc Mon Sep 17 00:00:00 2001 +From de08aead4b40bab3eaca35318e66bcf35af412d1 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Tue, 28 Apr 2026 15:30:01 +0200 Subject: [PATCH 49/50] wifi: mt76: mt7615: add MODULE_DEVICE_TABLE for mt7622 diff --git a/patches/linux/6.18.38/0050-PCI-mediatek-gen3-Fix-PERST-control-timing-during-sy.patch b/patches/linux/6.18.39/0050-PCI-mediatek-gen3-Fix-PERST-control-timing-during-sy.patch similarity index 97% rename from patches/linux/6.18.38/0050-PCI-mediatek-gen3-Fix-PERST-control-timing-during-sy.patch rename to patches/linux/6.18.39/0050-PCI-mediatek-gen3-Fix-PERST-control-timing-during-sy.patch index a83b903cf..442081ff5 100644 --- a/patches/linux/6.18.38/0050-PCI-mediatek-gen3-Fix-PERST-control-timing-during-sy.patch +++ b/patches/linux/6.18.39/0050-PCI-mediatek-gen3-Fix-PERST-control-timing-during-sy.patch @@ -1,4 +1,4 @@ -From 7aa2cf56e6d0ec9a14e513f72a0684cb0c5611ca Mon Sep 17 00:00:00 2001 +From afd933c8cbcf22ed5db4a8b7fd846f777c821c84 Mon Sep 17 00:00:00 2001 From: Mattias Walström Date: Wed, 22 Apr 2026 10:24:43 +0200 Subject: [PATCH 50/50] PCI: mediatek-gen3: Fix PERST# control timing during diff --git a/patches/linux/linux.hash b/patches/linux/linux.hash index 63254bbd1..90bcb3e15 100644 --- a/patches/linux/linux.hash +++ b/patches/linux/linux.hash @@ -1,2 +1,2 @@ # Calculated with utils/kernel-refresh.sh -sha256 ac26e508abd56e9f8b89872b6e10c49fc823bcc70d8068a5d8504c1a7c4ff045 linux-6.18.38.tar.xz +sha256 a7a7e3d2ae9d95e74197223a8d4eb5f6be7aac21b6e6de27e9685d001c1f8cb0 linux-6.18.39.tar.xz