diff --git a/configs/aarch64_defconfig b/configs/aarch64_defconfig index 2b6a8736f..25d4f3818 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.19" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.20" 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 b3685faa2..ef867aeb9 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.19" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.20" 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 c29ffe95f..816ed9679 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.19" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.20" 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 4a0f4de3f..3b62ae7ed 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.19" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.20" 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 fb82a43eb..5ff245e54 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.19" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.20" 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 d58c963f9..3b5b4663f 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.19" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.20" 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 d31cfb65b..f81a2ecb9 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.19 (LTS) +- Upgrade Linux kernel to 6.18.20 (LTS) - Upgrade Buildroot to 2025.02.12 (LTS) - Upgrade FRR to 10.5.3 - Add support for [Banana Pi R64 Mini][BPI-R64], 5 port router with WiFi 5 diff --git a/patches/linux/6.18.19/0001-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch b/patches/linux/6.18.20/0001-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch similarity index 98% rename from patches/linux/6.18.19/0001-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch rename to patches/linux/6.18.20/0001-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch index 993c4dcd4..e20155a61 100644 --- a/patches/linux/6.18.19/0001-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch +++ b/patches/linux/6.18.20/0001-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch @@ -1,4 +1,4 @@ -From a8cc920ef01dd920f226015e49f4c6b0ad67ed00 Mon Sep 17 00:00:00 2001 +From 4668726493784ba2516ed7a0895bca9d92c902d0 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 19 Sep 2023 18:38:10 +0200 Subject: [PATCH 01/33] net: phy: marvell10g: Support firmware loading on diff --git a/patches/linux/6.18.19/0002-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch b/patches/linux/6.18.20/0002-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch similarity index 96% rename from patches/linux/6.18.19/0002-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch rename to patches/linux/6.18.20/0002-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch index 9e42f3645..e89d56ad5 100644 --- a/patches/linux/6.18.19/0002-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch +++ b/patches/linux/6.18.20/0002-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch @@ -1,4 +1,4 @@ -From cae5421299b06c3f4ade150ccc201e3836208f47 Mon Sep 17 00:00:00 2001 +From bc8058a8f55621f457277ea840c20cae1403dffa Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 21 Nov 2023 20:15:24 +0100 Subject: [PATCH 02/33] net: phy: marvell10g: Fix power-up when strapped to diff --git a/patches/linux/6.18.19/0003-net-phy-marvell10g-Add-LED-support-for-88X3310.patch b/patches/linux/6.18.20/0003-net-phy-marvell10g-Add-LED-support-for-88X3310.patch similarity index 99% rename from patches/linux/6.18.19/0003-net-phy-marvell10g-Add-LED-support-for-88X3310.patch rename to patches/linux/6.18.20/0003-net-phy-marvell10g-Add-LED-support-for-88X3310.patch index 872d13de7..f8f445cc4 100644 --- a/patches/linux/6.18.19/0003-net-phy-marvell10g-Add-LED-support-for-88X3310.patch +++ b/patches/linux/6.18.20/0003-net-phy-marvell10g-Add-LED-support-for-88X3310.patch @@ -1,4 +1,4 @@ -From 65c42b3ad4bd7802245399e7afa751a33fe253e7 Mon Sep 17 00:00:00 2001 +From dc7bb5be38924c26f498f67a52f9534f1fbe92d5 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 15 Nov 2023 20:58:42 +0100 Subject: [PATCH 03/33] net: phy: marvell10g: Add LED support for 88X3310 diff --git a/patches/linux/6.18.19/0004-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch b/patches/linux/6.18.20/0004-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch similarity index 97% rename from patches/linux/6.18.19/0004-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch rename to patches/linux/6.18.20/0004-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch index cef3f9451..9a925dd6e 100644 --- a/patches/linux/6.18.19/0004-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch +++ b/patches/linux/6.18.20/0004-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch @@ -1,4 +1,4 @@ -From 1514958db31399a72f75532667a776be06237e0c Mon Sep 17 00:00:00 2001 +From dcbbc30a5c0be8a471df6177f8ec8a8f75a6b88b Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 12 Dec 2023 09:51:05 +0100 Subject: [PATCH 04/33] net: phy: marvell10g: Support LEDs tied to a single diff --git a/patches/linux/6.18.19/0005-net-phy-Do-not-resume-PHY-when-attaching.patch b/patches/linux/6.18.20/0005-net-phy-Do-not-resume-PHY-when-attaching.patch similarity index 94% rename from patches/linux/6.18.19/0005-net-phy-Do-not-resume-PHY-when-attaching.patch rename to patches/linux/6.18.20/0005-net-phy-Do-not-resume-PHY-when-attaching.patch index 3d26c3cba..398a9c64e 100644 --- a/patches/linux/6.18.19/0005-net-phy-Do-not-resume-PHY-when-attaching.patch +++ b/patches/linux/6.18.20/0005-net-phy-Do-not-resume-PHY-when-attaching.patch @@ -1,4 +1,4 @@ -From 1ad44aa398708241d3e1c3b1a0f3558db932ca63 Mon Sep 17 00:00:00 2001 +From f7c433ea153eaacf21e59870cc9952e504e27ded Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 27 Mar 2024 10:10:19 +0100 Subject: [PATCH 05/33] net: phy: Do not resume PHY when attaching diff --git a/patches/linux/6.18.19/0006-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch b/patches/linux/6.18.20/0006-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch similarity index 99% rename from patches/linux/6.18.19/0006-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch rename to patches/linux/6.18.20/0006-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch index 40252040a..e00d4c665 100644 --- a/patches/linux/6.18.19/0006-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch +++ b/patches/linux/6.18.20/0006-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch @@ -1,4 +1,4 @@ -From e7cad81fe89a55f1c5a4ebb93034c058acd86cdd Mon Sep 17 00:00:00 2001 +From f6acd7c7e7649c22c2529cd45a125f96811275c5 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Mon, 4 Mar 2024 16:47:28 +0100 Subject: [PATCH 06/33] net: bridge: avoid classifying unknown multicast as diff --git a/patches/linux/6.18.19/0007-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch b/patches/linux/6.18.20/0007-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch similarity index 95% rename from patches/linux/6.18.19/0007-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch rename to patches/linux/6.18.20/0007-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch index 1b633693d..5d017ef51 100644 --- a/patches/linux/6.18.19/0007-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch +++ b/patches/linux/6.18.20/0007-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch @@ -1,4 +1,4 @@ -From c397f3bb79e6d814cf3f5a40fcc7d3239b6b949a Mon Sep 17 00:00:00 2001 +From 831983650ef0f60d63db154148812691c315fbd0 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Tue, 5 Mar 2024 06:44:41 +0100 Subject: [PATCH 07/33] net: bridge: Ignore router ports when forwarding L2 diff --git a/patches/linux/6.18.19/0008-net-bridge-drop-delay-for-applying-strict-multicast-.patch b/patches/linux/6.18.20/0008-net-bridge-drop-delay-for-applying-strict-multicast-.patch similarity index 99% rename from patches/linux/6.18.19/0008-net-bridge-drop-delay-for-applying-strict-multicast-.patch rename to patches/linux/6.18.20/0008-net-bridge-drop-delay-for-applying-strict-multicast-.patch index e41c26dfb..fc0e49bc9 100644 --- a/patches/linux/6.18.19/0008-net-bridge-drop-delay-for-applying-strict-multicast-.patch +++ b/patches/linux/6.18.20/0008-net-bridge-drop-delay-for-applying-strict-multicast-.patch @@ -1,4 +1,4 @@ -From ed0aeec626acf12c17627d2b8bf85a30a81e5358 Mon Sep 17 00:00:00 2001 +From 6784037db86d8c0d0bd7b492b9d2374abe1efe6e Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Thu, 4 Apr 2024 16:36:30 +0200 Subject: [PATCH 08/33] net: bridge: drop delay for applying strict multicast diff --git a/patches/linux/6.18.19/0009-net-bridge-Differentiate-MDB-additions-from-modifica.patch b/patches/linux/6.18.20/0009-net-bridge-Differentiate-MDB-additions-from-modifica.patch similarity index 98% rename from patches/linux/6.18.19/0009-net-bridge-Differentiate-MDB-additions-from-modifica.patch rename to patches/linux/6.18.20/0009-net-bridge-Differentiate-MDB-additions-from-modifica.patch index c0f07cd42..f8cf3906d 100644 --- a/patches/linux/6.18.19/0009-net-bridge-Differentiate-MDB-additions-from-modifica.patch +++ b/patches/linux/6.18.20/0009-net-bridge-Differentiate-MDB-additions-from-modifica.patch @@ -1,4 +1,4 @@ -From 1b7f1065880166515dc307fe635528a9e5f69437 Mon Sep 17 00:00:00 2001 +From 19f62bfa78c412c7176bcb7eb97f39ea3619dfba Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Thu, 16 May 2024 14:51:54 +0200 Subject: [PATCH 09/33] net: bridge: Differentiate MDB additions from diff --git a/patches/linux/6.18.19/0010-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch b/patches/linux/6.18.20/0010-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch similarity index 96% rename from patches/linux/6.18.19/0010-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch rename to patches/linux/6.18.20/0010-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch index 78db7c186..b4e1cd8b4 100644 --- a/patches/linux/6.18.19/0010-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch +++ b/patches/linux/6.18.20/0010-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch @@ -1,4 +1,4 @@ -From bf92848d4d49811e49ece0f32e053ebbb3f00e8f Mon Sep 17 00:00:00 2001 +From a8e238867595ab85d809430988556e295f58dac0 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Fri, 24 Nov 2023 23:29:55 +0100 Subject: [PATCH 10/33] nvmem: layouts: onie-tlv: Let device probe even when diff --git a/patches/linux/6.18.19/0011-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch b/patches/linux/6.18.20/0011-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch similarity index 95% rename from patches/linux/6.18.19/0011-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch rename to patches/linux/6.18.20/0011-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch index 7c6181da6..69b3e426f 100644 --- a/patches/linux/6.18.19/0011-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch +++ b/patches/linux/6.18.20/0011-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch @@ -1,4 +1,4 @@ -From d06303458957c507146e5932a27e08dff03b2256 Mon Sep 17 00:00:00 2001 +From 4ce3d5eff536faba3312f013591fab01d02b85f7 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Sun, 11 Aug 2024 11:27:35 +0200 Subject: [PATCH 11/33] net: usb: r8152: add r8153b support for link/activity diff --git a/patches/linux/6.18.19/0012-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch b/patches/linux/6.18.20/0012-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch similarity index 96% rename from patches/linux/6.18.19/0012-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch rename to patches/linux/6.18.20/0012-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch index 4c763a0ca..7c2327fec 100644 --- a/patches/linux/6.18.19/0012-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch +++ b/patches/linux/6.18.20/0012-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch @@ -1,4 +1,4 @@ -From b2d1a89f78db2a5f418a8e04321c2b145f618882 Mon Sep 17 00:00:00 2001 +From c94d33462384a20397a8a8e6e2def4a839df1ba7 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Sun, 10 Aug 2025 18:52:54 +0200 Subject: [PATCH 12/33] arm64: dts: mediatek: mt7986a: rename BPi R3 ports to diff --git a/patches/linux/6.18.19/0013-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch b/patches/linux/6.18.20/0013-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch similarity index 98% rename from patches/linux/6.18.19/0013-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch rename to patches/linux/6.18.20/0013-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch index 19c8be415..d93aa3f8c 100644 --- a/patches/linux/6.18.19/0013-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch +++ b/patches/linux/6.18.20/0013-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch @@ -1,4 +1,4 @@ -From 3ca3bff0a0280007c45c3d61739c4eb394a9d468 Mon Sep 17 00:00:00 2001 +From 7d5a7b1ffb255c6822f6dfa5b605a2778ac99622 Mon Sep 17 00:00:00 2001 From: Mattias Walström Date: Wed, 20 Aug 2025 21:38:24 +0200 Subject: [PATCH 13/33] drm/panel-simple: Add a timing for the Raspberry Pi 7" diff --git a/patches/linux/6.18.19/0014-input-touchscreen-edt-ft5x06-Add-polled-mode.patch b/patches/linux/6.18.20/0014-input-touchscreen-edt-ft5x06-Add-polled-mode.patch similarity index 98% rename from patches/linux/6.18.19/0014-input-touchscreen-edt-ft5x06-Add-polled-mode.patch rename to patches/linux/6.18.20/0014-input-touchscreen-edt-ft5x06-Add-polled-mode.patch index 47269d299..501ea6891 100644 --- a/patches/linux/6.18.19/0014-input-touchscreen-edt-ft5x06-Add-polled-mode.patch +++ b/patches/linux/6.18.20/0014-input-touchscreen-edt-ft5x06-Add-polled-mode.patch @@ -1,4 +1,4 @@ -From 082762f22acd21585118affb448a307af705c4c4 Mon Sep 17 00:00:00 2001 +From 49040c4d65154c886af6c36a105dfa2b11e98c8e Mon Sep 17 00:00:00 2001 From: Mattias Walström Date: Thu, 21 Aug 2025 11:20:23 +0200 Subject: [PATCH 14/33] input:touchscreen:edt-ft5x06: Add polled mode diff --git a/patches/linux/6.18.19/0015-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch b/patches/linux/6.18.20/0015-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch similarity index 94% rename from patches/linux/6.18.19/0015-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch rename to patches/linux/6.18.20/0015-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch index 2a4f13e29..229432f73 100644 --- a/patches/linux/6.18.19/0015-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch +++ b/patches/linux/6.18.20/0015-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch @@ -1,4 +1,4 @@ -From d71c111382594d72db3cd95e9c1edf077095e543 Mon Sep 17 00:00:00 2001 +From 90ac990a7e6439ee6e89cd443ba31c627acd838b Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 12 Mar 2024 10:27:24 +0100 Subject: [PATCH 15/33] [FIX] net: dsa: mv88e6xxx: Fix timeout on waiting for diff --git a/patches/linux/6.18.19/0016-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch b/patches/linux/6.18.20/0016-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch similarity index 99% rename from patches/linux/6.18.19/0016-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch rename to patches/linux/6.18.20/0016-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch index fc2f9a7d0..bbe9ee65b 100644 --- a/patches/linux/6.18.19/0016-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch +++ b/patches/linux/6.18.20/0016-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch @@ -1,4 +1,4 @@ -From 93ac78c4273494a04929152854fa83c854a7c7c5 Mon Sep 17 00:00:00 2001 +From d2ec2b3a83a805f12c69e79e40631dd05522a1d0 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 27 Mar 2024 15:52:43 +0100 Subject: [PATCH 16/33] net: dsa: mv88e6xxx: Improve indirect register access diff --git a/patches/linux/6.18.19/0017-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch b/patches/linux/6.18.20/0017-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch similarity index 95% rename from patches/linux/6.18.19/0017-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch rename to patches/linux/6.18.20/0017-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch index 70b8f29ea..168a02e2e 100644 --- a/patches/linux/6.18.19/0017-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch +++ b/patches/linux/6.18.20/0017-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch @@ -1,4 +1,4 @@ -From 6024ed7e67e19751cad30d33a121e98f2ea5971d Mon Sep 17 00:00:00 2001 +From 4a9f724a4b4c0d6f7aa2e394ea510898a101b9db Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Mon, 22 Apr 2024 23:18:01 +0200 Subject: [PATCH 17/33] net: dsa: mv88e6xxx: Honor ports being managed via diff --git a/patches/linux/6.18.19/0018-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch b/patches/linux/6.18.20/0018-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch similarity index 98% rename from patches/linux/6.18.19/0018-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch rename to patches/linux/6.18.20/0018-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch index 00461b053..ed8e1e584 100644 --- a/patches/linux/6.18.19/0018-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch +++ b/patches/linux/6.18.20/0018-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch @@ -1,4 +1,4 @@ -From 3c2c74c0bf98bfe527a299a90ecd0bfe4214c46a Mon Sep 17 00:00:00 2001 +From 07a36716fcc4325eafeef93ace4171971d830747 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 24 Apr 2024 22:41:04 +0200 Subject: [PATCH 18/33] net: dsa: mv88e6xxx: Limit rsvd2cpu policy to user diff --git a/patches/linux/6.18.19/0019-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch b/patches/linux/6.18.20/0019-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch similarity index 95% rename from patches/linux/6.18.19/0019-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch rename to patches/linux/6.18.20/0019-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch index e5b7cf0c8..cfba9d053 100644 --- a/patches/linux/6.18.19/0019-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch +++ b/patches/linux/6.18.20/0019-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch @@ -1,4 +1,4 @@ -From 5298d89dc1361f7817c8618287d3cfbb202f6c63 Mon Sep 17 00:00:00 2001 +From d5e22b33a9a2ce021c23b991f6d305535659f62d Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 28 May 2024 10:38:42 +0200 Subject: [PATCH 19/33] net: dsa: tag_dsa: Use tag priority as initial diff --git a/patches/linux/6.18.19/0020-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch b/patches/linux/6.18.20/0020-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch similarity index 97% rename from patches/linux/6.18.19/0020-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch rename to patches/linux/6.18.20/0020-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch index 0e8670cd9..b58f99b99 100644 --- a/patches/linux/6.18.19/0020-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch +++ b/patches/linux/6.18.20/0020-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch @@ -1,4 +1,4 @@ -From aa03aaee0a1051f581e91e1ab2d9439a62c1e0c2 Mon Sep 17 00:00:00 2001 +From ab8b7eb1c7bb7b37c21a4041266eaba9466d6a74 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 16 Jan 2024 16:00:55 +0100 Subject: [PATCH 20/33] net: dsa: Support MDB memberships whose L2 addresses diff --git a/patches/linux/6.18.19/0021-net-dsa-Support-EtherType-based-priority-overrides.patch b/patches/linux/6.18.20/0021-net-dsa-Support-EtherType-based-priority-overrides.patch similarity index 98% rename from patches/linux/6.18.19/0021-net-dsa-Support-EtherType-based-priority-overrides.patch rename to patches/linux/6.18.20/0021-net-dsa-Support-EtherType-based-priority-overrides.patch index fd9c951f7..36728f021 100644 --- a/patches/linux/6.18.19/0021-net-dsa-Support-EtherType-based-priority-overrides.patch +++ b/patches/linux/6.18.20/0021-net-dsa-Support-EtherType-based-priority-overrides.patch @@ -1,4 +1,4 @@ -From 49602c975323d90a5fa8763c6774bd6fb4339dec Mon Sep 17 00:00:00 2001 +From 499ad7204f48cb5c603433dba26a744f12640a5b Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Thu, 21 Mar 2024 19:12:15 +0100 Subject: [PATCH 21/33] net: dsa: Support EtherType based priority overrides diff --git a/patches/linux/6.18.19/0022-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch b/patches/linux/6.18.20/0022-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch similarity index 99% rename from patches/linux/6.18.19/0022-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch rename to patches/linux/6.18.20/0022-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch index ddea22f0a..e196832b6 100644 --- a/patches/linux/6.18.19/0022-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch +++ b/patches/linux/6.18.20/0022-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch @@ -1,4 +1,4 @@ -From a2a053586aae8c594b7d22bc69248fbc891f8567 Mon Sep 17 00:00:00 2001 +From 69f70466980bd5c353409e193a2c19c358c0929a Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Fri, 22 Mar 2024 16:15:43 +0100 Subject: [PATCH 22/33] net: dsa: mv88e6xxx: Support EtherType based priority diff --git a/patches/linux/6.18.19/0023-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch b/patches/linux/6.18.20/0023-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch similarity index 98% rename from patches/linux/6.18.19/0023-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch rename to patches/linux/6.18.20/0023-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch index 8606dccc2..8e42922a2 100644 --- a/patches/linux/6.18.19/0023-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch +++ b/patches/linux/6.18.20/0023-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch @@ -1,4 +1,4 @@ -From 08810d351d280e2d35488360cf0e3328fbc9c581 Mon Sep 17 00:00:00 2001 +From 41855c1f180b217a236e3d92d1ac6b6e1e08c070 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 28 May 2024 11:04:22 +0200 Subject: [PATCH 23/33] net: dsa: mv88e6xxx: Add mqprio qdisc support diff --git a/patches/linux/6.18.19/0024-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch b/patches/linux/6.18.20/0024-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch similarity index 97% rename from patches/linux/6.18.19/0024-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch rename to patches/linux/6.18.20/0024-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch index 6508f7029..89a765ce1 100644 --- a/patches/linux/6.18.19/0024-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch +++ b/patches/linux/6.18.20/0024-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch @@ -1,4 +1,4 @@ -From 16410ebae94532d14a42c274902def73355ae379 Mon Sep 17 00:00:00 2001 +From 3185c2165c0edccf2c6bae56ddd2a999df64cbac Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 29 May 2024 13:20:41 +0200 Subject: [PATCH 24/33] net: dsa: mv88e6xxx: Use VLAN prio over IP when both diff --git a/patches/linux/6.18.19/0025-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch b/patches/linux/6.18.20/0025-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch similarity index 98% rename from patches/linux/6.18.19/0025-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch rename to patches/linux/6.18.20/0025-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch index 6766c9dbc..95b36e923 100644 --- a/patches/linux/6.18.19/0025-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch +++ b/patches/linux/6.18.20/0025-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch @@ -1,4 +1,4 @@ -From 245e1d2b4b34c02a2610bd0192099afd7f6b10e9 Mon Sep 17 00:00:00 2001 +From d555f8b87056df9b903fe47275b15e491b351ac1 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 26 Nov 2024 19:45:59 +0100 Subject: [PATCH 25/33] [FIX] net: dsa: mv88e6xxx: Trap locally terminated diff --git a/patches/linux/6.18.19/0026-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch b/patches/linux/6.18.20/0026-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch similarity index 95% rename from patches/linux/6.18.19/0026-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch rename to patches/linux/6.18.20/0026-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch index 11b845b6a..91d1fab95 100644 --- a/patches/linux/6.18.19/0026-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch +++ b/patches/linux/6.18.20/0026-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch @@ -1,4 +1,4 @@ -From 0a5b5e5b350705757e158f1ca790684352b51404 Mon Sep 17 00:00:00 2001 +From e930f7a0eff1692b5d58ec284f9c7d0c31275ae9 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Thu, 16 Jan 2025 12:35:12 +0100 Subject: [PATCH 26/33] net: dsa: mv88e6xxx: collapse disabled state into diff --git a/patches/linux/6.18.19/0027-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch b/patches/linux/6.18.20/0027-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch similarity index 98% rename from patches/linux/6.18.19/0027-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch rename to patches/linux/6.18.20/0027-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch index 5eb993d0f..3a0a9fa11 100644 --- a/patches/linux/6.18.19/0027-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch +++ b/patches/linux/6.18.20/0027-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch @@ -1,4 +1,4 @@ -From 39d22d60cf5fd74ba7e35f1f78fe09c0356ff435 Mon Sep 17 00:00:00 2001 +From c1c84af10118505091df62a950efb99690ed362b Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 12 Feb 2025 22:03:14 +0100 Subject: [PATCH 27/33] net: dsa: mv88e6xxx: Only activate LAG offloading when diff --git a/patches/linux/6.18.19/0028-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch b/patches/linux/6.18.20/0028-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch similarity index 99% rename from patches/linux/6.18.19/0028-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch rename to patches/linux/6.18.20/0028-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch index 7e8f664a3..4dbdb0b29 100644 --- a/patches/linux/6.18.19/0028-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch +++ b/patches/linux/6.18.20/0028-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch @@ -1,4 +1,4 @@ -From be69a1fbf2e0ba6f4366647de83c764b36a7da7f Mon Sep 17 00:00:00 2001 +From 605da9ce56486f8f5580f7704116f8304461f1c3 Mon Sep 17 00:00:00 2001 From: Mattias Walström Date: Wed, 14 Jan 2026 18:22:41 +0100 Subject: [PATCH 28/33] net: dsa: mv88e6xxx: Add LED support for 6393X diff --git a/patches/linux/6.18.19/0029-wifi-brcmfmac-support-deletion-and-recreation-of-pri.patch b/patches/linux/6.18.20/0029-wifi-brcmfmac-support-deletion-and-recreation-of-pri.patch similarity index 99% rename from patches/linux/6.18.19/0029-wifi-brcmfmac-support-deletion-and-recreation-of-pri.patch rename to patches/linux/6.18.20/0029-wifi-brcmfmac-support-deletion-and-recreation-of-pri.patch index d7b13dd50..7a914b520 100644 --- a/patches/linux/6.18.19/0029-wifi-brcmfmac-support-deletion-and-recreation-of-pri.patch +++ b/patches/linux/6.18.20/0029-wifi-brcmfmac-support-deletion-and-recreation-of-pri.patch @@ -1,4 +1,4 @@ -From ac4cc01e54b1c26c1b2a1c959f0b5a2bc529707e Mon Sep 17 00:00:00 2001 +From e620a12a5832df077973ac483e4668a22527367e Mon Sep 17 00:00:00 2001 From: Mattias Walström Date: Thu, 15 Jan 2026 22:47:37 +0100 Subject: [PATCH 29/33] wifi: brcmfmac: support deletion and recreation of diff --git a/patches/linux/6.18.19/0030-wifi-brcmfmac-check-connection-state-before-querying.patch b/patches/linux/6.18.20/0030-wifi-brcmfmac-check-connection-state-before-querying.patch similarity index 96% rename from patches/linux/6.18.19/0030-wifi-brcmfmac-check-connection-state-before-querying.patch rename to patches/linux/6.18.20/0030-wifi-brcmfmac-check-connection-state-before-querying.patch index 9f1048b18..9bb86a830 100644 --- a/patches/linux/6.18.19/0030-wifi-brcmfmac-check-connection-state-before-querying.patch +++ b/patches/linux/6.18.20/0030-wifi-brcmfmac-check-connection-state-before-querying.patch @@ -1,4 +1,4 @@ -From 3a4aa78c04813bc2906aa097324678b370a05dfc Mon Sep 17 00:00:00 2001 +From 75b44164bdbdc132afad8603cbf9f331071fec3b Mon Sep 17 00:00:00 2001 From: Mattias Walström Date: Mon, 19 Jan 2026 13:06:53 +0100 Subject: [PATCH 30/33] wifi: brcmfmac: check connection state before querying diff --git a/patches/linux/6.18.19/0031-wifi-brcmfmac-suppress-log-spam-for-regulatory-restr.patch b/patches/linux/6.18.20/0031-wifi-brcmfmac-suppress-log-spam-for-regulatory-restr.patch similarity index 96% rename from patches/linux/6.18.19/0031-wifi-brcmfmac-suppress-log-spam-for-regulatory-restr.patch rename to patches/linux/6.18.20/0031-wifi-brcmfmac-suppress-log-spam-for-regulatory-restr.patch index 039423624..41ae30740 100644 --- a/patches/linux/6.18.19/0031-wifi-brcmfmac-suppress-log-spam-for-regulatory-restr.patch +++ b/patches/linux/6.18.20/0031-wifi-brcmfmac-suppress-log-spam-for-regulatory-restr.patch @@ -1,4 +1,4 @@ -From 1747b9e72de317f4631d158af3482344fd120685 Mon Sep 17 00:00:00 2001 +From 4cff83ac73c67f4f97d167fbe128cc82b7249767 Mon Sep 17 00:00:00 2001 From: Mattias Walström Date: Tue, 20 Jan 2026 20:12:10 +0100 Subject: [PATCH 31/33] wifi: brcmfmac: suppress log spam for diff --git a/patches/linux/6.18.19/0032-wifi-brcmfmac-reduce-log-noise-during-AP-to-station-.patch b/patches/linux/6.18.20/0032-wifi-brcmfmac-reduce-log-noise-during-AP-to-station-.patch similarity index 97% rename from patches/linux/6.18.19/0032-wifi-brcmfmac-reduce-log-noise-during-AP-to-station-.patch rename to patches/linux/6.18.20/0032-wifi-brcmfmac-reduce-log-noise-during-AP-to-station-.patch index 22add7eb3..07802dfd8 100644 --- a/patches/linux/6.18.19/0032-wifi-brcmfmac-reduce-log-noise-during-AP-to-station-.patch +++ b/patches/linux/6.18.20/0032-wifi-brcmfmac-reduce-log-noise-during-AP-to-station-.patch @@ -1,4 +1,4 @@ -From 2f716e1bfbffd9237115b9fcd870d3170d439e51 Mon Sep 17 00:00:00 2001 +From c547b6205e3e30b9d3a9904223dbf634abd53177 Mon Sep 17 00:00:00 2001 From: Mattias Walström Date: Tue, 20 Jan 2026 20:18:45 +0100 Subject: [PATCH 32/33] wifi: brcmfmac: reduce log noise during AP to station diff --git a/patches/linux/6.18.19/0033-net-phy-air_en8811h-add-OF-device-table-for-auto-loa.patch b/patches/linux/6.18.20/0033-net-phy-air_en8811h-add-OF-device-table-for-auto-loa.patch similarity index 95% rename from patches/linux/6.18.19/0033-net-phy-air_en8811h-add-OF-device-table-for-auto-loa.patch rename to patches/linux/6.18.20/0033-net-phy-air_en8811h-add-OF-device-table-for-auto-loa.patch index 2fb05bda2..dd5099c6a 100644 --- a/patches/linux/6.18.19/0033-net-phy-air_en8811h-add-OF-device-table-for-auto-loa.patch +++ b/patches/linux/6.18.20/0033-net-phy-air_en8811h-add-OF-device-table-for-auto-loa.patch @@ -1,4 +1,4 @@ -From 98aa7d9e054a3cdd5eacc172f29116f194867c5f Mon Sep 17 00:00:00 2001 +From 7781b27f599304a6cedd0aa24444ac946f8dfa9f Mon Sep 17 00:00:00 2001 From: Mattias Walström Date: Tue, 17 Feb 2026 21:59:59 +0100 Subject: [PATCH 33/33] net: phy: air_en8811h: add OF device table for diff --git a/patches/linux/linux.hash b/patches/linux/linux.hash index efbb21b78..4ae685027 100644 --- a/patches/linux/linux.hash +++ b/patches/linux/linux.hash @@ -1,2 +1,2 @@ # Calculated with utils/kernel-refresh.sh -sha256 eaaf78271cd07c68ad9c4c9a70c72718b33abbd716239d82bac96b1751eb090c linux-6.18.19.tar.xz +sha256 837a5abd98e46078a0ae1400e2daad89ece45cc3209037b09c2265dab2393553 linux-6.18.20.tar.xz