diff --git a/configs/aarch64_defconfig b/configs/aarch64_defconfig index 447424ea5..5eb757190 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.35" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.36" 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 c00579d02..006c88923 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.35" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.36" 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 c08ba158a..6c21763b2 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.35" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.36" 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 b9090d2f9..1c0ca38a5 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.35" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.36" 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 981cabf5b..98e4fd276 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.35" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.36" 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 893163ec5..18e8f465a 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.35" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.36" 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 b17a6cd45..58bc46a4c 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.35 (LTS) +- Upgrade Linux kernel to 6.18.36 (LTS) - Upgrade Buildroot to 2025.02.15 (LTS) - Add basic web interface: static status pages and a tree view of operational status. Curated configuration pages for some common tasks and a YANG tree diff --git a/patches/linux/6.18.35/0001-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch b/patches/linux/6.18.36/0001-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch similarity index 98% rename from patches/linux/6.18.35/0001-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch rename to patches/linux/6.18.36/0001-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch index 23da06422..c8b0c7d89 100644 --- a/patches/linux/6.18.35/0001-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch +++ b/patches/linux/6.18.36/0001-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch @@ -1,4 +1,4 @@ -From 9f0fad8e12c093c5f6d367406a6d2023bbfd68a9 Mon Sep 17 00:00:00 2001 +From a3165eb664d65da173e91e8b159b8daf9a1285c7 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.35/0002-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch b/patches/linux/6.18.36/0002-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch similarity index 96% rename from patches/linux/6.18.35/0002-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch rename to patches/linux/6.18.36/0002-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch index 296caaf79..fcc591b62 100644 --- a/patches/linux/6.18.35/0002-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch +++ b/patches/linux/6.18.36/0002-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch @@ -1,4 +1,4 @@ -From bf00c4a12fd6195dfd4f7ffbf8c8a76bb6db1eeb Mon Sep 17 00:00:00 2001 +From 0ee3021b04ec64d96b90d9246f37d3d7a1f8f187 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.35/0003-net-phy-marvell10g-Add-LED-support-for-88X3310.patch b/patches/linux/6.18.36/0003-net-phy-marvell10g-Add-LED-support-for-88X3310.patch similarity index 99% rename from patches/linux/6.18.35/0003-net-phy-marvell10g-Add-LED-support-for-88X3310.patch rename to patches/linux/6.18.36/0003-net-phy-marvell10g-Add-LED-support-for-88X3310.patch index 4e6dcc40d..c6f5662d4 100644 --- a/patches/linux/6.18.35/0003-net-phy-marvell10g-Add-LED-support-for-88X3310.patch +++ b/patches/linux/6.18.36/0003-net-phy-marvell10g-Add-LED-support-for-88X3310.patch @@ -1,4 +1,4 @@ -From 343a1e6af9a1f80353032bb55603a0f56cbd7a47 Mon Sep 17 00:00:00 2001 +From 7e5a199bca36c5d8b1fd3875bbb8343c86db73ea 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.35/0004-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch b/patches/linux/6.18.36/0004-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch similarity index 97% rename from patches/linux/6.18.35/0004-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch rename to patches/linux/6.18.36/0004-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch index f801e9ac3..0c73e1297 100644 --- a/patches/linux/6.18.35/0004-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch +++ b/patches/linux/6.18.36/0004-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch @@ -1,4 +1,4 @@ -From 547ee526c8ff0bfaed5addca38ae8dbec163f779 Mon Sep 17 00:00:00 2001 +From 62a1468f5c6fdaba5074fa7555e3b7888762e4e7 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.35/0005-net-phy-Do-not-resume-PHY-when-attaching.patch b/patches/linux/6.18.36/0005-net-phy-Do-not-resume-PHY-when-attaching.patch similarity index 85% rename from patches/linux/6.18.35/0005-net-phy-Do-not-resume-PHY-when-attaching.patch rename to patches/linux/6.18.36/0005-net-phy-Do-not-resume-PHY-when-attaching.patch index d67a39972..5fe8aab17 100644 --- a/patches/linux/6.18.35/0005-net-phy-Do-not-resume-PHY-when-attaching.patch +++ b/patches/linux/6.18.36/0005-net-phy-Do-not-resume-PHY-when-attaching.patch @@ -1,4 +1,4 @@ -From e4f985b5aab98655a0035eac90cf9a249244bf88 Mon Sep 17 00:00:00 2001 +From 38519daa6941dc275e3efaaba699b6441f1c19e2 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 @@ -19,10 +19,10 @@ administratively down. 1 file changed, 1 deletion(-) diff --git a/drivers/net/phy/phy_device.c b/drivers/net/phy/phy_device.c -index 78cf05a17f8f..ddf47a586a5a 100644 +index 26b08e3dbd1d..7597308534a0 100644 --- a/drivers/net/phy/phy_device.c +++ b/drivers/net/phy/phy_device.c -@@ -1750,7 +1750,6 @@ int phy_attach_direct(struct net_device *dev, struct phy_device *phydev, +@@ -1753,7 +1753,6 @@ int phy_attach_direct(struct net_device *dev, struct phy_device *phydev, if (err) goto error; diff --git a/patches/linux/6.18.35/0006-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch b/patches/linux/6.18.36/0006-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch similarity index 99% rename from patches/linux/6.18.35/0006-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch rename to patches/linux/6.18.36/0006-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch index dcdfe554f..e80070a50 100644 --- a/patches/linux/6.18.35/0006-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch +++ b/patches/linux/6.18.36/0006-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch @@ -1,4 +1,4 @@ -From f851c3296901a7a025f7d09cb29da4ef6539f175 Mon Sep 17 00:00:00 2001 +From e11c3a1cf1979f558a1a1c06ed68a99b89273aea 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.35/0007-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch b/patches/linux/6.18.36/0007-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch similarity index 95% rename from patches/linux/6.18.35/0007-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch rename to patches/linux/6.18.36/0007-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch index 85786875f..07f57a7f7 100644 --- a/patches/linux/6.18.35/0007-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch +++ b/patches/linux/6.18.36/0007-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch @@ -1,4 +1,4 @@ -From 665436b8e5389c07b4deb387baff0184d6fe0188 Mon Sep 17 00:00:00 2001 +From 9186aa368a4b580090d14ee1d9218ac33bc0aa5f 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.35/0008-net-bridge-drop-delay-for-applying-strict-multicast-.patch b/patches/linux/6.18.36/0008-net-bridge-drop-delay-for-applying-strict-multicast-.patch similarity index 99% rename from patches/linux/6.18.35/0008-net-bridge-drop-delay-for-applying-strict-multicast-.patch rename to patches/linux/6.18.36/0008-net-bridge-drop-delay-for-applying-strict-multicast-.patch index 90df95d83..5c0364e2d 100644 --- a/patches/linux/6.18.35/0008-net-bridge-drop-delay-for-applying-strict-multicast-.patch +++ b/patches/linux/6.18.36/0008-net-bridge-drop-delay-for-applying-strict-multicast-.patch @@ -1,4 +1,4 @@ -From 865422eeee55f06699128b67fd66a8245123fdf5 Mon Sep 17 00:00:00 2001 +From 9641f50de1c780b0e45be9095ab28cbbc4c70011 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.35/0009-net-bridge-Differentiate-MDB-additions-from-modifica.patch b/patches/linux/6.18.36/0009-net-bridge-Differentiate-MDB-additions-from-modifica.patch similarity index 98% rename from patches/linux/6.18.35/0009-net-bridge-Differentiate-MDB-additions-from-modifica.patch rename to patches/linux/6.18.36/0009-net-bridge-Differentiate-MDB-additions-from-modifica.patch index e78216441..bb1ba91a4 100644 --- a/patches/linux/6.18.35/0009-net-bridge-Differentiate-MDB-additions-from-modifica.patch +++ b/patches/linux/6.18.36/0009-net-bridge-Differentiate-MDB-additions-from-modifica.patch @@ -1,4 +1,4 @@ -From e8836606cab928feab992ca823944104e6c8627a Mon Sep 17 00:00:00 2001 +From d14c3ad03563ac803180c18e6917eb506bea7079 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.35/0010-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch b/patches/linux/6.18.36/0010-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch similarity index 83% rename from patches/linux/6.18.35/0010-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch rename to patches/linux/6.18.36/0010-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch index 6f1c2400e..a6161ec83 100644 --- a/patches/linux/6.18.35/0010-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch +++ b/patches/linux/6.18.36/0010-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch @@ -1,4 +1,4 @@ -From c9ae8dbe94440c02740649473bd656f9b1ce1af9 Mon Sep 17 00:00:00 2001 +From 4d2335aac65d03c004d27cd27f077362588851e2 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 @@ -17,10 +17,10 @@ simply refrain from registering any cells in those cases. 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/nvmem/layouts/onie-tlv.c b/drivers/nvmem/layouts/onie-tlv.c -index 0967a32319a2..48547d5bb502 100644 +index 8b0f3c1b8a0e..de85690aaa30 100644 --- a/drivers/nvmem/layouts/onie-tlv.c +++ b/drivers/nvmem/layouts/onie-tlv.c -@@ -197,7 +197,7 @@ static int onie_tlv_parse_table(struct nvmem_layout *layout) +@@ -198,7 +198,7 @@ static int onie_tlv_parse_table(struct nvmem_layout *layout) if (!onie_tlv_hdr_is_valid(dev, &hdr)) { dev_err(dev, "Invalid ONIE TLV header\n"); @@ -29,7 +29,7 @@ index 0967a32319a2..48547d5bb502 100644 } hdr_len = sizeof(hdr.id) + sizeof(hdr.version) + sizeof(hdr.data_len); -@@ -205,7 +205,7 @@ static int onie_tlv_parse_table(struct nvmem_layout *layout) +@@ -206,7 +206,7 @@ static int onie_tlv_parse_table(struct nvmem_layout *layout) table_len = hdr_len + data_len; if (table_len > ONIE_TLV_MAX_LEN) { dev_err(dev, "Invalid ONIE TLV data length\n"); @@ -38,7 +38,7 @@ index 0967a32319a2..48547d5bb502 100644 } table = devm_kmalloc(dev, table_len, GFP_KERNEL); -@@ -217,7 +217,7 @@ static int onie_tlv_parse_table(struct nvmem_layout *layout) +@@ -218,7 +218,7 @@ static int onie_tlv_parse_table(struct nvmem_layout *layout) return ret; if (!onie_tlv_crc_is_valid(dev, table_len, table)) diff --git a/patches/linux/6.18.35/0011-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch b/patches/linux/6.18.36/0011-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch similarity index 92% rename from patches/linux/6.18.35/0011-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch rename to patches/linux/6.18.36/0011-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch index 75bf75345..7d56b791b 100644 --- a/patches/linux/6.18.35/0011-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch +++ b/patches/linux/6.18.36/0011-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch @@ -1,4 +1,4 @@ -From 8c4661a186cbd2b6519104bc6e048e3e422cc08e Mon Sep 17 00:00:00 2001 +From 1f727779b31e9dec09b669d07655371c45fbc64b 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 @@ -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 d61074178279..701cc975cf11 100644 +index 8cf4e81f8f88..1bb93efb96c6 100644 --- a/drivers/net/usb/r8152.c +++ b/drivers/net/usb/r8152.c @@ -41,6 +41,11 @@ diff --git a/patches/linux/6.18.35/0012-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch b/patches/linux/6.18.36/0012-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch similarity index 96% rename from patches/linux/6.18.35/0012-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch rename to patches/linux/6.18.36/0012-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch index 0386f879c..597ed273d 100644 --- a/patches/linux/6.18.35/0012-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch +++ b/patches/linux/6.18.36/0012-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch @@ -1,4 +1,4 @@ -From 133e48a06a2afc4e9406ad6b2e1240d800b92446 Mon Sep 17 00:00:00 2001 +From 8053206624b54fb84715342e7b921e0939d594a7 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.35/0013-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch b/patches/linux/6.18.36/0013-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch similarity index 98% rename from patches/linux/6.18.35/0013-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch rename to patches/linux/6.18.36/0013-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch index bab1404bb..fa602c0f3 100644 --- a/patches/linux/6.18.35/0013-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch +++ b/patches/linux/6.18.36/0013-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch @@ -1,4 +1,4 @@ -From cbcd07d3fd268d19df82c8937153ed6e83dc6cbd Mon Sep 17 00:00:00 2001 +From 5b4047d082c93431f77819b894e29a13acebd787 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.35/0014-input-touchscreen-edt-ft5x06-Add-polled-mode.patch b/patches/linux/6.18.36/0014-input-touchscreen-edt-ft5x06-Add-polled-mode.patch similarity index 98% rename from patches/linux/6.18.35/0014-input-touchscreen-edt-ft5x06-Add-polled-mode.patch rename to patches/linux/6.18.36/0014-input-touchscreen-edt-ft5x06-Add-polled-mode.patch index a40d82641..227fe0557 100644 --- a/patches/linux/6.18.35/0014-input-touchscreen-edt-ft5x06-Add-polled-mode.patch +++ b/patches/linux/6.18.36/0014-input-touchscreen-edt-ft5x06-Add-polled-mode.patch @@ -1,4 +1,4 @@ -From 7e8880404a936acaf11b73a3d14c15c328f5c5a2 Mon Sep 17 00:00:00 2001 +From 3efdf41a3464704c4ffb99ea94266dc900f7b556 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.35/0015-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch b/patches/linux/6.18.36/0015-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch similarity index 94% rename from patches/linux/6.18.35/0015-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch rename to patches/linux/6.18.36/0015-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch index fbdda539a..ea6910164 100644 --- a/patches/linux/6.18.35/0015-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch +++ b/patches/linux/6.18.36/0015-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch @@ -1,4 +1,4 @@ -From 82419d95b4c07c6306e8b4318b7c199733eaef7d Mon Sep 17 00:00:00 2001 +From ce445d44a5e6ae84214986cbccef985a240e831d 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.35/0016-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch b/patches/linux/6.18.36/0016-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch similarity index 99% rename from patches/linux/6.18.35/0016-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch rename to patches/linux/6.18.36/0016-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch index 68d36ec29..c4ad61914 100644 --- a/patches/linux/6.18.35/0016-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch +++ b/patches/linux/6.18.36/0016-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch @@ -1,4 +1,4 @@ -From 1aa0293ef7b40d1f433c96b8c99c54fb2f5f2415 Mon Sep 17 00:00:00 2001 +From 57aa43c667a99e08c11a6141f80c068021585829 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.35/0017-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch b/patches/linux/6.18.36/0017-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch similarity index 95% rename from patches/linux/6.18.35/0017-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch rename to patches/linux/6.18.36/0017-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch index c50740c36..d1efd6e3d 100644 --- a/patches/linux/6.18.35/0017-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch +++ b/patches/linux/6.18.36/0017-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch @@ -1,4 +1,4 @@ -From dc5ab04fcea518a9d946b9ef33aa13689ac26338 Mon Sep 17 00:00:00 2001 +From 70c247b71e2f2ede0cae581b0558bd09cd85275e 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.35/0018-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch b/patches/linux/6.18.36/0018-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch similarity index 98% rename from patches/linux/6.18.35/0018-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch rename to patches/linux/6.18.36/0018-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch index 31b115219..cae9e78db 100644 --- a/patches/linux/6.18.35/0018-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch +++ b/patches/linux/6.18.36/0018-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch @@ -1,4 +1,4 @@ -From 5ab8f31a6814f13702ed60717e2a5a6a8e608dcb Mon Sep 17 00:00:00 2001 +From b9b9cc025114c8bb8546012d575cbb9759ce6975 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.35/0019-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch b/patches/linux/6.18.36/0019-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch similarity index 95% rename from patches/linux/6.18.35/0019-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch rename to patches/linux/6.18.36/0019-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch index 01e663e2e..8d6c6490e 100644 --- a/patches/linux/6.18.35/0019-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch +++ b/patches/linux/6.18.36/0019-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch @@ -1,4 +1,4 @@ -From af0774d74601750988f817c01d01f8f0cdf77e7c Mon Sep 17 00:00:00 2001 +From 071b831a6ba7c5de2cc05738b595cea10e2eb068 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.35/0020-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch b/patches/linux/6.18.36/0020-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch similarity index 97% rename from patches/linux/6.18.35/0020-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch rename to patches/linux/6.18.36/0020-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch index 476cea5a5..b28bcfe04 100644 --- a/patches/linux/6.18.35/0020-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch +++ b/patches/linux/6.18.36/0020-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch @@ -1,4 +1,4 @@ -From 33fde0f00c92daf1d811b24c2ff4b0bc5a56855c Mon Sep 17 00:00:00 2001 +From 625493833fcdc4268a46ce4b2c59eefb1a0a0be0 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.35/0021-net-dsa-Support-EtherType-based-priority-overrides.patch b/patches/linux/6.18.36/0021-net-dsa-Support-EtherType-based-priority-overrides.patch similarity index 98% rename from patches/linux/6.18.35/0021-net-dsa-Support-EtherType-based-priority-overrides.patch rename to patches/linux/6.18.36/0021-net-dsa-Support-EtherType-based-priority-overrides.patch index e67dea2df..046922f7e 100644 --- a/patches/linux/6.18.35/0021-net-dsa-Support-EtherType-based-priority-overrides.patch +++ b/patches/linux/6.18.36/0021-net-dsa-Support-EtherType-based-priority-overrides.patch @@ -1,4 +1,4 @@ -From b7415b24190bb999c88fefa8880e348f64124d92 Mon Sep 17 00:00:00 2001 +From c59543ced113c4a66ccf07cbfac5dc7dd6cb253e 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.35/0022-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch b/patches/linux/6.18.36/0022-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch similarity index 99% rename from patches/linux/6.18.35/0022-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch rename to patches/linux/6.18.36/0022-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch index 49dfab420..f31415ea8 100644 --- a/patches/linux/6.18.35/0022-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch +++ b/patches/linux/6.18.36/0022-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch @@ -1,4 +1,4 @@ -From 9fa7ec1b135ace2edd97c2338b530e347a019a74 Mon Sep 17 00:00:00 2001 +From fb04b75bc53f6b1b27f91f4ed21013b293e8577c 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.35/0023-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch b/patches/linux/6.18.36/0023-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch similarity index 98% rename from patches/linux/6.18.35/0023-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch rename to patches/linux/6.18.36/0023-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch index 5222f8226..1ad40c3c9 100644 --- a/patches/linux/6.18.35/0023-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch +++ b/patches/linux/6.18.36/0023-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch @@ -1,4 +1,4 @@ -From 3e43607aa0656b3c9b71de8d62a5d66c914886ee Mon Sep 17 00:00:00 2001 +From 32e460b9fbc7b25817c05b9ec2c01f4827f7cca7 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.35/0024-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch b/patches/linux/6.18.36/0024-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch similarity index 97% rename from patches/linux/6.18.35/0024-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch rename to patches/linux/6.18.36/0024-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch index be4bae04c..ec80bc52f 100644 --- a/patches/linux/6.18.35/0024-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch +++ b/patches/linux/6.18.36/0024-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch @@ -1,4 +1,4 @@ -From 300f382581463839746e81afc1205f030c901361 Mon Sep 17 00:00:00 2001 +From 30f92e6d97e8d6d8fe36e872e627b28fcf24fdac 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.35/0025-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch b/patches/linux/6.18.36/0025-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch similarity index 98% rename from patches/linux/6.18.35/0025-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch rename to patches/linux/6.18.36/0025-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch index 55f68f4b8..dc012c38e 100644 --- a/patches/linux/6.18.35/0025-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch +++ b/patches/linux/6.18.36/0025-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch @@ -1,4 +1,4 @@ -From 93dbe0027c18bc4c93beedf5848fc4877f322a98 Mon Sep 17 00:00:00 2001 +From a9055d21d1237a5449d5f410d3a0c3d8953a1965 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.35/0026-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch b/patches/linux/6.18.36/0026-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch similarity index 95% rename from patches/linux/6.18.35/0026-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch rename to patches/linux/6.18.36/0026-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch index b9f391de5..b17d36e06 100644 --- a/patches/linux/6.18.35/0026-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch +++ b/patches/linux/6.18.36/0026-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch @@ -1,4 +1,4 @@ -From 59f1957296290c86c5248003edb2783b4ec0fa19 Mon Sep 17 00:00:00 2001 +From 7fb7bc76b39078049d7965bef1bc976f9e1142c5 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.35/0027-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch b/patches/linux/6.18.36/0027-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch similarity index 98% rename from patches/linux/6.18.35/0027-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch rename to patches/linux/6.18.36/0027-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch index f3bc57e83..be5793463 100644 --- a/patches/linux/6.18.35/0027-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch +++ b/patches/linux/6.18.36/0027-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch @@ -1,4 +1,4 @@ -From 4b56e8723d52597e559fd5d7a9e3636f5be5e3ff Mon Sep 17 00:00:00 2001 +From 2a8ff34ccf08f85f985ebea74b6eb47a64e2f247 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.35/0028-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch b/patches/linux/6.18.36/0028-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch similarity index 99% rename from patches/linux/6.18.35/0028-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch rename to patches/linux/6.18.36/0028-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch index 0a7c25d9b..92b519d7d 100644 --- a/patches/linux/6.18.35/0028-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch +++ b/patches/linux/6.18.36/0028-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch @@ -1,4 +1,4 @@ -From 50f92c7df1b03b0aa5d1237882020ab41ba8d9ee Mon Sep 17 00:00:00 2001 +From 348c281450bf30875877045d628f8a56ef7896a1 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.35/0029-wifi-brcmfmac-support-deletion-and-recreation-of-pri.patch b/patches/linux/6.18.36/0029-wifi-brcmfmac-support-deletion-and-recreation-of-pri.patch similarity index 99% rename from patches/linux/6.18.35/0029-wifi-brcmfmac-support-deletion-and-recreation-of-pri.patch rename to patches/linux/6.18.36/0029-wifi-brcmfmac-support-deletion-and-recreation-of-pri.patch index ac05c4184..f9eab996d 100644 --- a/patches/linux/6.18.35/0029-wifi-brcmfmac-support-deletion-and-recreation-of-pri.patch +++ b/patches/linux/6.18.36/0029-wifi-brcmfmac-support-deletion-and-recreation-of-pri.patch @@ -1,4 +1,4 @@ -From d9628fb1e3c828fc57a0b6d24beeb7bd53e2b6e4 Mon Sep 17 00:00:00 2001 +From 653db5307cd9d69d6b14e163f02226c83e26bd05 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.35/0030-wifi-brcmfmac-check-connection-state-before-querying.patch b/patches/linux/6.18.36/0030-wifi-brcmfmac-check-connection-state-before-querying.patch similarity index 96% rename from patches/linux/6.18.35/0030-wifi-brcmfmac-check-connection-state-before-querying.patch rename to patches/linux/6.18.36/0030-wifi-brcmfmac-check-connection-state-before-querying.patch index 9e077891e..9fb9e8764 100644 --- a/patches/linux/6.18.35/0030-wifi-brcmfmac-check-connection-state-before-querying.patch +++ b/patches/linux/6.18.36/0030-wifi-brcmfmac-check-connection-state-before-querying.patch @@ -1,4 +1,4 @@ -From 512ed2a577ccee7d0de5ecb1ef06f2e6c3af818f Mon Sep 17 00:00:00 2001 +From 6445e629e19b9380dc96c9e5bfd15bbf706e1311 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.35/0031-wifi-brcmfmac-suppress-log-spam-for-regulatory-restr.patch b/patches/linux/6.18.36/0031-wifi-brcmfmac-suppress-log-spam-for-regulatory-restr.patch similarity index 96% rename from patches/linux/6.18.35/0031-wifi-brcmfmac-suppress-log-spam-for-regulatory-restr.patch rename to patches/linux/6.18.36/0031-wifi-brcmfmac-suppress-log-spam-for-regulatory-restr.patch index cb3971dd7..05f1b481e 100644 --- a/patches/linux/6.18.35/0031-wifi-brcmfmac-suppress-log-spam-for-regulatory-restr.patch +++ b/patches/linux/6.18.36/0031-wifi-brcmfmac-suppress-log-spam-for-regulatory-restr.patch @@ -1,4 +1,4 @@ -From 7c987e91372284e3f8bf40a4ec1a729403e84fbc Mon Sep 17 00:00:00 2001 +From 2b970f903b571a3f3ca6e6043b2608c30825463f 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.35/0032-wifi-brcmfmac-reduce-log-noise-during-AP-to-station-.patch b/patches/linux/6.18.36/0032-wifi-brcmfmac-reduce-log-noise-during-AP-to-station-.patch similarity index 97% rename from patches/linux/6.18.35/0032-wifi-brcmfmac-reduce-log-noise-during-AP-to-station-.patch rename to patches/linux/6.18.36/0032-wifi-brcmfmac-reduce-log-noise-during-AP-to-station-.patch index d996eb02f..0ef2374c7 100644 --- a/patches/linux/6.18.35/0032-wifi-brcmfmac-reduce-log-noise-during-AP-to-station-.patch +++ b/patches/linux/6.18.36/0032-wifi-brcmfmac-reduce-log-noise-during-AP-to-station-.patch @@ -1,4 +1,4 @@ -From fc2d5659794022206f2413dc0a19e14f35855b02 Mon Sep 17 00:00:00 2001 +From eab236832c10d0a0c05fcab145abfe4267857957 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.35/0033-net-phy-air_en8811h-add-OF-device-table-for-auto-loa.patch b/patches/linux/6.18.36/0033-net-phy-air_en8811h-add-OF-device-table-for-auto-loa.patch similarity index 95% rename from patches/linux/6.18.35/0033-net-phy-air_en8811h-add-OF-device-table-for-auto-loa.patch rename to patches/linux/6.18.36/0033-net-phy-air_en8811h-add-OF-device-table-for-auto-loa.patch index d67dee3e7..aa41565a8 100644 --- a/patches/linux/6.18.35/0033-net-phy-air_en8811h-add-OF-device-table-for-auto-loa.patch +++ b/patches/linux/6.18.36/0033-net-phy-air_en8811h-add-OF-device-table-for-auto-loa.patch @@ -1,4 +1,4 @@ -From 075651ddedacef5618b2d4d31fb7890d3a86b2f3 Mon Sep 17 00:00:00 2001 +From 8bad16ffcea19fde114ac772399140ded40c6b91 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.35/0034-drm-vc4-dsi-enable-video-and-then-retry-failed-trans.patch b/patches/linux/6.18.36/0034-drm-vc4-dsi-enable-video-and-then-retry-failed-trans.patch similarity index 98% rename from patches/linux/6.18.35/0034-drm-vc4-dsi-enable-video-and-then-retry-failed-trans.patch rename to patches/linux/6.18.36/0034-drm-vc4-dsi-enable-video-and-then-retry-failed-trans.patch index c127c1921..3a0395643 100644 --- a/patches/linux/6.18.35/0034-drm-vc4-dsi-enable-video-and-then-retry-failed-trans.patch +++ b/patches/linux/6.18.36/0034-drm-vc4-dsi-enable-video-and-then-retry-failed-trans.patch @@ -1,4 +1,4 @@ -From 13626bfc3151b4d4d29b31265019a6b4deacb581 Mon Sep 17 00:00:00 2001 +From 105d92fb189196e292f1ec60bc6f4abf883e1d3d 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.35/0035-drm-vc4-dsi-Clocks-should-be-running-before-reset.patch b/patches/linux/6.18.36/0035-drm-vc4-dsi-Clocks-should-be-running-before-reset.patch similarity index 96% rename from patches/linux/6.18.35/0035-drm-vc4-dsi-Clocks-should-be-running-before-reset.patch rename to patches/linux/6.18.36/0035-drm-vc4-dsi-Clocks-should-be-running-before-reset.patch index 450c71d0d..bec8424f7 100644 --- a/patches/linux/6.18.35/0035-drm-vc4-dsi-Clocks-should-be-running-before-reset.patch +++ b/patches/linux/6.18.36/0035-drm-vc4-dsi-Clocks-should-be-running-before-reset.patch @@ -1,4 +1,4 @@ -From 2a6ec3c64bd6b8627a8d0654f2834c497313ea8e Mon Sep 17 00:00:00 2001 +From 85515b63fa683de8025f439c0ba290b535cada59 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.35/0036-drm-vc4-Ensure-DSI-is-enabled-for-FIFO-resets.patch b/patches/linux/6.18.36/0036-drm-vc4-Ensure-DSI-is-enabled-for-FIFO-resets.patch similarity index 96% rename from patches/linux/6.18.35/0036-drm-vc4-Ensure-DSI-is-enabled-for-FIFO-resets.patch rename to patches/linux/6.18.36/0036-drm-vc4-Ensure-DSI-is-enabled-for-FIFO-resets.patch index 7daa62bb3..61d38b643 100644 --- a/patches/linux/6.18.35/0036-drm-vc4-Ensure-DSI-is-enabled-for-FIFO-resets.patch +++ b/patches/linux/6.18.36/0036-drm-vc4-Ensure-DSI-is-enabled-for-FIFO-resets.patch @@ -1,4 +1,4 @@ -From e4204a73a34e5d886c09ab8e5bb3252c9548071e Mon Sep 17 00:00:00 2001 +From 0bbed592738a780abea49cd71806daa40d9ce602 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.35/0037-drm-vc4-Reset-DSI-AFE-on-disable.patch b/patches/linux/6.18.36/0037-drm-vc4-Reset-DSI-AFE-on-disable.patch similarity index 96% rename from patches/linux/6.18.35/0037-drm-vc4-Reset-DSI-AFE-on-disable.patch rename to patches/linux/6.18.36/0037-drm-vc4-Reset-DSI-AFE-on-disable.patch index 5160568e7..604e75d78 100644 --- a/patches/linux/6.18.35/0037-drm-vc4-Reset-DSI-AFE-on-disable.patch +++ b/patches/linux/6.18.36/0037-drm-vc4-Reset-DSI-AFE-on-disable.patch @@ -1,4 +1,4 @@ -From 538510edfa2f2768810686e026f2d1dcf216c12c Mon Sep 17 00:00:00 2001 +From db28d17b76e911d9e592b07b38dcaa2990efd942 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.35/0038-drm-vc4-dsi-Handle-the-different-command-FIFO-widths.patch b/patches/linux/6.18.36/0038-drm-vc4-dsi-Handle-the-different-command-FIFO-widths.patch similarity index 98% rename from patches/linux/6.18.35/0038-drm-vc4-dsi-Handle-the-different-command-FIFO-widths.patch rename to patches/linux/6.18.36/0038-drm-vc4-dsi-Handle-the-different-command-FIFO-widths.patch index 9506610e2..0d15ef2f1 100644 --- a/patches/linux/6.18.35/0038-drm-vc4-dsi-Handle-the-different-command-FIFO-widths.patch +++ b/patches/linux/6.18.36/0038-drm-vc4-dsi-Handle-the-different-command-FIFO-widths.patch @@ -1,4 +1,4 @@ -From 1f163413b643c8ced6da7becd2cf13ca07ce2c63 Mon Sep 17 00:00:00 2001 +From a3da11f394aaa52ee4a3be1ea63b2439066b126a 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.35/0039-drm-bridge-tc358762-Program-the-DPI-mode-into-the-ch.patch b/patches/linux/6.18.36/0039-drm-bridge-tc358762-Program-the-DPI-mode-into-the-ch.patch similarity index 96% rename from patches/linux/6.18.35/0039-drm-bridge-tc358762-Program-the-DPI-mode-into-the-ch.patch rename to patches/linux/6.18.36/0039-drm-bridge-tc358762-Program-the-DPI-mode-into-the-ch.patch index 41fd319d9..f99dfb48b 100644 --- a/patches/linux/6.18.35/0039-drm-bridge-tc358762-Program-the-DPI-mode-into-the-ch.patch +++ b/patches/linux/6.18.36/0039-drm-bridge-tc358762-Program-the-DPI-mode-into-the-ch.patch @@ -1,4 +1,4 @@ -From a87e91cc857624b4e6edf3a1586bdbd3d2ee40ad Mon Sep 17 00:00:00 2001 +From 4f9b6e7917fb525ce1c8a1247602e67e0a90be39 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.35/0040-drm-bridge-tc358762-revert-move-ops-to-enable.patch b/patches/linux/6.18.36/0040-drm-bridge-tc358762-revert-move-ops-to-enable.patch similarity index 96% rename from patches/linux/6.18.35/0040-drm-bridge-tc358762-revert-move-ops-to-enable.patch rename to patches/linux/6.18.36/0040-drm-bridge-tc358762-revert-move-ops-to-enable.patch index 0b13ce871..971ca5734 100644 --- a/patches/linux/6.18.35/0040-drm-bridge-tc358762-revert-move-ops-to-enable.patch +++ b/patches/linux/6.18.36/0040-drm-bridge-tc358762-revert-move-ops-to-enable.patch @@ -1,4 +1,4 @@ -From 0eeab9be1c25de28511b91b367265c0f2e903a2d Mon Sep 17 00:00:00 2001 +From 24575bd2a0efeeae983c605786095fb2d49978cf 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.35/0041-drm-bridge-tc358762-Set-pre_enabled-on-pre_enable-to.patch b/patches/linux/6.18.36/0041-drm-bridge-tc358762-Set-pre_enabled-on-pre_enable-to.patch similarity index 94% rename from patches/linux/6.18.35/0041-drm-bridge-tc358762-Set-pre_enabled-on-pre_enable-to.patch rename to patches/linux/6.18.36/0041-drm-bridge-tc358762-Set-pre_enabled-on-pre_enable-to.patch index ce59769d1..58845113a 100644 --- a/patches/linux/6.18.35/0041-drm-bridge-tc358762-Set-pre_enabled-on-pre_enable-to.patch +++ b/patches/linux/6.18.36/0041-drm-bridge-tc358762-Set-pre_enabled-on-pre_enable-to.patch @@ -1,4 +1,4 @@ -From b10cecde09c3e68a97b7f81da32d339c0aeaa9db Mon Sep 17 00:00:00 2001 +From bac7eb3cfe56c161944b77f9729f5f3fe5fd0d70 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.35/0042-net-pcs-add-standalone-PCS-registration-infrastructu.patch b/patches/linux/6.18.36/0042-net-pcs-add-standalone-PCS-registration-infrastructu.patch similarity index 98% rename from patches/linux/6.18.35/0042-net-pcs-add-standalone-PCS-registration-infrastructu.patch rename to patches/linux/6.18.36/0042-net-pcs-add-standalone-PCS-registration-infrastructu.patch index 085437333..c46f3a032 100644 --- a/patches/linux/6.18.35/0042-net-pcs-add-standalone-PCS-registration-infrastructu.patch +++ b/patches/linux/6.18.36/0042-net-pcs-add-standalone-PCS-registration-infrastructu.patch @@ -1,4 +1,4 @@ -From cc953707a853ac79e77702cf3f8646930fea2b5e Mon Sep 17 00:00:00 2001 +From 6dcd3256ab1fcf224fc7bb41fb47b37f9f7cda16 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.35/0043-net-pcs-add-MediaTek-MT7988-USXGMII-PCS-driver.patch b/patches/linux/6.18.36/0043-net-pcs-add-MediaTek-MT7988-USXGMII-PCS-driver.patch similarity index 99% rename from patches/linux/6.18.35/0043-net-pcs-add-MediaTek-MT7988-USXGMII-PCS-driver.patch rename to patches/linux/6.18.36/0043-net-pcs-add-MediaTek-MT7988-USXGMII-PCS-driver.patch index 7f553cf51..ce8a7a6ba 100644 --- a/patches/linux/6.18.35/0043-net-pcs-add-MediaTek-MT7988-USXGMII-PCS-driver.patch +++ b/patches/linux/6.18.36/0043-net-pcs-add-MediaTek-MT7988-USXGMII-PCS-driver.patch @@ -1,4 +1,4 @@ -From 3786286800f6d085870df316d9ccc20daa67383e Mon Sep 17 00:00:00 2001 +From ab53ad238214316a1c6feab8f6d85c06832e7a47 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.35/0044-net-ethernet-mediatek-add-USXGMII-support-for-MT7988.patch b/patches/linux/6.18.36/0044-net-ethernet-mediatek-add-USXGMII-support-for-MT7988.patch similarity index 98% rename from patches/linux/6.18.35/0044-net-ethernet-mediatek-add-USXGMII-support-for-MT7988.patch rename to patches/linux/6.18.36/0044-net-ethernet-mediatek-add-USXGMII-support-for-MT7988.patch index 838c91c44..ffb382370 100644 --- a/patches/linux/6.18.35/0044-net-ethernet-mediatek-add-USXGMII-support-for-MT7988.patch +++ b/patches/linux/6.18.36/0044-net-ethernet-mediatek-add-USXGMII-support-for-MT7988.patch @@ -1,4 +1,4 @@ -From 6d31e8c465fa02597a2671e1b984608f66bf93c7 Mon Sep 17 00:00:00 2001 +From 5c7ae0ba30f846779eca1be5a9f36e1239ff74d8 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 @@ -126,7 +126,7 @@ index b4c01e2878f6..57380776032a 100644 +} + diff --git a/drivers/net/ethernet/mediatek/mtk_eth_soc.c b/drivers/net/ethernet/mediatek/mtk_eth_soc.c -index 0f676bd72832..79f8a5b19a23 100644 +index 065f969ee44e..180ef6a299ef 100644 --- a/drivers/net/ethernet/mediatek/mtk_eth_soc.c +++ b/drivers/net/ethernet/mediatek/mtk_eth_soc.c @@ -22,6 +22,7 @@ diff --git a/patches/linux/6.18.35/0045-arm64-dts-mediatek-mt7988a-add-USXGMII-PCS-nodes.patch b/patches/linux/6.18.36/0045-arm64-dts-mediatek-mt7988a-add-USXGMII-PCS-nodes.patch similarity index 96% rename from patches/linux/6.18.35/0045-arm64-dts-mediatek-mt7988a-add-USXGMII-PCS-nodes.patch rename to patches/linux/6.18.36/0045-arm64-dts-mediatek-mt7988a-add-USXGMII-PCS-nodes.patch index ff82389bd..544888ca5 100644 --- a/patches/linux/6.18.35/0045-arm64-dts-mediatek-mt7988a-add-USXGMII-PCS-nodes.patch +++ b/patches/linux/6.18.36/0045-arm64-dts-mediatek-mt7988a-add-USXGMII-PCS-nodes.patch @@ -1,4 +1,4 @@ -From 7ff2ed47c139414fde0b7c598cbfae78b06445e7 Mon Sep 17 00:00:00 2001 +From 6f05fd435c115a8bee19c93c22cf31ca1ecc89be 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.35/0046-arm64-dts-mediatek-bananapi-bpi-r4-enable-SFP-ports-.patch b/patches/linux/6.18.36/0046-arm64-dts-mediatek-bananapi-bpi-r4-enable-SFP-ports-.patch similarity index 97% rename from patches/linux/6.18.35/0046-arm64-dts-mediatek-bananapi-bpi-r4-enable-SFP-ports-.patch rename to patches/linux/6.18.36/0046-arm64-dts-mediatek-bananapi-bpi-r4-enable-SFP-ports-.patch index 0fdf2fa4a..b5a63cf9f 100644 --- a/patches/linux/6.18.35/0046-arm64-dts-mediatek-bananapi-bpi-r4-enable-SFP-ports-.patch +++ b/patches/linux/6.18.36/0046-arm64-dts-mediatek-bananapi-bpi-r4-enable-SFP-ports-.patch @@ -1,4 +1,4 @@ -From 732d2ee58edbf449a25e36326c70be998fb84cb5 Mon Sep 17 00:00:00 2001 +From 413263b811c631ae2ef984583590fd2297ef648a 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.35/0047-net-phy-sfp-add-OEM-SFP-10G-T-I-quirk.patch b/patches/linux/6.18.36/0047-net-phy-sfp-add-OEM-SFP-10G-T-I-quirk.patch similarity index 95% rename from patches/linux/6.18.35/0047-net-phy-sfp-add-OEM-SFP-10G-T-I-quirk.patch rename to patches/linux/6.18.36/0047-net-phy-sfp-add-OEM-SFP-10G-T-I-quirk.patch index c971a83d4..fa2ebf348 100644 --- a/patches/linux/6.18.35/0047-net-phy-sfp-add-OEM-SFP-10G-T-I-quirk.patch +++ b/patches/linux/6.18.36/0047-net-phy-sfp-add-OEM-SFP-10G-T-I-quirk.patch @@ -1,4 +1,4 @@ -From 84f2cc5e97d3117eacde44673af71954ceb8a635 Mon Sep 17 00:00:00 2001 +From d23cac53e2dbce4ce7f37aa8dd98dc5528bc45e0 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 @@ -26,7 +26,7 @@ Signed-off-by: Joachim Wiberg 1 file changed, 11 insertions(+) diff --git a/drivers/net/phy/sfp.c b/drivers/net/phy/sfp.c -index c62e3f364ea7..26b4314de996 100644 +index 25223cfe017b..f2ced24f42cf 100644 --- a/drivers/net/phy/sfp.c +++ b/drivers/net/phy/sfp.c @@ -451,6 +451,16 @@ static void sfp_fixup_rollball_cc(struct sfp *sfp) diff --git a/patches/linux/6.18.35/0048-net-dsa-mv88e6xxx-Trap-PTP-frames-on-timestamping-po.patch b/patches/linux/6.18.36/0048-net-dsa-mv88e6xxx-Trap-PTP-frames-on-timestamping-po.patch similarity index 99% rename from patches/linux/6.18.35/0048-net-dsa-mv88e6xxx-Trap-PTP-frames-on-timestamping-po.patch rename to patches/linux/6.18.36/0048-net-dsa-mv88e6xxx-Trap-PTP-frames-on-timestamping-po.patch index 29a6ba145..64cb72280 100644 --- a/patches/linux/6.18.35/0048-net-dsa-mv88e6xxx-Trap-PTP-frames-on-timestamping-po.patch +++ b/patches/linux/6.18.36/0048-net-dsa-mv88e6xxx-Trap-PTP-frames-on-timestamping-po.patch @@ -1,4 +1,4 @@ -From a0cafe33419266ef5ab5df930d14014ba03d84fb Mon Sep 17 00:00:00 2001 +From 98bd974f7aedfa4a8181daa3f39867e480e097fa 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.35/0049-wifi-mt76-mt7615-add-MODULE_DEVICE_TABLE-for-mt7622-.patch b/patches/linux/6.18.36/0049-wifi-mt76-mt7615-add-MODULE_DEVICE_TABLE-for-mt7622-.patch similarity index 94% rename from patches/linux/6.18.35/0049-wifi-mt76-mt7615-add-MODULE_DEVICE_TABLE-for-mt7622-.patch rename to patches/linux/6.18.36/0049-wifi-mt76-mt7615-add-MODULE_DEVICE_TABLE-for-mt7622-.patch index 6a76b7243..d4ccc9be9 100644 --- a/patches/linux/6.18.35/0049-wifi-mt76-mt7615-add-MODULE_DEVICE_TABLE-for-mt7622-.patch +++ b/patches/linux/6.18.36/0049-wifi-mt76-mt7615-add-MODULE_DEVICE_TABLE-for-mt7622-.patch @@ -1,4 +1,4 @@ -From 2fa2a96d490a6d9b0c868d385634bf387cb527d1 Mon Sep 17 00:00:00 2001 +From a212af73720bb070c7b9a18e70985ea659ab0039 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.35/0050-PCI-mediatek-gen3-Fix-PERST-control-timing-during-sy.patch b/patches/linux/6.18.36/0050-PCI-mediatek-gen3-Fix-PERST-control-timing-during-sy.patch similarity index 97% rename from patches/linux/6.18.35/0050-PCI-mediatek-gen3-Fix-PERST-control-timing-during-sy.patch rename to patches/linux/6.18.36/0050-PCI-mediatek-gen3-Fix-PERST-control-timing-during-sy.patch index 7c4f6b7a5..cf3084317 100644 --- a/patches/linux/6.18.35/0050-PCI-mediatek-gen3-Fix-PERST-control-timing-during-sy.patch +++ b/patches/linux/6.18.36/0050-PCI-mediatek-gen3-Fix-PERST-control-timing-during-sy.patch @@ -1,4 +1,4 @@ -From 05ea72daf8ba0604c3d4590bebf74fa5fbcb5acc Mon Sep 17 00:00:00 2001 +From 6c7aca4d3d77be389ff4d533a9f7eed095442aad 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 b7091cbd0..3ef39f08f 100644 --- a/patches/linux/linux.hash +++ b/patches/linux/linux.hash @@ -1,2 +1,2 @@ # Calculated with utils/kernel-refresh.sh -sha256 f78602932219125e211c5f5bfd84edcfd4ec5ce88fc944f8248413f665bef236 linux-6.18.35.tar.xz +sha256 fbab86c9f471c81075b280cca30bd85d790c060063a1245859b6344b07c9c44e linux-6.18.36.tar.xz