diff --git a/configs/aarch64_defconfig b/configs/aarch64_defconfig index b860bb24f..7e2c3d1e7 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.29" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.30" 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 28e5a0e7b..d12c36c36 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.29" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.30" 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 ff137f037..e7b2c1efd 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.29" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.30" 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 4293c6251..d061cd773 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.29" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.30" 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 a933cd48f..0a612e138 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.29" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.30" 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 b4cad825a..71c0b7906 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.29" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.30" 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 f3352da27..189e65095 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.29 (LTS) +- Upgrade Linux kernel to 6.18.30 (LTS) ### Fixes diff --git a/patches/linux/6.18.29/0001-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch b/patches/linux/6.18.30/0001-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch similarity index 98% rename from patches/linux/6.18.29/0001-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch rename to patches/linux/6.18.30/0001-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch index 1bf69e383..b8bb4154f 100644 --- a/patches/linux/6.18.29/0001-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch +++ b/patches/linux/6.18.30/0001-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch @@ -1,4 +1,4 @@ -From 24a1e1f910fd54ab45a76f803a1df08511f4f61e Mon Sep 17 00:00:00 2001 +From d4536228cfc83f356d62861be98f475318cb400c 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.29/0002-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch b/patches/linux/6.18.30/0002-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch similarity index 96% rename from patches/linux/6.18.29/0002-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch rename to patches/linux/6.18.30/0002-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch index 508eb60ca..f7b9e9fc0 100644 --- a/patches/linux/6.18.29/0002-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch +++ b/patches/linux/6.18.30/0002-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch @@ -1,4 +1,4 @@ -From 253cd58690830d0f662f7d09071942413f9fa519 Mon Sep 17 00:00:00 2001 +From 0bee879bf42e0a8b957c836b5fe85c68bfa0ee32 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.29/0003-net-phy-marvell10g-Add-LED-support-for-88X3310.patch b/patches/linux/6.18.30/0003-net-phy-marvell10g-Add-LED-support-for-88X3310.patch similarity index 99% rename from patches/linux/6.18.29/0003-net-phy-marvell10g-Add-LED-support-for-88X3310.patch rename to patches/linux/6.18.30/0003-net-phy-marvell10g-Add-LED-support-for-88X3310.patch index c2881ffc1..cce8ea9b4 100644 --- a/patches/linux/6.18.29/0003-net-phy-marvell10g-Add-LED-support-for-88X3310.patch +++ b/patches/linux/6.18.30/0003-net-phy-marvell10g-Add-LED-support-for-88X3310.patch @@ -1,4 +1,4 @@ -From 5f0456ea75849b0af08e84fe4a81c2f338e44db3 Mon Sep 17 00:00:00 2001 +From e3135c685d5824871e0352d4315bdd18e3e85dea 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.29/0004-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch b/patches/linux/6.18.30/0004-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch similarity index 97% rename from patches/linux/6.18.29/0004-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch rename to patches/linux/6.18.30/0004-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch index 09742d412..d70040da8 100644 --- a/patches/linux/6.18.29/0004-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch +++ b/patches/linux/6.18.30/0004-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch @@ -1,4 +1,4 @@ -From d2cf6a26312a3bde24daeb0e5d7ed84da0b48fe6 Mon Sep 17 00:00:00 2001 +From 5c6ddb271fd809f54c5910e273c98b84e4cfa189 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.29/0005-net-phy-Do-not-resume-PHY-when-attaching.patch b/patches/linux/6.18.30/0005-net-phy-Do-not-resume-PHY-when-attaching.patch similarity index 94% rename from patches/linux/6.18.29/0005-net-phy-Do-not-resume-PHY-when-attaching.patch rename to patches/linux/6.18.30/0005-net-phy-Do-not-resume-PHY-when-attaching.patch index 106dde53a..b9e3abf36 100644 --- a/patches/linux/6.18.29/0005-net-phy-Do-not-resume-PHY-when-attaching.patch +++ b/patches/linux/6.18.30/0005-net-phy-Do-not-resume-PHY-when-attaching.patch @@ -1,4 +1,4 @@ -From e37dadaa57eed088e57f019715ddef3bd7a605f2 Mon Sep 17 00:00:00 2001 +From 9433ffd718b69b54c216c44a8e5ebda0c309c228 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.29/0006-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch b/patches/linux/6.18.30/0006-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch similarity index 99% rename from patches/linux/6.18.29/0006-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch rename to patches/linux/6.18.30/0006-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch index 9469fb722..ccac80891 100644 --- a/patches/linux/6.18.29/0006-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch +++ b/patches/linux/6.18.30/0006-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch @@ -1,4 +1,4 @@ -From 8c7b9a772a756a7acd28fe80f5cee68c7f0354aa Mon Sep 17 00:00:00 2001 +From d0247ba8d19df0dce1acf3b1eb05087b7b9fbea7 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.29/0007-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch b/patches/linux/6.18.30/0007-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch similarity index 95% rename from patches/linux/6.18.29/0007-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch rename to patches/linux/6.18.30/0007-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch index 2e438b886..18dea915b 100644 --- a/patches/linux/6.18.29/0007-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch +++ b/patches/linux/6.18.30/0007-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch @@ -1,4 +1,4 @@ -From 05cf994cf0b214dba68dbba071843e5aa298763a Mon Sep 17 00:00:00 2001 +From 8eaf49925c31a2d56753f685d8ecda0bc9dc9220 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.29/0008-net-bridge-drop-delay-for-applying-strict-multicast-.patch b/patches/linux/6.18.30/0008-net-bridge-drop-delay-for-applying-strict-multicast-.patch similarity index 99% rename from patches/linux/6.18.29/0008-net-bridge-drop-delay-for-applying-strict-multicast-.patch rename to patches/linux/6.18.30/0008-net-bridge-drop-delay-for-applying-strict-multicast-.patch index 5d63deb8b..c319555dc 100644 --- a/patches/linux/6.18.29/0008-net-bridge-drop-delay-for-applying-strict-multicast-.patch +++ b/patches/linux/6.18.30/0008-net-bridge-drop-delay-for-applying-strict-multicast-.patch @@ -1,4 +1,4 @@ -From e0a680e455033fe5e8222992b249742e5d0df139 Mon Sep 17 00:00:00 2001 +From b9fc6018dd961d004c9a015245df28c36d7e7f1e 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.29/0009-net-bridge-Differentiate-MDB-additions-from-modifica.patch b/patches/linux/6.18.30/0009-net-bridge-Differentiate-MDB-additions-from-modifica.patch similarity index 98% rename from patches/linux/6.18.29/0009-net-bridge-Differentiate-MDB-additions-from-modifica.patch rename to patches/linux/6.18.30/0009-net-bridge-Differentiate-MDB-additions-from-modifica.patch index 57d108b11..ecc7577bf 100644 --- a/patches/linux/6.18.29/0009-net-bridge-Differentiate-MDB-additions-from-modifica.patch +++ b/patches/linux/6.18.30/0009-net-bridge-Differentiate-MDB-additions-from-modifica.patch @@ -1,4 +1,4 @@ -From 13c7bfb8cd0dc8e16a1d5cb149b3b578b5bb3e6b Mon Sep 17 00:00:00 2001 +From be9101eee2fca25f0fb39b86288b75f881c52800 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.29/0010-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch b/patches/linux/6.18.30/0010-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch similarity index 96% rename from patches/linux/6.18.29/0010-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch rename to patches/linux/6.18.30/0010-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch index cd1132ec4..e55d37e75 100644 --- a/patches/linux/6.18.29/0010-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch +++ b/patches/linux/6.18.30/0010-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch @@ -1,4 +1,4 @@ -From d231d4b3528aecda66771896893f7ba5ae6f7a2b Mon Sep 17 00:00:00 2001 +From 7dcf669e760472544fd62338bb9dcfa526c8be29 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.29/0011-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch b/patches/linux/6.18.30/0011-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch similarity index 95% rename from patches/linux/6.18.29/0011-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch rename to patches/linux/6.18.30/0011-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch index 6e22c9bde..6782d31b2 100644 --- a/patches/linux/6.18.29/0011-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch +++ b/patches/linux/6.18.30/0011-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch @@ -1,4 +1,4 @@ -From 5a3cd0859aa3b388bed288de6bf4ea5be84760d6 Mon Sep 17 00:00:00 2001 +From 2e373f6aa1dd3a33e64124ac81feda2cc41a97a8 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.29/0012-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch b/patches/linux/6.18.30/0012-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch similarity index 96% rename from patches/linux/6.18.29/0012-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch rename to patches/linux/6.18.30/0012-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch index cf19d5072..86d7008e8 100644 --- a/patches/linux/6.18.29/0012-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch +++ b/patches/linux/6.18.30/0012-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch @@ -1,4 +1,4 @@ -From 3b43f639f4d0b329eb1bddb8beec2f704651fc37 Mon Sep 17 00:00:00 2001 +From 132203986d12d9b7578a13f9bbfac7c7e33b2513 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.29/0013-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch b/patches/linux/6.18.30/0013-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch similarity index 98% rename from patches/linux/6.18.29/0013-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch rename to patches/linux/6.18.30/0013-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch index 54bd64665..e888c4638 100644 --- a/patches/linux/6.18.29/0013-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch +++ b/patches/linux/6.18.30/0013-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch @@ -1,4 +1,4 @@ -From 31b1d00422d9a9faea45879739dcc2d0527acaed Mon Sep 17 00:00:00 2001 +From 4db9873faa518c81d95468cc9af9c9c236e74148 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.29/0014-input-touchscreen-edt-ft5x06-Add-polled-mode.patch b/patches/linux/6.18.30/0014-input-touchscreen-edt-ft5x06-Add-polled-mode.patch similarity index 98% rename from patches/linux/6.18.29/0014-input-touchscreen-edt-ft5x06-Add-polled-mode.patch rename to patches/linux/6.18.30/0014-input-touchscreen-edt-ft5x06-Add-polled-mode.patch index 20330d02e..e39a79b3d 100644 --- a/patches/linux/6.18.29/0014-input-touchscreen-edt-ft5x06-Add-polled-mode.patch +++ b/patches/linux/6.18.30/0014-input-touchscreen-edt-ft5x06-Add-polled-mode.patch @@ -1,4 +1,4 @@ -From 7a278f475dfd0519b471cd565b0722f08eb72f64 Mon Sep 17 00:00:00 2001 +From 98ac9e4e98a586201f7ec3bfbb82cc53454e9137 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.29/0015-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch b/patches/linux/6.18.30/0015-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch similarity index 94% rename from patches/linux/6.18.29/0015-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch rename to patches/linux/6.18.30/0015-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch index e98c6700c..83e59fe29 100644 --- a/patches/linux/6.18.29/0015-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch +++ b/patches/linux/6.18.30/0015-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch @@ -1,4 +1,4 @@ -From 7fd83d4275373519e6681e90a3d12e31ce5b24cb Mon Sep 17 00:00:00 2001 +From f8b856255bb00272f38e0c1736b8c3d2dee78fa4 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.29/0016-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch b/patches/linux/6.18.30/0016-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch similarity index 99% rename from patches/linux/6.18.29/0016-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch rename to patches/linux/6.18.30/0016-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch index f732887f3..961ff3b53 100644 --- a/patches/linux/6.18.29/0016-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch +++ b/patches/linux/6.18.30/0016-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch @@ -1,4 +1,4 @@ -From a43c2f20a295b4d6b7b5b74ccd4909deb44bf15f Mon Sep 17 00:00:00 2001 +From a68fcd54ffa43f47739e3a61849696aaad6d31f9 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.29/0017-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch b/patches/linux/6.18.30/0017-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch similarity index 95% rename from patches/linux/6.18.29/0017-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch rename to patches/linux/6.18.30/0017-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch index c2e01fd8c..850c1ca82 100644 --- a/patches/linux/6.18.29/0017-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch +++ b/patches/linux/6.18.30/0017-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch @@ -1,4 +1,4 @@ -From 8e0f35ee19ab23becc074a42e60f6cffca6f049b Mon Sep 17 00:00:00 2001 +From 6beba5af7b73e707af3e1cb74a3380a1e28dfcda 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.29/0018-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch b/patches/linux/6.18.30/0018-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch similarity index 98% rename from patches/linux/6.18.29/0018-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch rename to patches/linux/6.18.30/0018-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch index cfbd52eed..081f10aab 100644 --- a/patches/linux/6.18.29/0018-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch +++ b/patches/linux/6.18.30/0018-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch @@ -1,4 +1,4 @@ -From ea467b6ee5dcaffd4ae0f06d5ac8e49d035dbe33 Mon Sep 17 00:00:00 2001 +From e082eecc560572c353b4428ec09f2050643cdcb5 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.29/0019-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch b/patches/linux/6.18.30/0019-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch similarity index 95% rename from patches/linux/6.18.29/0019-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch rename to patches/linux/6.18.30/0019-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch index 671b52df2..5ffb40e9b 100644 --- a/patches/linux/6.18.29/0019-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch +++ b/patches/linux/6.18.30/0019-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch @@ -1,4 +1,4 @@ -From 7db8f7d88cabf8f6ed44a5ac7a9868afde473ebe Mon Sep 17 00:00:00 2001 +From 409062f960b38d2bbed169845ee014a28709ea76 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.29/0020-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch b/patches/linux/6.18.30/0020-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch similarity index 97% rename from patches/linux/6.18.29/0020-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch rename to patches/linux/6.18.30/0020-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch index b485956f8..3fb2b57bf 100644 --- a/patches/linux/6.18.29/0020-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch +++ b/patches/linux/6.18.30/0020-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch @@ -1,4 +1,4 @@ -From 2f9abe589938ea7fd34d3203171f1e2955a40e11 Mon Sep 17 00:00:00 2001 +From 7f958d0e2fc0595eaec23a90f00a2f25a2cd70f8 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.29/0021-net-dsa-Support-EtherType-based-priority-overrides.patch b/patches/linux/6.18.30/0021-net-dsa-Support-EtherType-based-priority-overrides.patch similarity index 98% rename from patches/linux/6.18.29/0021-net-dsa-Support-EtherType-based-priority-overrides.patch rename to patches/linux/6.18.30/0021-net-dsa-Support-EtherType-based-priority-overrides.patch index 99dfaa51c..534acb749 100644 --- a/patches/linux/6.18.29/0021-net-dsa-Support-EtherType-based-priority-overrides.patch +++ b/patches/linux/6.18.30/0021-net-dsa-Support-EtherType-based-priority-overrides.patch @@ -1,4 +1,4 @@ -From a03137253e44c8657952bd74d83e7ede7ac77c80 Mon Sep 17 00:00:00 2001 +From f84465143cab7ccb3ed1847c23f2a6d177ad62d0 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.29/0022-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch b/patches/linux/6.18.30/0022-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch similarity index 99% rename from patches/linux/6.18.29/0022-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch rename to patches/linux/6.18.30/0022-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch index 24c4391de..b715f3f37 100644 --- a/patches/linux/6.18.29/0022-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch +++ b/patches/linux/6.18.30/0022-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch @@ -1,4 +1,4 @@ -From 009a7e495ddc1f40846a2c45a66b7aa97d186e74 Mon Sep 17 00:00:00 2001 +From 8921b14c9b1285573597f2b6a8712b612eeff6a5 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.29/0023-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch b/patches/linux/6.18.30/0023-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch similarity index 98% rename from patches/linux/6.18.29/0023-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch rename to patches/linux/6.18.30/0023-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch index e8461bb4c..f8e75a9d2 100644 --- a/patches/linux/6.18.29/0023-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch +++ b/patches/linux/6.18.30/0023-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch @@ -1,4 +1,4 @@ -From febb865df8b74895abcca2f6054dbfbd10143f3c Mon Sep 17 00:00:00 2001 +From 60f710c9d0c474370ae661b59fd43918d8ffd8d8 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.29/0024-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch b/patches/linux/6.18.30/0024-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch similarity index 97% rename from patches/linux/6.18.29/0024-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch rename to patches/linux/6.18.30/0024-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch index 6e50cc388..8c7e13682 100644 --- a/patches/linux/6.18.29/0024-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch +++ b/patches/linux/6.18.30/0024-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch @@ -1,4 +1,4 @@ -From 9db792be0ff2b76605df8bfe10a7563b1897c3d4 Mon Sep 17 00:00:00 2001 +From 5fec75e34c268e2e6640c5696dec7359331ec009 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.29/0025-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch b/patches/linux/6.18.30/0025-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch similarity index 98% rename from patches/linux/6.18.29/0025-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch rename to patches/linux/6.18.30/0025-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch index bf0ffae96..26867895e 100644 --- a/patches/linux/6.18.29/0025-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch +++ b/patches/linux/6.18.30/0025-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch @@ -1,4 +1,4 @@ -From 96f1afe57f901c0e52b6f3e54df46a07554cd1aa Mon Sep 17 00:00:00 2001 +From 05931bb844bd29f86ea0075997143027eec80e12 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.29/0026-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch b/patches/linux/6.18.30/0026-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch similarity index 95% rename from patches/linux/6.18.29/0026-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch rename to patches/linux/6.18.30/0026-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch index 98936dcfc..c912deed2 100644 --- a/patches/linux/6.18.29/0026-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch +++ b/patches/linux/6.18.30/0026-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch @@ -1,4 +1,4 @@ -From a55b43cbc4a232b1180a626dd9e38cac7cc344f9 Mon Sep 17 00:00:00 2001 +From dfbe5aeeea1bd7866ccf533f59bafb6361c12f83 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.29/0027-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch b/patches/linux/6.18.30/0027-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch similarity index 98% rename from patches/linux/6.18.29/0027-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch rename to patches/linux/6.18.30/0027-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch index 97bba95ff..2ce46e707 100644 --- a/patches/linux/6.18.29/0027-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch +++ b/patches/linux/6.18.30/0027-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch @@ -1,4 +1,4 @@ -From 52127e257ad59eba278d574be7571e86c5fa8d97 Mon Sep 17 00:00:00 2001 +From 5d90e1b7123e88ba29bef1d8b0907a9a29e1d392 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.29/0028-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch b/patches/linux/6.18.30/0028-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch similarity index 99% rename from patches/linux/6.18.29/0028-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch rename to patches/linux/6.18.30/0028-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch index f03b8f464..438301d5c 100644 --- a/patches/linux/6.18.29/0028-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch +++ b/patches/linux/6.18.30/0028-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch @@ -1,4 +1,4 @@ -From f00d28be8bddf58e215d7b543b6854fd758962d6 Mon Sep 17 00:00:00 2001 +From 4fcf4f751fd05555dd9ec0f560c118bb4c33faee 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.29/0029-wifi-brcmfmac-support-deletion-and-recreation-of-pri.patch b/patches/linux/6.18.30/0029-wifi-brcmfmac-support-deletion-and-recreation-of-pri.patch similarity index 99% rename from patches/linux/6.18.29/0029-wifi-brcmfmac-support-deletion-and-recreation-of-pri.patch rename to patches/linux/6.18.30/0029-wifi-brcmfmac-support-deletion-and-recreation-of-pri.patch index 70aeed06b..c2238a320 100644 --- a/patches/linux/6.18.29/0029-wifi-brcmfmac-support-deletion-and-recreation-of-pri.patch +++ b/patches/linux/6.18.30/0029-wifi-brcmfmac-support-deletion-and-recreation-of-pri.patch @@ -1,4 +1,4 @@ -From eeee3f67d2d17fc398dc9d269046b29260f9d0ec Mon Sep 17 00:00:00 2001 +From 51649ac637a9fece5eab9d85bca0d4b89022c6a4 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.29/0030-wifi-brcmfmac-check-connection-state-before-querying.patch b/patches/linux/6.18.30/0030-wifi-brcmfmac-check-connection-state-before-querying.patch similarity index 96% rename from patches/linux/6.18.29/0030-wifi-brcmfmac-check-connection-state-before-querying.patch rename to patches/linux/6.18.30/0030-wifi-brcmfmac-check-connection-state-before-querying.patch index 4c8c37b9b..4c2d59c71 100644 --- a/patches/linux/6.18.29/0030-wifi-brcmfmac-check-connection-state-before-querying.patch +++ b/patches/linux/6.18.30/0030-wifi-brcmfmac-check-connection-state-before-querying.patch @@ -1,4 +1,4 @@ -From d0b1c323355242031ea4d68324a845129e627c6a Mon Sep 17 00:00:00 2001 +From cf657e80625ec7e3e08eb15e0f8283d21a38ecd2 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.29/0031-wifi-brcmfmac-suppress-log-spam-for-regulatory-restr.patch b/patches/linux/6.18.30/0031-wifi-brcmfmac-suppress-log-spam-for-regulatory-restr.patch similarity index 96% rename from patches/linux/6.18.29/0031-wifi-brcmfmac-suppress-log-spam-for-regulatory-restr.patch rename to patches/linux/6.18.30/0031-wifi-brcmfmac-suppress-log-spam-for-regulatory-restr.patch index 053107b69..23f45a7bc 100644 --- a/patches/linux/6.18.29/0031-wifi-brcmfmac-suppress-log-spam-for-regulatory-restr.patch +++ b/patches/linux/6.18.30/0031-wifi-brcmfmac-suppress-log-spam-for-regulatory-restr.patch @@ -1,4 +1,4 @@ -From a76ba5b3f165ab40f5d69ee9ef892b5f3f18106a Mon Sep 17 00:00:00 2001 +From 190d52c3deec36d0bc24c0d0647bd277de9d9350 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.29/0032-wifi-brcmfmac-reduce-log-noise-during-AP-to-station-.patch b/patches/linux/6.18.30/0032-wifi-brcmfmac-reduce-log-noise-during-AP-to-station-.patch similarity index 97% rename from patches/linux/6.18.29/0032-wifi-brcmfmac-reduce-log-noise-during-AP-to-station-.patch rename to patches/linux/6.18.30/0032-wifi-brcmfmac-reduce-log-noise-during-AP-to-station-.patch index bbf76f83e..f21a957c5 100644 --- a/patches/linux/6.18.29/0032-wifi-brcmfmac-reduce-log-noise-during-AP-to-station-.patch +++ b/patches/linux/6.18.30/0032-wifi-brcmfmac-reduce-log-noise-during-AP-to-station-.patch @@ -1,4 +1,4 @@ -From 69592a4f17cefef9ebf5c7c38374daf832ce8b5b Mon Sep 17 00:00:00 2001 +From b21c8679b2e2075fdd3007af78e47e0f3f1e708f 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.29/0033-net-phy-air_en8811h-add-OF-device-table-for-auto-loa.patch b/patches/linux/6.18.30/0033-net-phy-air_en8811h-add-OF-device-table-for-auto-loa.patch similarity index 95% rename from patches/linux/6.18.29/0033-net-phy-air_en8811h-add-OF-device-table-for-auto-loa.patch rename to patches/linux/6.18.30/0033-net-phy-air_en8811h-add-OF-device-table-for-auto-loa.patch index ae0e15934..cc43c81e4 100644 --- a/patches/linux/6.18.29/0033-net-phy-air_en8811h-add-OF-device-table-for-auto-loa.patch +++ b/patches/linux/6.18.30/0033-net-phy-air_en8811h-add-OF-device-table-for-auto-loa.patch @@ -1,4 +1,4 @@ -From dd042cb21c7a3aef806d9f88d6c452902d809139 Mon Sep 17 00:00:00 2001 +From 08089c4464bb5d01fac419c7bc6c3b2c4385ebf8 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.29/0034-drm-vc4-dsi-enable-video-and-then-retry-failed-trans.patch b/patches/linux/6.18.30/0034-drm-vc4-dsi-enable-video-and-then-retry-failed-trans.patch similarity index 98% rename from patches/linux/6.18.29/0034-drm-vc4-dsi-enable-video-and-then-retry-failed-trans.patch rename to patches/linux/6.18.30/0034-drm-vc4-dsi-enable-video-and-then-retry-failed-trans.patch index 398e9fdf9..c1815842e 100644 --- a/patches/linux/6.18.29/0034-drm-vc4-dsi-enable-video-and-then-retry-failed-trans.patch +++ b/patches/linux/6.18.30/0034-drm-vc4-dsi-enable-video-and-then-retry-failed-trans.patch @@ -1,4 +1,4 @@ -From 90831816241e2f8a1f3d1aa363106d2de84d2df4 Mon Sep 17 00:00:00 2001 +From ce865a6ecce0e290fade0f0217c7ede9a883965a 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.29/0035-drm-vc4-dsi-Clocks-should-be-running-before-reset.patch b/patches/linux/6.18.30/0035-drm-vc4-dsi-Clocks-should-be-running-before-reset.patch similarity index 96% rename from patches/linux/6.18.29/0035-drm-vc4-dsi-Clocks-should-be-running-before-reset.patch rename to patches/linux/6.18.30/0035-drm-vc4-dsi-Clocks-should-be-running-before-reset.patch index 03fabc634..96186c03e 100644 --- a/patches/linux/6.18.29/0035-drm-vc4-dsi-Clocks-should-be-running-before-reset.patch +++ b/patches/linux/6.18.30/0035-drm-vc4-dsi-Clocks-should-be-running-before-reset.patch @@ -1,4 +1,4 @@ -From 678c1c10d400bd689cc59dc38bf7ee0ba2d690f5 Mon Sep 17 00:00:00 2001 +From a9cad7e56d5e2289c53f450536e1e611728d212b 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.29/0036-drm-vc4-Ensure-DSI-is-enabled-for-FIFO-resets.patch b/patches/linux/6.18.30/0036-drm-vc4-Ensure-DSI-is-enabled-for-FIFO-resets.patch similarity index 96% rename from patches/linux/6.18.29/0036-drm-vc4-Ensure-DSI-is-enabled-for-FIFO-resets.patch rename to patches/linux/6.18.30/0036-drm-vc4-Ensure-DSI-is-enabled-for-FIFO-resets.patch index c85dcaf42..855ae2861 100644 --- a/patches/linux/6.18.29/0036-drm-vc4-Ensure-DSI-is-enabled-for-FIFO-resets.patch +++ b/patches/linux/6.18.30/0036-drm-vc4-Ensure-DSI-is-enabled-for-FIFO-resets.patch @@ -1,4 +1,4 @@ -From f6e6ab24bf89850fd7a12827e708b5ac3ab430c8 Mon Sep 17 00:00:00 2001 +From 468d9e07b0c012a005967f1080a0fb00c7fa9a55 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.29/0037-drm-vc4-Reset-DSI-AFE-on-disable.patch b/patches/linux/6.18.30/0037-drm-vc4-Reset-DSI-AFE-on-disable.patch similarity index 96% rename from patches/linux/6.18.29/0037-drm-vc4-Reset-DSI-AFE-on-disable.patch rename to patches/linux/6.18.30/0037-drm-vc4-Reset-DSI-AFE-on-disable.patch index b90ed03cc..7114b2ded 100644 --- a/patches/linux/6.18.29/0037-drm-vc4-Reset-DSI-AFE-on-disable.patch +++ b/patches/linux/6.18.30/0037-drm-vc4-Reset-DSI-AFE-on-disable.patch @@ -1,4 +1,4 @@ -From 785abf462cc814e23052c22166fde25af5108afc Mon Sep 17 00:00:00 2001 +From d528b1322599b50da9aafc922dfc2e00a9812f4b 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.29/0038-drm-vc4-dsi-Handle-the-different-command-FIFO-widths.patch b/patches/linux/6.18.30/0038-drm-vc4-dsi-Handle-the-different-command-FIFO-widths.patch similarity index 98% rename from patches/linux/6.18.29/0038-drm-vc4-dsi-Handle-the-different-command-FIFO-widths.patch rename to patches/linux/6.18.30/0038-drm-vc4-dsi-Handle-the-different-command-FIFO-widths.patch index bdd09c83a..d6e5a0579 100644 --- a/patches/linux/6.18.29/0038-drm-vc4-dsi-Handle-the-different-command-FIFO-widths.patch +++ b/patches/linux/6.18.30/0038-drm-vc4-dsi-Handle-the-different-command-FIFO-widths.patch @@ -1,4 +1,4 @@ -From 311e7c2777dd70dcd944790f8f0c1e94ca9c6d97 Mon Sep 17 00:00:00 2001 +From 7ee979d28d98310f02328f97d1a73d89da9207f7 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.29/0039-drm-bridge-tc358762-Program-the-DPI-mode-into-the-ch.patch b/patches/linux/6.18.30/0039-drm-bridge-tc358762-Program-the-DPI-mode-into-the-ch.patch similarity index 96% rename from patches/linux/6.18.29/0039-drm-bridge-tc358762-Program-the-DPI-mode-into-the-ch.patch rename to patches/linux/6.18.30/0039-drm-bridge-tc358762-Program-the-DPI-mode-into-the-ch.patch index 6ab5d5169..57686a4e3 100644 --- a/patches/linux/6.18.29/0039-drm-bridge-tc358762-Program-the-DPI-mode-into-the-ch.patch +++ b/patches/linux/6.18.30/0039-drm-bridge-tc358762-Program-the-DPI-mode-into-the-ch.patch @@ -1,4 +1,4 @@ -From 1f4b12400fa4b1acebb314828fcef6ac35b1dfa6 Mon Sep 17 00:00:00 2001 +From a78ae9e39b6bb10b405527a988db48dbd4500fd9 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.29/0040-drm-bridge-tc358762-revert-move-ops-to-enable.patch b/patches/linux/6.18.30/0040-drm-bridge-tc358762-revert-move-ops-to-enable.patch similarity index 96% rename from patches/linux/6.18.29/0040-drm-bridge-tc358762-revert-move-ops-to-enable.patch rename to patches/linux/6.18.30/0040-drm-bridge-tc358762-revert-move-ops-to-enable.patch index c220b0af3..231a47532 100644 --- a/patches/linux/6.18.29/0040-drm-bridge-tc358762-revert-move-ops-to-enable.patch +++ b/patches/linux/6.18.30/0040-drm-bridge-tc358762-revert-move-ops-to-enable.patch @@ -1,4 +1,4 @@ -From a4690f94c7fb7608a46c82e9ae4ae700c998265c Mon Sep 17 00:00:00 2001 +From b5da61eea31e306635543503fb9bd7af7eef13e4 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.29/0041-drm-bridge-tc358762-Set-pre_enabled-on-pre_enable-to.patch b/patches/linux/6.18.30/0041-drm-bridge-tc358762-Set-pre_enabled-on-pre_enable-to.patch similarity index 94% rename from patches/linux/6.18.29/0041-drm-bridge-tc358762-Set-pre_enabled-on-pre_enable-to.patch rename to patches/linux/6.18.30/0041-drm-bridge-tc358762-Set-pre_enabled-on-pre_enable-to.patch index 642b679ab..0eec2883e 100644 --- a/patches/linux/6.18.29/0041-drm-bridge-tc358762-Set-pre_enabled-on-pre_enable-to.patch +++ b/patches/linux/6.18.30/0041-drm-bridge-tc358762-Set-pre_enabled-on-pre_enable-to.patch @@ -1,4 +1,4 @@ -From 080428a1703dcecdd1a7ae65a84fa7c21b190e75 Mon Sep 17 00:00:00 2001 +From c15e0c9a2f658b25f8e1bec20d14831fcf45f4d8 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.29/0042-net-pcs-add-standalone-PCS-registration-infrastructu.patch b/patches/linux/6.18.30/0042-net-pcs-add-standalone-PCS-registration-infrastructu.patch similarity index 98% rename from patches/linux/6.18.29/0042-net-pcs-add-standalone-PCS-registration-infrastructu.patch rename to patches/linux/6.18.30/0042-net-pcs-add-standalone-PCS-registration-infrastructu.patch index 2a6f335a3..af0c40d91 100644 --- a/patches/linux/6.18.29/0042-net-pcs-add-standalone-PCS-registration-infrastructu.patch +++ b/patches/linux/6.18.30/0042-net-pcs-add-standalone-PCS-registration-infrastructu.patch @@ -1,4 +1,4 @@ -From 083fa7745e2f2016c9b6f7627552d91e8fcc6353 Mon Sep 17 00:00:00 2001 +From 2ff408b95692a22b969c0ff3127005f72c1788c4 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.29/0043-net-pcs-add-MediaTek-MT7988-USXGMII-PCS-driver.patch b/patches/linux/6.18.30/0043-net-pcs-add-MediaTek-MT7988-USXGMII-PCS-driver.patch similarity index 99% rename from patches/linux/6.18.29/0043-net-pcs-add-MediaTek-MT7988-USXGMII-PCS-driver.patch rename to patches/linux/6.18.30/0043-net-pcs-add-MediaTek-MT7988-USXGMII-PCS-driver.patch index 1c353e15f..1d13ac48e 100644 --- a/patches/linux/6.18.29/0043-net-pcs-add-MediaTek-MT7988-USXGMII-PCS-driver.patch +++ b/patches/linux/6.18.30/0043-net-pcs-add-MediaTek-MT7988-USXGMII-PCS-driver.patch @@ -1,4 +1,4 @@ -From 9aaedc9fdd50c31ed777af736ebb939d10c49b4b Mon Sep 17 00:00:00 2001 +From 4b43e30d87be0d4c0ee11ca8610ef977dbe2ed0a 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.29/0044-net-ethernet-mediatek-add-USXGMII-support-for-MT7988.patch b/patches/linux/6.18.30/0044-net-ethernet-mediatek-add-USXGMII-support-for-MT7988.patch similarity index 99% rename from patches/linux/6.18.29/0044-net-ethernet-mediatek-add-USXGMII-support-for-MT7988.patch rename to patches/linux/6.18.30/0044-net-ethernet-mediatek-add-USXGMII-support-for-MT7988.patch index 1f5e1a352..17212e73a 100644 --- a/patches/linux/6.18.29/0044-net-ethernet-mediatek-add-USXGMII-support-for-MT7988.patch +++ b/patches/linux/6.18.30/0044-net-ethernet-mediatek-add-USXGMII-support-for-MT7988.patch @@ -1,4 +1,4 @@ -From e3c7dec00adea70f563c13471d6ac5de16785d35 Mon Sep 17 00:00:00 2001 +From 174890d59f027a78857e36abe3b85c3ce09d5b04 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.29/0045-arm64-dts-mediatek-mt7988a-add-USXGMII-PCS-nodes.patch b/patches/linux/6.18.30/0045-arm64-dts-mediatek-mt7988a-add-USXGMII-PCS-nodes.patch similarity index 96% rename from patches/linux/6.18.29/0045-arm64-dts-mediatek-mt7988a-add-USXGMII-PCS-nodes.patch rename to patches/linux/6.18.30/0045-arm64-dts-mediatek-mt7988a-add-USXGMII-PCS-nodes.patch index 8fbf13e83..a90077bc2 100644 --- a/patches/linux/6.18.29/0045-arm64-dts-mediatek-mt7988a-add-USXGMII-PCS-nodes.patch +++ b/patches/linux/6.18.30/0045-arm64-dts-mediatek-mt7988a-add-USXGMII-PCS-nodes.patch @@ -1,4 +1,4 @@ -From f1abc9e291f60da522212f0c1ada66ac7d82b12a Mon Sep 17 00:00:00 2001 +From c3b4b52edb4a7074ba67dbf1a194787cc51dffcc 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.29/0046-arm64-dts-mediatek-bananapi-bpi-r4-enable-SFP-ports-.patch b/patches/linux/6.18.30/0046-arm64-dts-mediatek-bananapi-bpi-r4-enable-SFP-ports-.patch similarity index 97% rename from patches/linux/6.18.29/0046-arm64-dts-mediatek-bananapi-bpi-r4-enable-SFP-ports-.patch rename to patches/linux/6.18.30/0046-arm64-dts-mediatek-bananapi-bpi-r4-enable-SFP-ports-.patch index 6734927d7..37f818591 100644 --- a/patches/linux/6.18.29/0046-arm64-dts-mediatek-bananapi-bpi-r4-enable-SFP-ports-.patch +++ b/patches/linux/6.18.30/0046-arm64-dts-mediatek-bananapi-bpi-r4-enable-SFP-ports-.patch @@ -1,4 +1,4 @@ -From e5b73dba6528d87dfb91912dc608d25d73a7d9a3 Mon Sep 17 00:00:00 2001 +From 40e49aecc6a7a8549ab4211aa7f69d36c9933b0f 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.29/0047-net-phy-sfp-add-OEM-SFP-10G-T-I-quirk.patch b/patches/linux/6.18.30/0047-net-phy-sfp-add-OEM-SFP-10G-T-I-quirk.patch similarity index 97% rename from patches/linux/6.18.29/0047-net-phy-sfp-add-OEM-SFP-10G-T-I-quirk.patch rename to patches/linux/6.18.30/0047-net-phy-sfp-add-OEM-SFP-10G-T-I-quirk.patch index f8b35393c..b1244d968 100644 --- a/patches/linux/6.18.29/0047-net-phy-sfp-add-OEM-SFP-10G-T-I-quirk.patch +++ b/patches/linux/6.18.30/0047-net-phy-sfp-add-OEM-SFP-10G-T-I-quirk.patch @@ -1,4 +1,4 @@ -From baf5eb2c0138890b54bb631b4afa87dc7f45ef6b Mon Sep 17 00:00:00 2001 +From 21ca01e24e25bb995d9b2e232004d4b66706f7e7 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.29/0048-net-dsa-mv88e6xxx-Trap-PTP-frames-on-timestamping-po.patch b/patches/linux/6.18.30/0048-net-dsa-mv88e6xxx-Trap-PTP-frames-on-timestamping-po.patch similarity index 99% rename from patches/linux/6.18.29/0048-net-dsa-mv88e6xxx-Trap-PTP-frames-on-timestamping-po.patch rename to patches/linux/6.18.30/0048-net-dsa-mv88e6xxx-Trap-PTP-frames-on-timestamping-po.patch index 2897890f3..8fd4799b8 100644 --- a/patches/linux/6.18.29/0048-net-dsa-mv88e6xxx-Trap-PTP-frames-on-timestamping-po.patch +++ b/patches/linux/6.18.30/0048-net-dsa-mv88e6xxx-Trap-PTP-frames-on-timestamping-po.patch @@ -1,4 +1,4 @@ -From 60461a0918f1849cbad329c8d3abdcd8f7bd24d0 Mon Sep 17 00:00:00 2001 +From c12f4d8e2c8d5f3d75d515c99b071dd0ee6558b3 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.29/0049-wifi-mt76-mt7615-add-MODULE_DEVICE_TABLE-for-mt7622-.patch b/patches/linux/6.18.30/0049-wifi-mt76-mt7615-add-MODULE_DEVICE_TABLE-for-mt7622-.patch similarity index 94% rename from patches/linux/6.18.29/0049-wifi-mt76-mt7615-add-MODULE_DEVICE_TABLE-for-mt7622-.patch rename to patches/linux/6.18.30/0049-wifi-mt76-mt7615-add-MODULE_DEVICE_TABLE-for-mt7622-.patch index 066b7cf34..0dbbf444f 100644 --- a/patches/linux/6.18.29/0049-wifi-mt76-mt7615-add-MODULE_DEVICE_TABLE-for-mt7622-.patch +++ b/patches/linux/6.18.30/0049-wifi-mt76-mt7615-add-MODULE_DEVICE_TABLE-for-mt7622-.patch @@ -1,4 +1,4 @@ -From 39d50d3578c8e6993ea922d206aadd4801648b1c Mon Sep 17 00:00:00 2001 +From d3a9e338fb27fce269f4f3e0d052052dfae6234f 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.29/0050-PCI-mediatek-gen3-Fix-PERST-control-timing-during-sy.patch b/patches/linux/6.18.30/0050-PCI-mediatek-gen3-Fix-PERST-control-timing-during-sy.patch similarity index 97% rename from patches/linux/6.18.29/0050-PCI-mediatek-gen3-Fix-PERST-control-timing-during-sy.patch rename to patches/linux/6.18.30/0050-PCI-mediatek-gen3-Fix-PERST-control-timing-during-sy.patch index 9e9e786d1..e30a736f4 100644 --- a/patches/linux/6.18.29/0050-PCI-mediatek-gen3-Fix-PERST-control-timing-during-sy.patch +++ b/patches/linux/6.18.30/0050-PCI-mediatek-gen3-Fix-PERST-control-timing-during-sy.patch @@ -1,4 +1,4 @@ -From 86e9d951aca8c4e249c7dae08f9192da5c59653d Mon Sep 17 00:00:00 2001 +From 031e8612d1b81dd0a1842de0c771667c063b5abb 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 d7ec41bf8..6545af50d 100644 --- a/patches/linux/linux.hash +++ b/patches/linux/linux.hash @@ -1,2 +1,2 @@ # Calculated with utils/kernel-refresh.sh -sha256 c33ea75b1f3bc5fccab836790cd3684eab7057ff383464b5efd8a68ba622a83c linux-6.18.29.tar.xz +sha256 a8b3886ec3af573f7420b23d27390d4f2b0aac62e8da041662523ce2e7dfb3d4 linux-6.18.30.tar.xz