diff --git a/configs/aarch64_defconfig b/configs/aarch64_defconfig index 0d9ff6920..1f2840aa4 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.9" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.10" 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 af01486f6..98c203321 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.9" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.10" 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 d0a8db975..d977ffe9f 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.9" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.10" 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 0eac09603..8d5ea15a1 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.9" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.10" 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 c64156302..2035958df 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.9" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.10" 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 2fa921ecf..5907b1af2 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.9" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.10" 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 7cc4529b8..eff455770 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.9 (LTS) +- Upgrade Linux kernel to 6.18.10 (LTS) - Add support for Microchip SAMA7G54-EK Evaluation Kit, Arm Cortex-A7 - Add GPS/GNSS receiver support with NTP reference clock integration diff --git a/patches/linux/6.18.9/0001-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch b/patches/linux/6.18.10/0001-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch similarity index 98% rename from patches/linux/6.18.9/0001-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch rename to patches/linux/6.18.10/0001-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch index c573000df..d5d76d0e9 100644 --- a/patches/linux/6.18.9/0001-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch +++ b/patches/linux/6.18.10/0001-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch @@ -1,4 +1,4 @@ -From 01ecd19a1eef83b51233263c61d9421194e28ad4 Mon Sep 17 00:00:00 2001 +From a72ef26ae7009b59cdff695846ae7cb606c1bea5 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 19 Sep 2023 18:38:10 +0200 Subject: [PATCH 01/32] net: phy: marvell10g: Support firmware loading on diff --git a/patches/linux/6.18.9/0002-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch b/patches/linux/6.18.10/0002-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch similarity index 96% rename from patches/linux/6.18.9/0002-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch rename to patches/linux/6.18.10/0002-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch index fa56d6139..d9b4c5ad6 100644 --- a/patches/linux/6.18.9/0002-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch +++ b/patches/linux/6.18.10/0002-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch @@ -1,4 +1,4 @@ -From da6b1c5e90ee7e08ee2fcba30c14ab3f469ebea0 Mon Sep 17 00:00:00 2001 +From ab685a9fe62bf736296f8a88f940a9a81fe4fbfb Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 21 Nov 2023 20:15:24 +0100 Subject: [PATCH 02/32] net: phy: marvell10g: Fix power-up when strapped to diff --git a/patches/linux/6.18.9/0003-net-phy-marvell10g-Add-LED-support-for-88X3310.patch b/patches/linux/6.18.10/0003-net-phy-marvell10g-Add-LED-support-for-88X3310.patch similarity index 99% rename from patches/linux/6.18.9/0003-net-phy-marvell10g-Add-LED-support-for-88X3310.patch rename to patches/linux/6.18.10/0003-net-phy-marvell10g-Add-LED-support-for-88X3310.patch index 9ee0a8036..751983782 100644 --- a/patches/linux/6.18.9/0003-net-phy-marvell10g-Add-LED-support-for-88X3310.patch +++ b/patches/linux/6.18.10/0003-net-phy-marvell10g-Add-LED-support-for-88X3310.patch @@ -1,4 +1,4 @@ -From 5e3da9a47ebcb663bd9c7c379ae1541c7a5e6cb5 Mon Sep 17 00:00:00 2001 +From 6a1bf66c1be73a55ca6686276ca3539959761c31 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 15 Nov 2023 20:58:42 +0100 Subject: [PATCH 03/32] net: phy: marvell10g: Add LED support for 88X3310 diff --git a/patches/linux/6.18.9/0004-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch b/patches/linux/6.18.10/0004-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch similarity index 97% rename from patches/linux/6.18.9/0004-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch rename to patches/linux/6.18.10/0004-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch index d24be06d6..0b496c6b4 100644 --- a/patches/linux/6.18.9/0004-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch +++ b/patches/linux/6.18.10/0004-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch @@ -1,4 +1,4 @@ -From 30d3f1aafc4f3097a16e720638b8bd4a25c83cd4 Mon Sep 17 00:00:00 2001 +From 88209c5ad13dd36641080a643c83c9aaa8bc82f9 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 12 Dec 2023 09:51:05 +0100 Subject: [PATCH 04/32] net: phy: marvell10g: Support LEDs tied to a single diff --git a/patches/linux/6.18.9/0005-net-phy-Do-not-resume-PHY-when-attaching.patch b/patches/linux/6.18.10/0005-net-phy-Do-not-resume-PHY-when-attaching.patch similarity index 94% rename from patches/linux/6.18.9/0005-net-phy-Do-not-resume-PHY-when-attaching.patch rename to patches/linux/6.18.10/0005-net-phy-Do-not-resume-PHY-when-attaching.patch index 9a274973c..b3bef3c61 100644 --- a/patches/linux/6.18.9/0005-net-phy-Do-not-resume-PHY-when-attaching.patch +++ b/patches/linux/6.18.10/0005-net-phy-Do-not-resume-PHY-when-attaching.patch @@ -1,4 +1,4 @@ -From f908bc7ee222332b6feef43f8a026c562cd7fa2d Mon Sep 17 00:00:00 2001 +From 857202fed429cfb1d1c3c8a118e85811162b1126 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 27 Mar 2024 10:10:19 +0100 Subject: [PATCH 05/32] net: phy: Do not resume PHY when attaching diff --git a/patches/linux/6.18.9/0006-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch b/patches/linux/6.18.10/0006-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch similarity index 99% rename from patches/linux/6.18.9/0006-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch rename to patches/linux/6.18.10/0006-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch index fefb57299..100067cf6 100644 --- a/patches/linux/6.18.9/0006-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch +++ b/patches/linux/6.18.10/0006-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch @@ -1,4 +1,4 @@ -From d76143b30eae2fb2e8a535e593b8ccb6c789b2d4 Mon Sep 17 00:00:00 2001 +From 9453d812ba27705b787c252fdeff8f7486ff479c Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Mon, 4 Mar 2024 16:47:28 +0100 Subject: [PATCH 06/32] net: bridge: avoid classifying unknown multicast as diff --git a/patches/linux/6.18.9/0007-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch b/patches/linux/6.18.10/0007-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch similarity index 95% rename from patches/linux/6.18.9/0007-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch rename to patches/linux/6.18.10/0007-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch index f3d908737..cf6b76a99 100644 --- a/patches/linux/6.18.9/0007-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch +++ b/patches/linux/6.18.10/0007-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch @@ -1,4 +1,4 @@ -From efc744a743bcdd671a331c37e19b4b95d26e2475 Mon Sep 17 00:00:00 2001 +From 20f0272c8e28556c3b15b2c882910afdcfb86e29 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Tue, 5 Mar 2024 06:44:41 +0100 Subject: [PATCH 07/32] net: bridge: Ignore router ports when forwarding L2 diff --git a/patches/linux/6.18.9/0008-net-bridge-drop-delay-for-applying-strict-multicast-.patch b/patches/linux/6.18.10/0008-net-bridge-drop-delay-for-applying-strict-multicast-.patch similarity index 99% rename from patches/linux/6.18.9/0008-net-bridge-drop-delay-for-applying-strict-multicast-.patch rename to patches/linux/6.18.10/0008-net-bridge-drop-delay-for-applying-strict-multicast-.patch index ea5e9dcbe..7cb081dfe 100644 --- a/patches/linux/6.18.9/0008-net-bridge-drop-delay-for-applying-strict-multicast-.patch +++ b/patches/linux/6.18.10/0008-net-bridge-drop-delay-for-applying-strict-multicast-.patch @@ -1,4 +1,4 @@ -From 3bfac6800f93cfe9b8cf07a9df00142da281c5c9 Mon Sep 17 00:00:00 2001 +From 9059ff45a0d043edd5012da030c0533b74fd8004 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Thu, 4 Apr 2024 16:36:30 +0200 Subject: [PATCH 08/32] net: bridge: drop delay for applying strict multicast diff --git a/patches/linux/6.18.9/0009-net-bridge-Differentiate-MDB-additions-from-modifica.patch b/patches/linux/6.18.10/0009-net-bridge-Differentiate-MDB-additions-from-modifica.patch similarity index 98% rename from patches/linux/6.18.9/0009-net-bridge-Differentiate-MDB-additions-from-modifica.patch rename to patches/linux/6.18.10/0009-net-bridge-Differentiate-MDB-additions-from-modifica.patch index dffd422f9..c962e9fcb 100644 --- a/patches/linux/6.18.9/0009-net-bridge-Differentiate-MDB-additions-from-modifica.patch +++ b/patches/linux/6.18.10/0009-net-bridge-Differentiate-MDB-additions-from-modifica.patch @@ -1,4 +1,4 @@ -From 234151bbd1e6d26d98f157ae4c31766593047a09 Mon Sep 17 00:00:00 2001 +From 5a6988018e684b8611ec674a0bc660b7a6562a5d Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Thu, 16 May 2024 14:51:54 +0200 Subject: [PATCH 09/32] net: bridge: Differentiate MDB additions from diff --git a/patches/linux/6.18.9/0010-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch b/patches/linux/6.18.10/0010-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch similarity index 96% rename from patches/linux/6.18.9/0010-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch rename to patches/linux/6.18.10/0010-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch index 6c6b89d61..9c2d2bfcb 100644 --- a/patches/linux/6.18.9/0010-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch +++ b/patches/linux/6.18.10/0010-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch @@ -1,4 +1,4 @@ -From c0cc4e67d8b8966a61f090f13a7c29cfb94058b8 Mon Sep 17 00:00:00 2001 +From 53395d575fd900a3bcfb6a69742632b77a61408e Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Fri, 24 Nov 2023 23:29:55 +0100 Subject: [PATCH 10/32] nvmem: layouts: onie-tlv: Let device probe even when diff --git a/patches/linux/6.18.9/0011-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch b/patches/linux/6.18.10/0011-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch similarity index 92% rename from patches/linux/6.18.9/0011-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch rename to patches/linux/6.18.10/0011-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch index f5d8f5e6b..48bc84e20 100644 --- a/patches/linux/6.18.9/0011-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch +++ b/patches/linux/6.18.10/0011-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch @@ -1,4 +1,4 @@ -From 2beb066b5c041d444d58bbc6ac0267d979401c90 Mon Sep 17 00:00:00 2001 +From e16fced0c1789017a68872b33e0d5f1eb2a78fbd Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Sun, 11 Aug 2024 11:27:35 +0200 Subject: [PATCH 11/32] net: usb: r8152: add r8153b support for link/activity @@ -18,7 +18,7 @@ Signed-off-by: Joachim Wiberg 1 file changed, 8 insertions(+) diff --git a/drivers/net/usb/r8152.c b/drivers/net/usb/r8152.c -index a22d4bb2cf3b..ae89323ade06 100644 +index 6a43054d5171..ef8bcb4a7339 100644 --- a/drivers/net/usb/r8152.c +++ b/drivers/net/usb/r8152.c @@ -41,6 +41,11 @@ diff --git a/patches/linux/6.18.9/0012-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch b/patches/linux/6.18.10/0012-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch similarity index 96% rename from patches/linux/6.18.9/0012-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch rename to patches/linux/6.18.10/0012-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch index 4a58a88be..fbb4b4e80 100644 --- a/patches/linux/6.18.9/0012-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch +++ b/patches/linux/6.18.10/0012-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch @@ -1,4 +1,4 @@ -From 22a52bf97d91c0996137d2bbb129431b35ef7fb4 Mon Sep 17 00:00:00 2001 +From e49f31c415fd0b1202414bbe0e94a0dfa6757549 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Sun, 10 Aug 2025 18:52:54 +0200 Subject: [PATCH 12/32] arm64: dts: mediatek: mt7986a: rename BPi R3 ports to diff --git a/patches/linux/6.18.9/0013-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch b/patches/linux/6.18.10/0013-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch similarity index 98% rename from patches/linux/6.18.9/0013-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch rename to patches/linux/6.18.10/0013-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch index 815f18acd..6624d9474 100644 --- a/patches/linux/6.18.9/0013-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch +++ b/patches/linux/6.18.10/0013-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch @@ -1,4 +1,4 @@ -From 222a73c939640a2c156b2cff477df6d09e176408 Mon Sep 17 00:00:00 2001 +From 0d639f133096ae62b2f98a5cfca065d7aaad630b Mon Sep 17 00:00:00 2001 From: Mattias Walström Date: Wed, 20 Aug 2025 21:38:24 +0200 Subject: [PATCH 13/32] drm/panel-simple: Add a timing for the Raspberry Pi 7" diff --git a/patches/linux/6.18.9/0014-input-touchscreen-edt-ft5x06-Add-polled-mode.patch b/patches/linux/6.18.10/0014-input-touchscreen-edt-ft5x06-Add-polled-mode.patch similarity index 98% rename from patches/linux/6.18.9/0014-input-touchscreen-edt-ft5x06-Add-polled-mode.patch rename to patches/linux/6.18.10/0014-input-touchscreen-edt-ft5x06-Add-polled-mode.patch index 18cb61dee..b636f4238 100644 --- a/patches/linux/6.18.9/0014-input-touchscreen-edt-ft5x06-Add-polled-mode.patch +++ b/patches/linux/6.18.10/0014-input-touchscreen-edt-ft5x06-Add-polled-mode.patch @@ -1,4 +1,4 @@ -From b0f0a2caddc1532862fcbd74c6def3e74a2c1467 Mon Sep 17 00:00:00 2001 +From fce309583dc5aabe91f0a23c8cbc61901c6d465a Mon Sep 17 00:00:00 2001 From: Mattias Walström Date: Thu, 21 Aug 2025 11:20:23 +0200 Subject: [PATCH 14/32] input:touchscreen:edt-ft5x06: Add polled mode diff --git a/patches/linux/6.18.9/0015-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch b/patches/linux/6.18.10/0015-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch similarity index 94% rename from patches/linux/6.18.9/0015-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch rename to patches/linux/6.18.10/0015-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch index 839e51852..105c52515 100644 --- a/patches/linux/6.18.9/0015-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch +++ b/patches/linux/6.18.10/0015-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch @@ -1,4 +1,4 @@ -From 344a4d04711c41d2d50d14e0bcdd462207a89cea Mon Sep 17 00:00:00 2001 +From 788b3713ef742293c90e121a5390dc925fb5c1ca Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 12 Mar 2024 10:27:24 +0100 Subject: [PATCH 15/32] [FIX] net: dsa: mv88e6xxx: Fix timeout on waiting for diff --git a/patches/linux/6.18.9/0016-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch b/patches/linux/6.18.10/0016-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch similarity index 99% rename from patches/linux/6.18.9/0016-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch rename to patches/linux/6.18.10/0016-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch index 37d55e568..a53af8d9c 100644 --- a/patches/linux/6.18.9/0016-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch +++ b/patches/linux/6.18.10/0016-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch @@ -1,4 +1,4 @@ -From 11cfd7b18bc0517bdc0f91a92c4790da266db189 Mon Sep 17 00:00:00 2001 +From c4350342e6b8e50ef84b6c0bacdd8e45f2c4502b Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 27 Mar 2024 15:52:43 +0100 Subject: [PATCH 16/32] net: dsa: mv88e6xxx: Improve indirect register access diff --git a/patches/linux/6.18.9/0017-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch b/patches/linux/6.18.10/0017-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch similarity index 95% rename from patches/linux/6.18.9/0017-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch rename to patches/linux/6.18.10/0017-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch index 2a874a42b..624e26468 100644 --- a/patches/linux/6.18.9/0017-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch +++ b/patches/linux/6.18.10/0017-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch @@ -1,4 +1,4 @@ -From 6d2bd585208dbd94ce98cbfc851c6fadb5f75e78 Mon Sep 17 00:00:00 2001 +From 61f75b0a8d3ce21490e510983ec414ae8f18088e Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Mon, 22 Apr 2024 23:18:01 +0200 Subject: [PATCH 17/32] net: dsa: mv88e6xxx: Honor ports being managed via diff --git a/patches/linux/6.18.9/0018-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch b/patches/linux/6.18.10/0018-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch similarity index 98% rename from patches/linux/6.18.9/0018-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch rename to patches/linux/6.18.10/0018-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch index f83c993cf..577ebbe89 100644 --- a/patches/linux/6.18.9/0018-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch +++ b/patches/linux/6.18.10/0018-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch @@ -1,4 +1,4 @@ -From 6a94601596bb86cd84aa05ef2cc24687fdeb4f44 Mon Sep 17 00:00:00 2001 +From b2345064db3b076aa08f301f9e05aabb7843eada Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 24 Apr 2024 22:41:04 +0200 Subject: [PATCH 18/32] net: dsa: mv88e6xxx: Limit rsvd2cpu policy to user diff --git a/patches/linux/6.18.9/0019-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch b/patches/linux/6.18.10/0019-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch similarity index 95% rename from patches/linux/6.18.9/0019-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch rename to patches/linux/6.18.10/0019-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch index fe739afd2..e0acfe967 100644 --- a/patches/linux/6.18.9/0019-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch +++ b/patches/linux/6.18.10/0019-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch @@ -1,4 +1,4 @@ -From c58c6ee61633371d3f977ab400463a7878db6f7c Mon Sep 17 00:00:00 2001 +From 56ab73e1a92a95b1db515b70f62c498dc084d289 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 28 May 2024 10:38:42 +0200 Subject: [PATCH 19/32] net: dsa: tag_dsa: Use tag priority as initial diff --git a/patches/linux/6.18.9/0020-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch b/patches/linux/6.18.10/0020-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch similarity index 97% rename from patches/linux/6.18.9/0020-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch rename to patches/linux/6.18.10/0020-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch index 31c4e3f9c..d250c6d1c 100644 --- a/patches/linux/6.18.9/0020-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch +++ b/patches/linux/6.18.10/0020-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch @@ -1,4 +1,4 @@ -From 9758e6b7e01213df7a221047a0fbc8cd0e510868 Mon Sep 17 00:00:00 2001 +From 3bb8228f5ce9d52615f1de52228e5934ee07970b Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 16 Jan 2024 16:00:55 +0100 Subject: [PATCH 20/32] net: dsa: Support MDB memberships whose L2 addresses diff --git a/patches/linux/6.18.9/0021-net-dsa-Support-EtherType-based-priority-overrides.patch b/patches/linux/6.18.10/0021-net-dsa-Support-EtherType-based-priority-overrides.patch similarity index 98% rename from patches/linux/6.18.9/0021-net-dsa-Support-EtherType-based-priority-overrides.patch rename to patches/linux/6.18.10/0021-net-dsa-Support-EtherType-based-priority-overrides.patch index ed5de9b8f..75aba239d 100644 --- a/patches/linux/6.18.9/0021-net-dsa-Support-EtherType-based-priority-overrides.patch +++ b/patches/linux/6.18.10/0021-net-dsa-Support-EtherType-based-priority-overrides.patch @@ -1,4 +1,4 @@ -From 7f355638a9294e361e7af84f2b459e951a928890 Mon Sep 17 00:00:00 2001 +From 53223b00a1bab1ed26983f5addb7d6af78a49121 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Thu, 21 Mar 2024 19:12:15 +0100 Subject: [PATCH 21/32] net: dsa: Support EtherType based priority overrides diff --git a/patches/linux/6.18.9/0022-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch b/patches/linux/6.18.10/0022-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch similarity index 99% rename from patches/linux/6.18.9/0022-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch rename to patches/linux/6.18.10/0022-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch index ef1029d64..39dd6077b 100644 --- a/patches/linux/6.18.9/0022-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch +++ b/patches/linux/6.18.10/0022-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch @@ -1,4 +1,4 @@ -From de26cbb1078688c027eefc3a22ca04ea2e336508 Mon Sep 17 00:00:00 2001 +From b4c47a5355e07d1e16020a00a6c654af32f1ea7b Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Fri, 22 Mar 2024 16:15:43 +0100 Subject: [PATCH 22/32] net: dsa: mv88e6xxx: Support EtherType based priority diff --git a/patches/linux/6.18.9/0023-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch b/patches/linux/6.18.10/0023-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch similarity index 98% rename from patches/linux/6.18.9/0023-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch rename to patches/linux/6.18.10/0023-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch index 19fbc1269..a9da19194 100644 --- a/patches/linux/6.18.9/0023-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch +++ b/patches/linux/6.18.10/0023-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch @@ -1,4 +1,4 @@ -From d18a76f340d0686ca85e06b653121fadef300663 Mon Sep 17 00:00:00 2001 +From 1d9149ae4fe983052a8d2b4e547267e2164f86eb Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 28 May 2024 11:04:22 +0200 Subject: [PATCH 23/32] net: dsa: mv88e6xxx: Add mqprio qdisc support diff --git a/patches/linux/6.18.9/0024-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch b/patches/linux/6.18.10/0024-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch similarity index 97% rename from patches/linux/6.18.9/0024-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch rename to patches/linux/6.18.10/0024-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch index 4981a62a1..5d5e532b6 100644 --- a/patches/linux/6.18.9/0024-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch +++ b/patches/linux/6.18.10/0024-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch @@ -1,4 +1,4 @@ -From 911e1252a7f5a2ddc3cbee8ddc9b4cb0ad24086c Mon Sep 17 00:00:00 2001 +From 2ebdb55a5dc3908419914a35f022e23273a84b3c Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 29 May 2024 13:20:41 +0200 Subject: [PATCH 24/32] net: dsa: mv88e6xxx: Use VLAN prio over IP when both diff --git a/patches/linux/6.18.9/0025-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch b/patches/linux/6.18.10/0025-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch similarity index 98% rename from patches/linux/6.18.9/0025-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch rename to patches/linux/6.18.10/0025-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch index 85e938cb8..595c0b31b 100644 --- a/patches/linux/6.18.9/0025-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch +++ b/patches/linux/6.18.10/0025-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch @@ -1,4 +1,4 @@ -From 43d4b620cf31608daba0502c18a8990defc87d07 Mon Sep 17 00:00:00 2001 +From cd5fe7667974c33deb3b0229b759011848016685 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 26 Nov 2024 19:45:59 +0100 Subject: [PATCH 25/32] [FIX] net: dsa: mv88e6xxx: Trap locally terminated diff --git a/patches/linux/6.18.9/0026-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch b/patches/linux/6.18.10/0026-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch similarity index 95% rename from patches/linux/6.18.9/0026-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch rename to patches/linux/6.18.10/0026-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch index 6c4c517a7..617435c91 100644 --- a/patches/linux/6.18.9/0026-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch +++ b/patches/linux/6.18.10/0026-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch @@ -1,4 +1,4 @@ -From 948cbd0b67fd7c8bb69c15f1eb6cd1b4f97dd0ae Mon Sep 17 00:00:00 2001 +From 5dd6232e6403aa95ab8563f4e42a162e70a182e5 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Thu, 16 Jan 2025 12:35:12 +0100 Subject: [PATCH 26/32] net: dsa: mv88e6xxx: collapse disabled state into diff --git a/patches/linux/6.18.9/0027-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch b/patches/linux/6.18.10/0027-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch similarity index 98% rename from patches/linux/6.18.9/0027-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch rename to patches/linux/6.18.10/0027-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch index 48f9196cf..7568411bd 100644 --- a/patches/linux/6.18.9/0027-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch +++ b/patches/linux/6.18.10/0027-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch @@ -1,4 +1,4 @@ -From da8172180e7aa629cec125d1654f0b29efa41ae2 Mon Sep 17 00:00:00 2001 +From 0e5cb605d5a1115eb6ea8a5e42b157d8b35b76d2 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 12 Feb 2025 22:03:14 +0100 Subject: [PATCH 27/32] net: dsa: mv88e6xxx: Only activate LAG offloading when diff --git a/patches/linux/6.18.9/0028-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch b/patches/linux/6.18.10/0028-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch similarity index 99% rename from patches/linux/6.18.9/0028-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch rename to patches/linux/6.18.10/0028-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch index 47b11e599..99027ed29 100644 --- a/patches/linux/6.18.9/0028-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch +++ b/patches/linux/6.18.10/0028-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch @@ -1,4 +1,4 @@ -From 58b06ffc40bc0806cc26d910e01c3410dfb5a708 Mon Sep 17 00:00:00 2001 +From e973007299b857bf337e565e11f254079bcb845a Mon Sep 17 00:00:00 2001 From: Mattias Walström Date: Wed, 14 Jan 2026 18:22:41 +0100 Subject: [PATCH 28/32] net: dsa: mv88e6xxx: Add LED support for 6393X diff --git a/patches/linux/6.18.9/0029-wifi-brcmfmac-support-deletion-and-recreation-of-pri.patch b/patches/linux/6.18.10/0029-wifi-brcmfmac-support-deletion-and-recreation-of-pri.patch similarity index 99% rename from patches/linux/6.18.9/0029-wifi-brcmfmac-support-deletion-and-recreation-of-pri.patch rename to patches/linux/6.18.10/0029-wifi-brcmfmac-support-deletion-and-recreation-of-pri.patch index 67319d17d..7619c7faf 100644 --- a/patches/linux/6.18.9/0029-wifi-brcmfmac-support-deletion-and-recreation-of-pri.patch +++ b/patches/linux/6.18.10/0029-wifi-brcmfmac-support-deletion-and-recreation-of-pri.patch @@ -1,4 +1,4 @@ -From 730c0834771ba0bf10143fd511634c83986e225b Mon Sep 17 00:00:00 2001 +From 3e81fd23ab974a6f43c64878cf1a4ab435ea6359 Mon Sep 17 00:00:00 2001 From: Mattias Walström Date: Thu, 15 Jan 2026 22:47:37 +0100 Subject: [PATCH 29/32] wifi: brcmfmac: support deletion and recreation of diff --git a/patches/linux/6.18.9/0030-wifi-brcmfmac-check-connection-state-before-querying.patch b/patches/linux/6.18.10/0030-wifi-brcmfmac-check-connection-state-before-querying.patch similarity index 96% rename from patches/linux/6.18.9/0030-wifi-brcmfmac-check-connection-state-before-querying.patch rename to patches/linux/6.18.10/0030-wifi-brcmfmac-check-connection-state-before-querying.patch index cb031bcb8..5a8b91822 100644 --- a/patches/linux/6.18.9/0030-wifi-brcmfmac-check-connection-state-before-querying.patch +++ b/patches/linux/6.18.10/0030-wifi-brcmfmac-check-connection-state-before-querying.patch @@ -1,4 +1,4 @@ -From 86af852dbc544d451c4400069c268e3cb7d3f9b4 Mon Sep 17 00:00:00 2001 +From cbc1bbf2e680035f231497eae09126ede81c3991 Mon Sep 17 00:00:00 2001 From: Mattias Walström Date: Mon, 19 Jan 2026 13:06:53 +0100 Subject: [PATCH 30/32] wifi: brcmfmac: check connection state before querying diff --git a/patches/linux/6.18.9/0031-wifi-brcmfmac-suppress-log-spam-for-regulatory-restr.patch b/patches/linux/6.18.10/0031-wifi-brcmfmac-suppress-log-spam-for-regulatory-restr.patch similarity index 96% rename from patches/linux/6.18.9/0031-wifi-brcmfmac-suppress-log-spam-for-regulatory-restr.patch rename to patches/linux/6.18.10/0031-wifi-brcmfmac-suppress-log-spam-for-regulatory-restr.patch index 0e99d07a3..ce8e566cc 100644 --- a/patches/linux/6.18.9/0031-wifi-brcmfmac-suppress-log-spam-for-regulatory-restr.patch +++ b/patches/linux/6.18.10/0031-wifi-brcmfmac-suppress-log-spam-for-regulatory-restr.patch @@ -1,4 +1,4 @@ -From 35f97e1fddc31cf2f23ed1ca5e5af21101020b25 Mon Sep 17 00:00:00 2001 +From d6613261611f8014d277f7f51e41b46ff1c4432b Mon Sep 17 00:00:00 2001 From: Mattias Walström Date: Tue, 20 Jan 2026 20:12:10 +0100 Subject: [PATCH 31/32] wifi: brcmfmac: suppress log spam for diff --git a/patches/linux/6.18.9/0032-wifi-brcmfmac-reduce-log-noise-during-AP-to-station-.patch b/patches/linux/6.18.10/0032-wifi-brcmfmac-reduce-log-noise-during-AP-to-station-.patch similarity index 97% rename from patches/linux/6.18.9/0032-wifi-brcmfmac-reduce-log-noise-during-AP-to-station-.patch rename to patches/linux/6.18.10/0032-wifi-brcmfmac-reduce-log-noise-during-AP-to-station-.patch index dee218d07..dd5bb744e 100644 --- a/patches/linux/6.18.9/0032-wifi-brcmfmac-reduce-log-noise-during-AP-to-station-.patch +++ b/patches/linux/6.18.10/0032-wifi-brcmfmac-reduce-log-noise-during-AP-to-station-.patch @@ -1,4 +1,4 @@ -From 22c65a6a7b1a6891d778ef107985c33274aa6036 Mon Sep 17 00:00:00 2001 +From 8e046aeb31d2c9a7c1bd4789d87b3968af777186 Mon Sep 17 00:00:00 2001 From: Mattias Walström Date: Tue, 20 Jan 2026 20:18:45 +0100 Subject: [PATCH 32/32] wifi: brcmfmac: reduce log noise during AP to station diff --git a/patches/linux/linux.hash b/patches/linux/linux.hash index 3457294e4..5a62fbbab 100644 --- a/patches/linux/linux.hash +++ b/patches/linux/linux.hash @@ -1,2 +1,2 @@ # Calculated with utils/kernel-refresh.sh -sha256 030115ff8fb4cb536d8449dc40ebc3e314e86ba1b316a6ae21091a11cc930578 linux-6.18.9.tar.xz +sha256 d6d377161741ada2fab28eed69143277634a2aeb5e3883e50c031588ede48ede linux-6.18.10.tar.xz