diff --git a/configs/aarch64_defconfig b/configs/aarch64_defconfig index 2356d6661..3a933243c 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.33" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.34" 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 d74357e8c..1f6fb7949 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.33" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.34" 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 19d8f1120..772f5ee44 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.33" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.34" 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 d286c3305..ac85b3ff9 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.33" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.34" 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 65f0d7b07..10df6e94a 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.33" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.34" 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 2008722ea..91ed9b6cf 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.33" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.34" 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/patches/linux/6.18.33/0001-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch b/patches/linux/6.18.34/0001-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch similarity index 98% rename from patches/linux/6.18.33/0001-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch rename to patches/linux/6.18.34/0001-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch index 231dbbae8..0cedb105e 100644 --- a/patches/linux/6.18.33/0001-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch +++ b/patches/linux/6.18.34/0001-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch @@ -1,4 +1,4 @@ -From 2fe4584b70875e1624053f90cecfff25d55925ea Mon Sep 17 00:00:00 2001 +From 2b86219131c6bed9658c75334e0b2748d4b68c04 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.33/0002-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch b/patches/linux/6.18.34/0002-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch similarity index 96% rename from patches/linux/6.18.33/0002-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch rename to patches/linux/6.18.34/0002-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch index 959ec1894..819b4635d 100644 --- a/patches/linux/6.18.33/0002-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch +++ b/patches/linux/6.18.34/0002-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch @@ -1,4 +1,4 @@ -From 7a8bc364e2a1fe55aef7eb189405a799f69bc848 Mon Sep 17 00:00:00 2001 +From 9eb5c192c3c76f9141b344d3bbbc954a0e4be50e 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.33/0003-net-phy-marvell10g-Add-LED-support-for-88X3310.patch b/patches/linux/6.18.34/0003-net-phy-marvell10g-Add-LED-support-for-88X3310.patch similarity index 99% rename from patches/linux/6.18.33/0003-net-phy-marvell10g-Add-LED-support-for-88X3310.patch rename to patches/linux/6.18.34/0003-net-phy-marvell10g-Add-LED-support-for-88X3310.patch index cf108ac03..019843947 100644 --- a/patches/linux/6.18.33/0003-net-phy-marvell10g-Add-LED-support-for-88X3310.patch +++ b/patches/linux/6.18.34/0003-net-phy-marvell10g-Add-LED-support-for-88X3310.patch @@ -1,4 +1,4 @@ -From 6d4aa58ed9394b0b842e89fb4f7e080491e75bed Mon Sep 17 00:00:00 2001 +From c08724121dc4d08ac783333a2ac38178649c918c 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.33/0004-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch b/patches/linux/6.18.34/0004-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch similarity index 97% rename from patches/linux/6.18.33/0004-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch rename to patches/linux/6.18.34/0004-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch index 45675367a..da92c9e54 100644 --- a/patches/linux/6.18.33/0004-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch +++ b/patches/linux/6.18.34/0004-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch @@ -1,4 +1,4 @@ -From deb7af02b1600f51052bca3d7f566019966062aa Mon Sep 17 00:00:00 2001 +From cd914eb2ac2b86240294108f4d4ab18b0bfbb44b 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.33/0005-net-phy-Do-not-resume-PHY-when-attaching.patch b/patches/linux/6.18.34/0005-net-phy-Do-not-resume-PHY-when-attaching.patch similarity index 91% rename from patches/linux/6.18.33/0005-net-phy-Do-not-resume-PHY-when-attaching.patch rename to patches/linux/6.18.34/0005-net-phy-Do-not-resume-PHY-when-attaching.patch index 09c125f25..9941dac7a 100644 --- a/patches/linux/6.18.33/0005-net-phy-Do-not-resume-PHY-when-attaching.patch +++ b/patches/linux/6.18.34/0005-net-phy-Do-not-resume-PHY-when-attaching.patch @@ -1,4 +1,4 @@ -From 0777c7502a8c98c1f0987a58019ec43d230768eb Mon Sep 17 00:00:00 2001 +From 25d84725be05967330bbeaac957fade38e338e40 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,7 +19,7 @@ administratively down. 1 file changed, 1 deletion(-) diff --git a/drivers/net/phy/phy_device.c b/drivers/net/phy/phy_device.c -index dea8b94286d1..f8c376c26fac 100644 +index 78cf05a17f8f..ddf47a586a5a 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, diff --git a/patches/linux/6.18.33/0006-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch b/patches/linux/6.18.34/0006-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch similarity index 98% rename from patches/linux/6.18.33/0006-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch rename to patches/linux/6.18.34/0006-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch index 5e20b49a2..fbcbfafdf 100644 --- a/patches/linux/6.18.33/0006-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch +++ b/patches/linux/6.18.34/0006-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch @@ -1,4 +1,4 @@ -From 7e47e0fdb4b1d95f58e75d3ee1fd52d2d64866c9 Mon Sep 17 00:00:00 2001 +From cb1dbb66184b3a07f8da93d8a52a56e77d97b98f 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 @@ -170,7 +170,7 @@ index 2cbae0f9ae1f..0c539bf4bebe 100644 br_multicast_flood(mdst, skb, brmctx, local_rcv, false); } diff --git a/net/bridge/br_multicast.c b/net/bridge/br_multicast.c -index 5855eb050208..06641afb99a8 100644 +index b77b3250afbd..f27cb9b54211 100644 --- a/net/bridge/br_multicast.c +++ b/net/bridge/br_multicast.c @@ -3836,6 +3836,11 @@ static void br_multicast_err_count(const struct net_bridge *br, diff --git a/patches/linux/6.18.33/0007-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch b/patches/linux/6.18.34/0007-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch similarity index 95% rename from patches/linux/6.18.33/0007-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch rename to patches/linux/6.18.34/0007-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch index 70775cecf..bd48fc457 100644 --- a/patches/linux/6.18.33/0007-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch +++ b/patches/linux/6.18.34/0007-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch @@ -1,4 +1,4 @@ -From 099962fe582c35da76fee0b88ac0051050270e66 Mon Sep 17 00:00:00 2001 +From 66e1ca5038625bc0feb132edf07953b2e6c350da 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.33/0008-net-bridge-drop-delay-for-applying-strict-multicast-.patch b/patches/linux/6.18.34/0008-net-bridge-drop-delay-for-applying-strict-multicast-.patch similarity index 96% rename from patches/linux/6.18.33/0008-net-bridge-drop-delay-for-applying-strict-multicast-.patch rename to patches/linux/6.18.34/0008-net-bridge-drop-delay-for-applying-strict-multicast-.patch index 8a62688c1..2b5ef732b 100644 --- a/patches/linux/6.18.33/0008-net-bridge-drop-delay-for-applying-strict-multicast-.patch +++ b/patches/linux/6.18.34/0008-net-bridge-drop-delay-for-applying-strict-multicast-.patch @@ -1,4 +1,4 @@ -From 003a394f39682faabb14d968a32504306a5a97b5 Mon Sep 17 00:00:00 2001 +From 31bfb62384ef4b09238f93db137547d0d6d63663 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 @@ -24,7 +24,7 @@ Signed-off-by: Joachim Wiberg 2 files changed, 8 insertions(+), 38 deletions(-) diff --git a/net/bridge/br_multicast.c b/net/bridge/br_multicast.c -index 06641afb99a8..bacff6c2e968 100644 +index f27cb9b54211..bfb38b18c1da 100644 --- a/net/bridge/br_multicast.c +++ b/net/bridge/br_multicast.c @@ -1760,10 +1760,6 @@ static void br_ip6_multicast_querier_expired(struct timer_list *t) @@ -133,7 +133,7 @@ index 06641afb99a8..bacff6c2e968 100644 timer_delete_sync(&brmctx->ip6_own_query.timer); #endif } -@@ -4726,8 +4710,6 @@ EXPORT_SYMBOL_GPL(br_multicast_router); +@@ -4747,8 +4731,6 @@ EXPORT_SYMBOL_GPL(br_multicast_router); int br_multicast_set_querier(struct net_bridge_mcast *brmctx, unsigned long val) { @@ -142,7 +142,7 @@ index 06641afb99a8..bacff6c2e968 100644 val = !!val; spin_lock_bh(&brmctx->br->multicast_lock); -@@ -4738,19 +4720,9 @@ int br_multicast_set_querier(struct net_bridge_mcast *brmctx, unsigned long val) +@@ -4759,19 +4741,9 @@ int br_multicast_set_querier(struct net_bridge_mcast *brmctx, unsigned long val) if (!val) goto unlock; diff --git a/patches/linux/6.18.33/0009-net-bridge-Differentiate-MDB-additions-from-modifica.patch b/patches/linux/6.18.34/0009-net-bridge-Differentiate-MDB-additions-from-modifica.patch similarity index 97% rename from patches/linux/6.18.33/0009-net-bridge-Differentiate-MDB-additions-from-modifica.patch rename to patches/linux/6.18.34/0009-net-bridge-Differentiate-MDB-additions-from-modifica.patch index a63403fbf..a391dfc2a 100644 --- a/patches/linux/6.18.33/0009-net-bridge-Differentiate-MDB-additions-from-modifica.patch +++ b/patches/linux/6.18.34/0009-net-bridge-Differentiate-MDB-additions-from-modifica.patch @@ -1,4 +1,4 @@ -From 2d870ee42b147399d95dee79144195919dabb2fe Mon Sep 17 00:00:00 2001 +From c16b809eb7ef941870dcfb6ecceab83570fcd223 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 @@ -62,7 +62,7 @@ index 400eb872b403..cd7a2cd0911a 100644 if (br_multicast_should_handle_mode(brmctx, cfg->group.proto)) br_multicast_star_g_handle_mode(pg, cfg->filter_mode); diff --git a/net/bridge/br_multicast.c b/net/bridge/br_multicast.c -index bacff6c2e968..a5f3e4935edc 100644 +index bfb38b18c1da..cc7ce7fc6580 100644 --- a/net/bridge/br_multicast.c +++ b/net/bridge/br_multicast.c @@ -616,7 +616,7 @@ static void br_multicast_fwd_src_handle(struct net_bridge_group_src *src) diff --git a/patches/linux/6.18.33/0010-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch b/patches/linux/6.18.34/0010-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch similarity index 96% rename from patches/linux/6.18.33/0010-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch rename to patches/linux/6.18.34/0010-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch index 0a8fef16d..2538b1103 100644 --- a/patches/linux/6.18.33/0010-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch +++ b/patches/linux/6.18.34/0010-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch @@ -1,4 +1,4 @@ -From 763289c999ed2b0a9ecdb417b32c9d5a2f6b104a Mon Sep 17 00:00:00 2001 +From 4ba33d783110e4559b5abfcfd8c095f0e71befc5 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Fri, 24 Nov 2023 23:29:55 +0100 Subject: [PATCH 10/50] nvmem: layouts: onie-tlv: Let device probe even when diff --git a/patches/linux/6.18.33/0011-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch b/patches/linux/6.18.34/0011-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch similarity index 95% rename from patches/linux/6.18.33/0011-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch rename to patches/linux/6.18.34/0011-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch index 5c130a025..1e2a8fdeb 100644 --- a/patches/linux/6.18.33/0011-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch +++ b/patches/linux/6.18.34/0011-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch @@ -1,4 +1,4 @@ -From 7e779610739e75b5d1e3b66bc8b0aa0c8ad68c9f Mon Sep 17 00:00:00 2001 +From f19c6a56de0743c906cbef917bc201d0c5a74c99 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Sun, 11 Aug 2024 11:27:35 +0200 Subject: [PATCH 11/50] net: usb: r8152: add r8153b support for link/activity diff --git a/patches/linux/6.18.33/0012-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch b/patches/linux/6.18.34/0012-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch similarity index 96% rename from patches/linux/6.18.33/0012-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch rename to patches/linux/6.18.34/0012-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch index b1919981a..d41eda557 100644 --- a/patches/linux/6.18.33/0012-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch +++ b/patches/linux/6.18.34/0012-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch @@ -1,4 +1,4 @@ -From fe101bb64d6f6c558c679630733d76bdf4ab3b5f Mon Sep 17 00:00:00 2001 +From daed6dc750e19a316a1a3db62df42ca31f830bd9 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.33/0013-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch b/patches/linux/6.18.34/0013-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch similarity index 98% rename from patches/linux/6.18.33/0013-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch rename to patches/linux/6.18.34/0013-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch index 7988bb82a..338b7a35c 100644 --- a/patches/linux/6.18.33/0013-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch +++ b/patches/linux/6.18.34/0013-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch @@ -1,4 +1,4 @@ -From 672339f6b4a1b8849cf96fe9b6150bd6a49b15b4 Mon Sep 17 00:00:00 2001 +From 42a6936aeb6ed136f7ce7524551307d6eecb3d95 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.33/0014-input-touchscreen-edt-ft5x06-Add-polled-mode.patch b/patches/linux/6.18.34/0014-input-touchscreen-edt-ft5x06-Add-polled-mode.patch similarity index 98% rename from patches/linux/6.18.33/0014-input-touchscreen-edt-ft5x06-Add-polled-mode.patch rename to patches/linux/6.18.34/0014-input-touchscreen-edt-ft5x06-Add-polled-mode.patch index 00d83155b..19d7cf107 100644 --- a/patches/linux/6.18.33/0014-input-touchscreen-edt-ft5x06-Add-polled-mode.patch +++ b/patches/linux/6.18.34/0014-input-touchscreen-edt-ft5x06-Add-polled-mode.patch @@ -1,4 +1,4 @@ -From 9ece9e9fc5269cfadeb53d6e8cafc124217f606f Mon Sep 17 00:00:00 2001 +From c83feafa1899f66855f13b8a5c63a3f04b037686 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.33/0015-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch b/patches/linux/6.18.34/0015-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch similarity index 94% rename from patches/linux/6.18.33/0015-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch rename to patches/linux/6.18.34/0015-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch index 256622765..76a711f74 100644 --- a/patches/linux/6.18.33/0015-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch +++ b/patches/linux/6.18.34/0015-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch @@ -1,4 +1,4 @@ -From 3eecd843969fec2c1532c32b39f5e81bb51425b3 Mon Sep 17 00:00:00 2001 +From cb3652859a4c5f0ffad4b4cae5d112370829f9ad 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.33/0016-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch b/patches/linux/6.18.34/0016-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch similarity index 99% rename from patches/linux/6.18.33/0016-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch rename to patches/linux/6.18.34/0016-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch index 0a28b7508..5c935bd16 100644 --- a/patches/linux/6.18.33/0016-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch +++ b/patches/linux/6.18.34/0016-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch @@ -1,4 +1,4 @@ -From 861654c5d7ce2180cc633517221eac516988c813 Mon Sep 17 00:00:00 2001 +From abe555c35cf1f2c35f0b9b05917abb5f5470564e 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.33/0017-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch b/patches/linux/6.18.34/0017-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch similarity index 95% rename from patches/linux/6.18.33/0017-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch rename to patches/linux/6.18.34/0017-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch index 8c8a8201b..166de5d5c 100644 --- a/patches/linux/6.18.33/0017-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch +++ b/patches/linux/6.18.34/0017-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch @@ -1,4 +1,4 @@ -From 6b84a1215d87bd03432ed6b79bd55e08d84e5125 Mon Sep 17 00:00:00 2001 +From 1e0374357606ce86a7fad14d3eedbf650cab2f31 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.33/0018-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch b/patches/linux/6.18.34/0018-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch similarity index 98% rename from patches/linux/6.18.33/0018-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch rename to patches/linux/6.18.34/0018-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch index a6a27b470..9e315fa4c 100644 --- a/patches/linux/6.18.33/0018-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch +++ b/patches/linux/6.18.34/0018-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch @@ -1,4 +1,4 @@ -From aaa6dce534b6c509f8e36055660bd670d2bc2758 Mon Sep 17 00:00:00 2001 +From f3a986c8529106e426b0fb5ecafdb0a852a0f344 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.33/0019-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch b/patches/linux/6.18.34/0019-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch similarity index 95% rename from patches/linux/6.18.33/0019-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch rename to patches/linux/6.18.34/0019-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch index 81319fcbd..49619a4e6 100644 --- a/patches/linux/6.18.33/0019-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch +++ b/patches/linux/6.18.34/0019-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch @@ -1,4 +1,4 @@ -From f00c52f509a093dc503d14854cc8ae4ae2b5be11 Mon Sep 17 00:00:00 2001 +From 8eaf45f3a3c527db200164eb44a234a33bea0024 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.33/0020-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch b/patches/linux/6.18.34/0020-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch similarity index 97% rename from patches/linux/6.18.33/0020-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch rename to patches/linux/6.18.34/0020-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch index b14ee806e..a9c02b9fb 100644 --- a/patches/linux/6.18.33/0020-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch +++ b/patches/linux/6.18.34/0020-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch @@ -1,4 +1,4 @@ -From 64c5a7544da9777934ff971ec4b3c46e97e653ae Mon Sep 17 00:00:00 2001 +From 01af01f03f4bbaeead33d32f5f8b340a02aca16c 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.33/0021-net-dsa-Support-EtherType-based-priority-overrides.patch b/patches/linux/6.18.34/0021-net-dsa-Support-EtherType-based-priority-overrides.patch similarity index 98% rename from patches/linux/6.18.33/0021-net-dsa-Support-EtherType-based-priority-overrides.patch rename to patches/linux/6.18.34/0021-net-dsa-Support-EtherType-based-priority-overrides.patch index cbf35a31f..cfa5116be 100644 --- a/patches/linux/6.18.33/0021-net-dsa-Support-EtherType-based-priority-overrides.patch +++ b/patches/linux/6.18.34/0021-net-dsa-Support-EtherType-based-priority-overrides.patch @@ -1,4 +1,4 @@ -From 6d9c872aafa7ec5a330778c82af2dde46e0959b1 Mon Sep 17 00:00:00 2001 +From ee554d75ddc33549f25c132f394ce346dc661cf9 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.33/0022-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch b/patches/linux/6.18.34/0022-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch similarity index 99% rename from patches/linux/6.18.33/0022-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch rename to patches/linux/6.18.34/0022-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch index 6c52e33d0..4b6adc550 100644 --- a/patches/linux/6.18.33/0022-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch +++ b/patches/linux/6.18.34/0022-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch @@ -1,4 +1,4 @@ -From ff0b28ef9545851cf670d2786e71db7868fb310f Mon Sep 17 00:00:00 2001 +From f98cab13a16a82fe236ce37c2c82a18e4a23b09e 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.33/0023-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch b/patches/linux/6.18.34/0023-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch similarity index 98% rename from patches/linux/6.18.33/0023-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch rename to patches/linux/6.18.34/0023-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch index 5c9c20289..2fb0fdbfc 100644 --- a/patches/linux/6.18.33/0023-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch +++ b/patches/linux/6.18.34/0023-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch @@ -1,4 +1,4 @@ -From d92fe419bd632fcd07254b95a11f5a2ada340555 Mon Sep 17 00:00:00 2001 +From 638afa80161cc8f42ba8836c05a707fe648eca80 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.33/0024-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch b/patches/linux/6.18.34/0024-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch similarity index 97% rename from patches/linux/6.18.33/0024-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch rename to patches/linux/6.18.34/0024-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch index 43974bf0e..cf1246ab8 100644 --- a/patches/linux/6.18.33/0024-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch +++ b/patches/linux/6.18.34/0024-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch @@ -1,4 +1,4 @@ -From 71ad38fb7f6bde1dedc16f1939ce2d224feb7e60 Mon Sep 17 00:00:00 2001 +From 25b86dcdf614b83ffdb105d401fffcc81c4a9a8c 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.33/0025-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch b/patches/linux/6.18.34/0025-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch similarity index 98% rename from patches/linux/6.18.33/0025-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch rename to patches/linux/6.18.34/0025-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch index c23a91498..4634bbe8c 100644 --- a/patches/linux/6.18.33/0025-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch +++ b/patches/linux/6.18.34/0025-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch @@ -1,4 +1,4 @@ -From dd65f95bbbe1897452ddb520699a0c758f0a495c Mon Sep 17 00:00:00 2001 +From 3e66363612ee2fe156f645df9b2755a12ff3bbb9 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.33/0026-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch b/patches/linux/6.18.34/0026-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch similarity index 95% rename from patches/linux/6.18.33/0026-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch rename to patches/linux/6.18.34/0026-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch index 44b63faa5..4b1b22452 100644 --- a/patches/linux/6.18.33/0026-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch +++ b/patches/linux/6.18.34/0026-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch @@ -1,4 +1,4 @@ -From 79f68061eb996858459b131ffed45e3abeaf37df Mon Sep 17 00:00:00 2001 +From 0eb8674921110e40d540fec2f66862bb7a377d9a 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.33/0027-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch b/patches/linux/6.18.34/0027-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch similarity index 98% rename from patches/linux/6.18.33/0027-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch rename to patches/linux/6.18.34/0027-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch index 013f3edb4..4d48970ae 100644 --- a/patches/linux/6.18.33/0027-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch +++ b/patches/linux/6.18.34/0027-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch @@ -1,4 +1,4 @@ -From baeccc8d6402fca534a9706e1343e35bd04eb505 Mon Sep 17 00:00:00 2001 +From 107a289d4867d42b9ac8d780707e2492a6eec415 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.33/0028-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch b/patches/linux/6.18.34/0028-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch similarity index 99% rename from patches/linux/6.18.33/0028-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch rename to patches/linux/6.18.34/0028-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch index 5ddd6b3d2..eaf69e8d3 100644 --- a/patches/linux/6.18.33/0028-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch +++ b/patches/linux/6.18.34/0028-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch @@ -1,4 +1,4 @@ -From e1f1e6e36c398652f5bf121f4ae4c5b0c5af3e8a Mon Sep 17 00:00:00 2001 +From 12f57474f41cbf2ff076fcbcb218b6fdf6ae95a1 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.33/0029-wifi-brcmfmac-support-deletion-and-recreation-of-pri.patch b/patches/linux/6.18.34/0029-wifi-brcmfmac-support-deletion-and-recreation-of-pri.patch similarity index 99% rename from patches/linux/6.18.33/0029-wifi-brcmfmac-support-deletion-and-recreation-of-pri.patch rename to patches/linux/6.18.34/0029-wifi-brcmfmac-support-deletion-and-recreation-of-pri.patch index 3d4f8be17..8637412e2 100644 --- a/patches/linux/6.18.33/0029-wifi-brcmfmac-support-deletion-and-recreation-of-pri.patch +++ b/patches/linux/6.18.34/0029-wifi-brcmfmac-support-deletion-and-recreation-of-pri.patch @@ -1,4 +1,4 @@ -From 787b93706592b82184bb5d2cf38ebd6ebc33068c Mon Sep 17 00:00:00 2001 +From 81798fe8ca0fdd8f45b110abc47caa5c42f7b383 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.33/0030-wifi-brcmfmac-check-connection-state-before-querying.patch b/patches/linux/6.18.34/0030-wifi-brcmfmac-check-connection-state-before-querying.patch similarity index 96% rename from patches/linux/6.18.33/0030-wifi-brcmfmac-check-connection-state-before-querying.patch rename to patches/linux/6.18.34/0030-wifi-brcmfmac-check-connection-state-before-querying.patch index 56731acaf..bda35d1da 100644 --- a/patches/linux/6.18.33/0030-wifi-brcmfmac-check-connection-state-before-querying.patch +++ b/patches/linux/6.18.34/0030-wifi-brcmfmac-check-connection-state-before-querying.patch @@ -1,4 +1,4 @@ -From 362d691d8554b1deb7973d622cb5e264422c71d0 Mon Sep 17 00:00:00 2001 +From 78f0ed92b27420a7c4ac639b39ac84c8106744d4 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.33/0031-wifi-brcmfmac-suppress-log-spam-for-regulatory-restr.patch b/patches/linux/6.18.34/0031-wifi-brcmfmac-suppress-log-spam-for-regulatory-restr.patch similarity index 96% rename from patches/linux/6.18.33/0031-wifi-brcmfmac-suppress-log-spam-for-regulatory-restr.patch rename to patches/linux/6.18.34/0031-wifi-brcmfmac-suppress-log-spam-for-regulatory-restr.patch index 1e10c1f2e..7387c0b48 100644 --- a/patches/linux/6.18.33/0031-wifi-brcmfmac-suppress-log-spam-for-regulatory-restr.patch +++ b/patches/linux/6.18.34/0031-wifi-brcmfmac-suppress-log-spam-for-regulatory-restr.patch @@ -1,4 +1,4 @@ -From 68421f2b9eb236a92faf983869513384c2f710d2 Mon Sep 17 00:00:00 2001 +From 8517f96105f0bad1fb74640fc5dc9a5d6bc161f3 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.33/0032-wifi-brcmfmac-reduce-log-noise-during-AP-to-station-.patch b/patches/linux/6.18.34/0032-wifi-brcmfmac-reduce-log-noise-during-AP-to-station-.patch similarity index 97% rename from patches/linux/6.18.33/0032-wifi-brcmfmac-reduce-log-noise-during-AP-to-station-.patch rename to patches/linux/6.18.34/0032-wifi-brcmfmac-reduce-log-noise-during-AP-to-station-.patch index 8ddf896ed..ad0f682e4 100644 --- a/patches/linux/6.18.33/0032-wifi-brcmfmac-reduce-log-noise-during-AP-to-station-.patch +++ b/patches/linux/6.18.34/0032-wifi-brcmfmac-reduce-log-noise-during-AP-to-station-.patch @@ -1,4 +1,4 @@ -From d56be4ebfa036e2947c83b72a409deaa6cc19cf6 Mon Sep 17 00:00:00 2001 +From 185b4ae0e255c1d4b46c4be50170a927b741c4fe 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.33/0033-net-phy-air_en8811h-add-OF-device-table-for-auto-loa.patch b/patches/linux/6.18.34/0033-net-phy-air_en8811h-add-OF-device-table-for-auto-loa.patch similarity index 95% rename from patches/linux/6.18.33/0033-net-phy-air_en8811h-add-OF-device-table-for-auto-loa.patch rename to patches/linux/6.18.34/0033-net-phy-air_en8811h-add-OF-device-table-for-auto-loa.patch index 645bd8b1f..74762cacd 100644 --- a/patches/linux/6.18.33/0033-net-phy-air_en8811h-add-OF-device-table-for-auto-loa.patch +++ b/patches/linux/6.18.34/0033-net-phy-air_en8811h-add-OF-device-table-for-auto-loa.patch @@ -1,4 +1,4 @@ -From 7748aa9623b1118451faa821a7e10fedda62d1a0 Mon Sep 17 00:00:00 2001 +From a80f482d3b7809a69d244846a90e83609bb38cde 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.33/0034-drm-vc4-dsi-enable-video-and-then-retry-failed-trans.patch b/patches/linux/6.18.34/0034-drm-vc4-dsi-enable-video-and-then-retry-failed-trans.patch similarity index 98% rename from patches/linux/6.18.33/0034-drm-vc4-dsi-enable-video-and-then-retry-failed-trans.patch rename to patches/linux/6.18.34/0034-drm-vc4-dsi-enable-video-and-then-retry-failed-trans.patch index 8eb104f00..4089f2de7 100644 --- a/patches/linux/6.18.33/0034-drm-vc4-dsi-enable-video-and-then-retry-failed-trans.patch +++ b/patches/linux/6.18.34/0034-drm-vc4-dsi-enable-video-and-then-retry-failed-trans.patch @@ -1,4 +1,4 @@ -From 90cf1591f68e8008679418a20605a784d90f1d8a Mon Sep 17 00:00:00 2001 +From 7a89babfeaf4b9e17053b38b675fc7c25af2d3cb 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.33/0035-drm-vc4-dsi-Clocks-should-be-running-before-reset.patch b/patches/linux/6.18.34/0035-drm-vc4-dsi-Clocks-should-be-running-before-reset.patch similarity index 96% rename from patches/linux/6.18.33/0035-drm-vc4-dsi-Clocks-should-be-running-before-reset.patch rename to patches/linux/6.18.34/0035-drm-vc4-dsi-Clocks-should-be-running-before-reset.patch index c89ec737a..cecec6ae0 100644 --- a/patches/linux/6.18.33/0035-drm-vc4-dsi-Clocks-should-be-running-before-reset.patch +++ b/patches/linux/6.18.34/0035-drm-vc4-dsi-Clocks-should-be-running-before-reset.patch @@ -1,4 +1,4 @@ -From 2d326923d4009abd4966ca037f471b223ff7e415 Mon Sep 17 00:00:00 2001 +From 59817df77fa2ee3190886e21e0dfe5d00d4cbf82 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.33/0036-drm-vc4-Ensure-DSI-is-enabled-for-FIFO-resets.patch b/patches/linux/6.18.34/0036-drm-vc4-Ensure-DSI-is-enabled-for-FIFO-resets.patch similarity index 96% rename from patches/linux/6.18.33/0036-drm-vc4-Ensure-DSI-is-enabled-for-FIFO-resets.patch rename to patches/linux/6.18.34/0036-drm-vc4-Ensure-DSI-is-enabled-for-FIFO-resets.patch index 1aeaf45f4..1b5a78f2e 100644 --- a/patches/linux/6.18.33/0036-drm-vc4-Ensure-DSI-is-enabled-for-FIFO-resets.patch +++ b/patches/linux/6.18.34/0036-drm-vc4-Ensure-DSI-is-enabled-for-FIFO-resets.patch @@ -1,4 +1,4 @@ -From 9d757c815316dd31c4e1507907d0d455e0681a94 Mon Sep 17 00:00:00 2001 +From faa29209c79497337bfc5fa00bd9047ab19c45a2 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.33/0037-drm-vc4-Reset-DSI-AFE-on-disable.patch b/patches/linux/6.18.34/0037-drm-vc4-Reset-DSI-AFE-on-disable.patch similarity index 96% rename from patches/linux/6.18.33/0037-drm-vc4-Reset-DSI-AFE-on-disable.patch rename to patches/linux/6.18.34/0037-drm-vc4-Reset-DSI-AFE-on-disable.patch index 71242a4f7..6f147d9f8 100644 --- a/patches/linux/6.18.33/0037-drm-vc4-Reset-DSI-AFE-on-disable.patch +++ b/patches/linux/6.18.34/0037-drm-vc4-Reset-DSI-AFE-on-disable.patch @@ -1,4 +1,4 @@ -From e080c511038635989631ac5cdb17ec279d622560 Mon Sep 17 00:00:00 2001 +From acfd9da7be673c601216263859ac6fae9667ecd1 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.33/0038-drm-vc4-dsi-Handle-the-different-command-FIFO-widths.patch b/patches/linux/6.18.34/0038-drm-vc4-dsi-Handle-the-different-command-FIFO-widths.patch similarity index 98% rename from patches/linux/6.18.33/0038-drm-vc4-dsi-Handle-the-different-command-FIFO-widths.patch rename to patches/linux/6.18.34/0038-drm-vc4-dsi-Handle-the-different-command-FIFO-widths.patch index 507b8cbd2..99593d49d 100644 --- a/patches/linux/6.18.33/0038-drm-vc4-dsi-Handle-the-different-command-FIFO-widths.patch +++ b/patches/linux/6.18.34/0038-drm-vc4-dsi-Handle-the-different-command-FIFO-widths.patch @@ -1,4 +1,4 @@ -From 5f90b134d655db7ba304f474c0bea07f0d70b210 Mon Sep 17 00:00:00 2001 +From 69006a9bd14ff43a2e7fd954576e717b7e849cb3 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.33/0039-drm-bridge-tc358762-Program-the-DPI-mode-into-the-ch.patch b/patches/linux/6.18.34/0039-drm-bridge-tc358762-Program-the-DPI-mode-into-the-ch.patch similarity index 96% rename from patches/linux/6.18.33/0039-drm-bridge-tc358762-Program-the-DPI-mode-into-the-ch.patch rename to patches/linux/6.18.34/0039-drm-bridge-tc358762-Program-the-DPI-mode-into-the-ch.patch index d5ab1e6c9..817d1713a 100644 --- a/patches/linux/6.18.33/0039-drm-bridge-tc358762-Program-the-DPI-mode-into-the-ch.patch +++ b/patches/linux/6.18.34/0039-drm-bridge-tc358762-Program-the-DPI-mode-into-the-ch.patch @@ -1,4 +1,4 @@ -From 4b540455f16b7534ba4315e7ed0f24ef28c54a12 Mon Sep 17 00:00:00 2001 +From 5b8e2b8009eba95697784f99fed93bd9704bc8b0 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.33/0040-drm-bridge-tc358762-revert-move-ops-to-enable.patch b/patches/linux/6.18.34/0040-drm-bridge-tc358762-revert-move-ops-to-enable.patch similarity index 96% rename from patches/linux/6.18.33/0040-drm-bridge-tc358762-revert-move-ops-to-enable.patch rename to patches/linux/6.18.34/0040-drm-bridge-tc358762-revert-move-ops-to-enable.patch index 2d914eb3a..e1a60dffd 100644 --- a/patches/linux/6.18.33/0040-drm-bridge-tc358762-revert-move-ops-to-enable.patch +++ b/patches/linux/6.18.34/0040-drm-bridge-tc358762-revert-move-ops-to-enable.patch @@ -1,4 +1,4 @@ -From 43486d84870b3c17e7cbfcc657d4f1c212b965df Mon Sep 17 00:00:00 2001 +From 66a72dd6f3b5e7a612472e8ba15ee1647a247dac 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.33/0041-drm-bridge-tc358762-Set-pre_enabled-on-pre_enable-to.patch b/patches/linux/6.18.34/0041-drm-bridge-tc358762-Set-pre_enabled-on-pre_enable-to.patch similarity index 94% rename from patches/linux/6.18.33/0041-drm-bridge-tc358762-Set-pre_enabled-on-pre_enable-to.patch rename to patches/linux/6.18.34/0041-drm-bridge-tc358762-Set-pre_enabled-on-pre_enable-to.patch index a2880e550..fd45e8ab8 100644 --- a/patches/linux/6.18.33/0041-drm-bridge-tc358762-Set-pre_enabled-on-pre_enable-to.patch +++ b/patches/linux/6.18.34/0041-drm-bridge-tc358762-Set-pre_enabled-on-pre_enable-to.patch @@ -1,4 +1,4 @@ -From d884542501e5aca327dd899aa07ee4a8db671378 Mon Sep 17 00:00:00 2001 +From 817f4985552b29fbc4719df29d9490246884c90b 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.33/0042-net-pcs-add-standalone-PCS-registration-infrastructu.patch b/patches/linux/6.18.34/0042-net-pcs-add-standalone-PCS-registration-infrastructu.patch similarity index 98% rename from patches/linux/6.18.33/0042-net-pcs-add-standalone-PCS-registration-infrastructu.patch rename to patches/linux/6.18.34/0042-net-pcs-add-standalone-PCS-registration-infrastructu.patch index cf537e66b..79b61e66c 100644 --- a/patches/linux/6.18.33/0042-net-pcs-add-standalone-PCS-registration-infrastructu.patch +++ b/patches/linux/6.18.34/0042-net-pcs-add-standalone-PCS-registration-infrastructu.patch @@ -1,4 +1,4 @@ -From 65babbd17fdf8a4f9a39dee4495e47e8d99b4fb3 Mon Sep 17 00:00:00 2001 +From b4a9446549eff73971b2ec62cc67cb5deb238b8e 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.33/0043-net-pcs-add-MediaTek-MT7988-USXGMII-PCS-driver.patch b/patches/linux/6.18.34/0043-net-pcs-add-MediaTek-MT7988-USXGMII-PCS-driver.patch similarity index 99% rename from patches/linux/6.18.33/0043-net-pcs-add-MediaTek-MT7988-USXGMII-PCS-driver.patch rename to patches/linux/6.18.34/0043-net-pcs-add-MediaTek-MT7988-USXGMII-PCS-driver.patch index 6df4cd7bc..60133e433 100644 --- a/patches/linux/6.18.33/0043-net-pcs-add-MediaTek-MT7988-USXGMII-PCS-driver.patch +++ b/patches/linux/6.18.34/0043-net-pcs-add-MediaTek-MT7988-USXGMII-PCS-driver.patch @@ -1,4 +1,4 @@ -From 6b81b7a7a5a88a6cb59bb1f1864c3301e6d7328e Mon Sep 17 00:00:00 2001 +From d91934120c59819f386276c2ae0198ef9b7d6146 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.33/0044-net-ethernet-mediatek-add-USXGMII-support-for-MT7988.patch b/patches/linux/6.18.34/0044-net-ethernet-mediatek-add-USXGMII-support-for-MT7988.patch similarity index 99% rename from patches/linux/6.18.33/0044-net-ethernet-mediatek-add-USXGMII-support-for-MT7988.patch rename to patches/linux/6.18.34/0044-net-ethernet-mediatek-add-USXGMII-support-for-MT7988.patch index c075d1f0c..5b4a3e625 100644 --- a/patches/linux/6.18.33/0044-net-ethernet-mediatek-add-USXGMII-support-for-MT7988.patch +++ b/patches/linux/6.18.34/0044-net-ethernet-mediatek-add-USXGMII-support-for-MT7988.patch @@ -1,4 +1,4 @@ -From 744074b3c1fc86e346e5f4246c3530ea834d9e69 Mon Sep 17 00:00:00 2001 +From c0223db92587d9c9a32a59c7a8d13cbf3cdafb41 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Mon, 6 Apr 2026 14:15:43 +0200 Subject: [PATCH 44/50] net: ethernet: mediatek: add USXGMII support for MT7988 diff --git a/patches/linux/6.18.33/0045-arm64-dts-mediatek-mt7988a-add-USXGMII-PCS-nodes.patch b/patches/linux/6.18.34/0045-arm64-dts-mediatek-mt7988a-add-USXGMII-PCS-nodes.patch similarity index 96% rename from patches/linux/6.18.33/0045-arm64-dts-mediatek-mt7988a-add-USXGMII-PCS-nodes.patch rename to patches/linux/6.18.34/0045-arm64-dts-mediatek-mt7988a-add-USXGMII-PCS-nodes.patch index a8273d2b9..364048e6c 100644 --- a/patches/linux/6.18.33/0045-arm64-dts-mediatek-mt7988a-add-USXGMII-PCS-nodes.patch +++ b/patches/linux/6.18.34/0045-arm64-dts-mediatek-mt7988a-add-USXGMII-PCS-nodes.patch @@ -1,4 +1,4 @@ -From 04a740b0daa21c8c62d067a2e62d187d3f103c6d Mon Sep 17 00:00:00 2001 +From aa80e887aa598322476c3659107689e84c929f7f 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.33/0046-arm64-dts-mediatek-bananapi-bpi-r4-enable-SFP-ports-.patch b/patches/linux/6.18.34/0046-arm64-dts-mediatek-bananapi-bpi-r4-enable-SFP-ports-.patch similarity index 97% rename from patches/linux/6.18.33/0046-arm64-dts-mediatek-bananapi-bpi-r4-enable-SFP-ports-.patch rename to patches/linux/6.18.34/0046-arm64-dts-mediatek-bananapi-bpi-r4-enable-SFP-ports-.patch index 96b9198de..408d49fd1 100644 --- a/patches/linux/6.18.33/0046-arm64-dts-mediatek-bananapi-bpi-r4-enable-SFP-ports-.patch +++ b/patches/linux/6.18.34/0046-arm64-dts-mediatek-bananapi-bpi-r4-enable-SFP-ports-.patch @@ -1,4 +1,4 @@ -From 34b430d91c7dbb2a7ec8e217bb32d72e43b2f105 Mon Sep 17 00:00:00 2001 +From 3bd699ab24b9fa4022ec573c2b62a0145264b72c 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.33/0047-net-phy-sfp-add-OEM-SFP-10G-T-I-quirk.patch b/patches/linux/6.18.34/0047-net-phy-sfp-add-OEM-SFP-10G-T-I-quirk.patch similarity index 97% rename from patches/linux/6.18.33/0047-net-phy-sfp-add-OEM-SFP-10G-T-I-quirk.patch rename to patches/linux/6.18.34/0047-net-phy-sfp-add-OEM-SFP-10G-T-I-quirk.patch index a72188b8f..2ad48ee73 100644 --- a/patches/linux/6.18.33/0047-net-phy-sfp-add-OEM-SFP-10G-T-I-quirk.patch +++ b/patches/linux/6.18.34/0047-net-phy-sfp-add-OEM-SFP-10G-T-I-quirk.patch @@ -1,4 +1,4 @@ -From ec2568715d3197879ebb47facab73a88a240880d Mon Sep 17 00:00:00 2001 +From ec62bb8dc231ffc6b43b9789811640288ff0837a Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Tue, 7 Apr 2026 07:34:52 +0200 Subject: [PATCH 47/50] net: phy: sfp: add OEM SFP-10G-T-I quirk diff --git a/patches/linux/6.18.33/0048-net-dsa-mv88e6xxx-Trap-PTP-frames-on-timestamping-po.patch b/patches/linux/6.18.34/0048-net-dsa-mv88e6xxx-Trap-PTP-frames-on-timestamping-po.patch similarity index 99% rename from patches/linux/6.18.33/0048-net-dsa-mv88e6xxx-Trap-PTP-frames-on-timestamping-po.patch rename to patches/linux/6.18.34/0048-net-dsa-mv88e6xxx-Trap-PTP-frames-on-timestamping-po.patch index 09e8603ce..01b974775 100644 --- a/patches/linux/6.18.33/0048-net-dsa-mv88e6xxx-Trap-PTP-frames-on-timestamping-po.patch +++ b/patches/linux/6.18.34/0048-net-dsa-mv88e6xxx-Trap-PTP-frames-on-timestamping-po.patch @@ -1,4 +1,4 @@ -From be296df15c04d30920c957787d54a052f9ca4646 Mon Sep 17 00:00:00 2001 +From 45c4be49a1faefedf6410bcf40530dd0fe20c5b8 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.33/0049-wifi-mt76-mt7615-add-MODULE_DEVICE_TABLE-for-mt7622-.patch b/patches/linux/6.18.34/0049-wifi-mt76-mt7615-add-MODULE_DEVICE_TABLE-for-mt7622-.patch similarity index 94% rename from patches/linux/6.18.33/0049-wifi-mt76-mt7615-add-MODULE_DEVICE_TABLE-for-mt7622-.patch rename to patches/linux/6.18.34/0049-wifi-mt76-mt7615-add-MODULE_DEVICE_TABLE-for-mt7622-.patch index bd5d584f9..c86a82704 100644 --- a/patches/linux/6.18.33/0049-wifi-mt76-mt7615-add-MODULE_DEVICE_TABLE-for-mt7622-.patch +++ b/patches/linux/6.18.34/0049-wifi-mt76-mt7615-add-MODULE_DEVICE_TABLE-for-mt7622-.patch @@ -1,4 +1,4 @@ -From 45d014b26d561e7269b29a0acd82e429a5f67707 Mon Sep 17 00:00:00 2001 +From 56a7c45fd3ccedd31e64eb610f109dbc316c4b3e 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.33/0050-PCI-mediatek-gen3-Fix-PERST-control-timing-during-sy.patch b/patches/linux/6.18.34/0050-PCI-mediatek-gen3-Fix-PERST-control-timing-during-sy.patch similarity index 97% rename from patches/linux/6.18.33/0050-PCI-mediatek-gen3-Fix-PERST-control-timing-during-sy.patch rename to patches/linux/6.18.34/0050-PCI-mediatek-gen3-Fix-PERST-control-timing-during-sy.patch index 8b7419b23..92cab77fd 100644 --- a/patches/linux/6.18.33/0050-PCI-mediatek-gen3-Fix-PERST-control-timing-during-sy.patch +++ b/patches/linux/6.18.34/0050-PCI-mediatek-gen3-Fix-PERST-control-timing-during-sy.patch @@ -1,4 +1,4 @@ -From 5d94f9f38b3c554581830e070a58536845c47a6a Mon Sep 17 00:00:00 2001 +From b80a89be72f654c0d14709acf20a614fb792a4b9 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 948a434b0..7d1622e0d 100644 --- a/patches/linux/linux.hash +++ b/patches/linux/linux.hash @@ -1,2 +1,2 @@ # Calculated with utils/kernel-refresh.sh -sha256 6f16ff302599f6fe34742890322cf0775703105fbd8767449682fca6af0fb782 linux-6.18.33.tar.xz +sha256 640c4732fb42842166db97e032c1fe7e5ff72c85a8982c75b40f74be3555d760 linux-6.18.34.tar.xz