diff --git a/configs/aarch64_defconfig b/configs/aarch64_defconfig index 04ccdde5..b0cb735d 100644 --- a/configs/aarch64_defconfig +++ b/configs/aarch64_defconfig @@ -27,7 +27,7 @@ BR2_ROOTFS_POST_IMAGE_SCRIPT="${BR2_EXTERNAL_INFIX_PATH}/board/common/post-image BR2_ROOTFS_MERGED_USR=y BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.6.51" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.6.52" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="${BR2_EXTERNAL_INFIX_PATH}/board/aarch64/linux_defconfig" BR2_LINUX_KERNEL_DTS_SUPPORT=y diff --git a/configs/aarch64_minimal_defconfig b/configs/aarch64_minimal_defconfig index 3ca49d5c..07438188 100644 --- a/configs/aarch64_minimal_defconfig +++ b/configs/aarch64_minimal_defconfig @@ -27,7 +27,7 @@ BR2_ROOTFS_POST_IMAGE_SCRIPT="${BR2_EXTERNAL_INFIX_PATH}/board/common/post-image BR2_ROOTFS_MERGED_USR=y BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.6.51" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.6.52" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="${BR2_EXTERNAL_INFIX_PATH}/board/aarch64/linux_defconfig" BR2_LINUX_KERNEL_DTS_SUPPORT=y diff --git a/configs/x86_64_defconfig b/configs/x86_64_defconfig index 3bc36f83..1cf50021 100644 --- a/configs/x86_64_defconfig +++ b/configs/x86_64_defconfig @@ -26,7 +26,7 @@ BR2_ROOTFS_POST_IMAGE_SCRIPT="${BR2_EXTERNAL_INFIX_PATH}/board/common/post-image BR2_ROOTFS_MERGED_USR=y BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.6.51" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.6.52" 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 828c4dbe..760209ec 100644 --- a/configs/x86_64_minimal_defconfig +++ b/configs/x86_64_minimal_defconfig @@ -26,7 +26,7 @@ BR2_ROOTFS_POST_IMAGE_SCRIPT="${BR2_EXTERNAL_INFIX_PATH}/board/common/post-image BR2_ROOTFS_MERGED_USR=y BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.6.51" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.6.52" 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.6.51/0001-net-phy-add-support-for-PHY-LEDs-polarity-modes.patch b/patches/linux/6.6.52/0001-net-phy-add-support-for-PHY-LEDs-polarity-modes.patch similarity index 98% rename from patches/linux/6.6.51/0001-net-phy-add-support-for-PHY-LEDs-polarity-modes.patch rename to patches/linux/6.6.52/0001-net-phy-add-support-for-PHY-LEDs-polarity-modes.patch index 083ad7f2..697192ae 100644 --- a/patches/linux/6.6.51/0001-net-phy-add-support-for-PHY-LEDs-polarity-modes.patch +++ b/patches/linux/6.6.52/0001-net-phy-add-support-for-PHY-LEDs-polarity-modes.patch @@ -1,4 +1,4 @@ -From a72c9418e0446ad0f3b97614c3956ae9d8c89f70 Mon Sep 17 00:00:00 2001 +From 4be3e500b670f7b98e3dd6696b8e51e83f122c65 Mon Sep 17 00:00:00 2001 From: Christian Marangi Date: Thu, 25 Jan 2024 21:36:59 +0100 Subject: [PATCH 01/33] net: phy: add support for PHY LEDs polarity modes diff --git a/patches/linux/6.6.51/0002-net-mvmdio-Support-setting-the-MDC-frequency-on-XSMI.patch b/patches/linux/6.6.52/0002-net-mvmdio-Support-setting-the-MDC-frequency-on-XSMI.patch similarity index 97% rename from patches/linux/6.6.51/0002-net-mvmdio-Support-setting-the-MDC-frequency-on-XSMI.patch rename to patches/linux/6.6.52/0002-net-mvmdio-Support-setting-the-MDC-frequency-on-XSMI.patch index 09de7007..764cc8b4 100644 --- a/patches/linux/6.6.51/0002-net-mvmdio-Support-setting-the-MDC-frequency-on-XSMI.patch +++ b/patches/linux/6.6.52/0002-net-mvmdio-Support-setting-the-MDC-frequency-on-XSMI.patch @@ -1,4 +1,4 @@ -From d8032e6de9e3607055e294a999b63037984ab079 Mon Sep 17 00:00:00 2001 +From 4833b140cd11a57dd9f59754cdacfd71bc564c8f Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Mon, 4 Dec 2023 11:08:11 +0100 Subject: [PATCH 02/33] net: mvmdio: Support setting the MDC frequency on XSMI diff --git a/patches/linux/6.6.51/0003-net-dsa-mv88e6xxx-Create-API-to-read-a-single-stat-c.patch b/patches/linux/6.6.52/0003-net-dsa-mv88e6xxx-Create-API-to-read-a-single-stat-c.patch similarity index 99% rename from patches/linux/6.6.51/0003-net-dsa-mv88e6xxx-Create-API-to-read-a-single-stat-c.patch rename to patches/linux/6.6.52/0003-net-dsa-mv88e6xxx-Create-API-to-read-a-single-stat-c.patch index 0d2bf107..89456905 100644 --- a/patches/linux/6.6.51/0003-net-dsa-mv88e6xxx-Create-API-to-read-a-single-stat-c.patch +++ b/patches/linux/6.6.52/0003-net-dsa-mv88e6xxx-Create-API-to-read-a-single-stat-c.patch @@ -1,4 +1,4 @@ -From 1ef809c72c8108f8acd3417ae27c020a73a95aba Mon Sep 17 00:00:00 2001 +From 50a2973e8a520a82e9f9ec15a1f69e059ce7a334 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Thu, 14 Dec 2023 14:50:23 +0100 Subject: [PATCH 03/33] net: dsa: mv88e6xxx: Create API to read a single stat diff --git a/patches/linux/6.6.51/0004-net-dsa-mv88e6xxx-Give-each-hw-stat-an-ID.patch b/patches/linux/6.6.52/0004-net-dsa-mv88e6xxx-Give-each-hw-stat-an-ID.patch similarity index 99% rename from patches/linux/6.6.51/0004-net-dsa-mv88e6xxx-Give-each-hw-stat-an-ID.patch rename to patches/linux/6.6.52/0004-net-dsa-mv88e6xxx-Give-each-hw-stat-an-ID.patch index 382bce7a..e3bccb8f 100644 --- a/patches/linux/6.6.51/0004-net-dsa-mv88e6xxx-Give-each-hw-stat-an-ID.patch +++ b/patches/linux/6.6.52/0004-net-dsa-mv88e6xxx-Give-each-hw-stat-an-ID.patch @@ -1,4 +1,4 @@ -From 1a45c0d5e12455a7d2571604be34223c99002222 Mon Sep 17 00:00:00 2001 +From 5916503e23e7f85796c1f927747e66b9535bac53 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Thu, 14 Dec 2023 14:50:25 +0100 Subject: [PATCH 04/33] net: dsa: mv88e6xxx: Give each hw stat an ID diff --git a/patches/linux/6.6.51/0005-net-dsa-mv88e6xxx-Add-eth-mac-counter-group-support.patch b/patches/linux/6.6.52/0005-net-dsa-mv88e6xxx-Add-eth-mac-counter-group-support.patch similarity index 98% rename from patches/linux/6.6.51/0005-net-dsa-mv88e6xxx-Add-eth-mac-counter-group-support.patch rename to patches/linux/6.6.52/0005-net-dsa-mv88e6xxx-Add-eth-mac-counter-group-support.patch index 85c124b6..9a028dad 100644 --- a/patches/linux/6.6.51/0005-net-dsa-mv88e6xxx-Add-eth-mac-counter-group-support.patch +++ b/patches/linux/6.6.52/0005-net-dsa-mv88e6xxx-Add-eth-mac-counter-group-support.patch @@ -1,4 +1,4 @@ -From 478e7a9d3424111fe98ef87f0e7e54052a78d6f5 Mon Sep 17 00:00:00 2001 +From 32dda6562734ec8ee667bc546f3ef56794d5bf82 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Thu, 14 Dec 2023 14:50:26 +0100 Subject: [PATCH 05/33] net: dsa: mv88e6xxx: Add "eth-mac" counter group diff --git a/patches/linux/6.6.51/0006-net-dsa-mv88e6xxx-Limit-histogram-counters-to-ingres.patch b/patches/linux/6.6.52/0006-net-dsa-mv88e6xxx-Limit-histogram-counters-to-ingres.patch similarity index 98% rename from patches/linux/6.6.51/0006-net-dsa-mv88e6xxx-Limit-histogram-counters-to-ingres.patch rename to patches/linux/6.6.52/0006-net-dsa-mv88e6xxx-Limit-histogram-counters-to-ingres.patch index 88473426..9bb8a30d 100644 --- a/patches/linux/6.6.51/0006-net-dsa-mv88e6xxx-Limit-histogram-counters-to-ingres.patch +++ b/patches/linux/6.6.52/0006-net-dsa-mv88e6xxx-Limit-histogram-counters-to-ingres.patch @@ -1,4 +1,4 @@ -From ff27aa2f791a733d215eefcb5bd728004e6770dd Mon Sep 17 00:00:00 2001 +From 36adbdd466ec550cab8b2ae54177f674c02cf631 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Thu, 14 Dec 2023 14:50:27 +0100 Subject: [PATCH 06/33] net: dsa: mv88e6xxx: Limit histogram counters to diff --git a/patches/linux/6.6.51/0007-net-dsa-mv88e6xxx-Add-rmon-counter-group-support.patch b/patches/linux/6.6.52/0007-net-dsa-mv88e6xxx-Add-rmon-counter-group-support.patch similarity index 97% rename from patches/linux/6.6.51/0007-net-dsa-mv88e6xxx-Add-rmon-counter-group-support.patch rename to patches/linux/6.6.52/0007-net-dsa-mv88e6xxx-Add-rmon-counter-group-support.patch index 03e4e9b7..5eb3ef0f 100644 --- a/patches/linux/6.6.51/0007-net-dsa-mv88e6xxx-Add-rmon-counter-group-support.patch +++ b/patches/linux/6.6.52/0007-net-dsa-mv88e6xxx-Add-rmon-counter-group-support.patch @@ -1,4 +1,4 @@ -From 1533d710bf77242d9409250dc82df74df49bea73 Mon Sep 17 00:00:00 2001 +From abfa532c1149525b128b8c76d80965f55e208240 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Thu, 14 Dec 2023 14:50:28 +0100 Subject: [PATCH 07/33] net: dsa: mv88e6xxx: Add "rmon" counter group support diff --git a/patches/linux/6.6.51/0009-net-dsa-mv88e6xxx-Add-LED-infrastructure.patch b/patches/linux/6.6.52/0009-net-dsa-mv88e6xxx-Add-LED-infrastructure.patch similarity index 99% rename from patches/linux/6.6.51/0009-net-dsa-mv88e6xxx-Add-LED-infrastructure.patch rename to patches/linux/6.6.52/0009-net-dsa-mv88e6xxx-Add-LED-infrastructure.patch index 89837409..a9338fad 100644 --- a/patches/linux/6.6.51/0009-net-dsa-mv88e6xxx-Add-LED-infrastructure.patch +++ b/patches/linux/6.6.52/0009-net-dsa-mv88e6xxx-Add-LED-infrastructure.patch @@ -1,4 +1,4 @@ -From f0f25cfb5750afe87d7d465652f87a677ffe7d36 Mon Sep 17 00:00:00 2001 +From 4407b94b4a08536fccb6eea2826955ff12d63ec2 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Thu, 16 Nov 2023 19:44:32 +0100 Subject: [PATCH 09/33] net: dsa: mv88e6xxx: Add LED infrastructure diff --git a/patches/linux/6.6.51/0010-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch b/patches/linux/6.6.52/0010-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch similarity index 99% rename from patches/linux/6.6.51/0010-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch rename to patches/linux/6.6.52/0010-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch index 7ebd7f44..faec2ef0 100644 --- a/patches/linux/6.6.51/0010-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch +++ b/patches/linux/6.6.52/0010-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch @@ -1,4 +1,4 @@ -From 6f5e38b4a5a38fcf2463795b485796709150804a Mon Sep 17 00:00:00 2001 +From a5cf5c0353db07e74d7a29dd4d5c2cb7775d5bec Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Thu, 16 Nov 2023 21:59:35 +0100 Subject: [PATCH 10/33] net: dsa: mv88e6xxx: Add LED support for 6393X diff --git a/patches/linux/6.6.51/0011-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU-on-.patch b/patches/linux/6.6.52/0011-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU-on-.patch similarity index 94% rename from patches/linux/6.6.51/0011-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU-on-.patch rename to patches/linux/6.6.52/0011-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU-on-.patch index 3bdbd5b0..22df095a 100644 --- a/patches/linux/6.6.51/0011-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU-on-.patch +++ b/patches/linux/6.6.52/0011-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU-on-.patch @@ -1,4 +1,4 @@ -From abe1b31687209f13c2687483c584f4b25f1af630 Mon Sep 17 00:00:00 2001 +From be94ec851dbb8e55c3f5e82f197b2dc59566aea2 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 12 Mar 2024 10:27:24 +0100 Subject: [PATCH 11/33] net: dsa: mv88e6xxx: Fix timeout on waiting for PPU on diff --git a/patches/linux/6.6.51/0012-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch b/patches/linux/6.6.52/0012-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch similarity index 97% rename from patches/linux/6.6.51/0012-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch rename to patches/linux/6.6.52/0012-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch index fb6d0dbc..096d61d2 100644 --- a/patches/linux/6.6.51/0012-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch +++ b/patches/linux/6.6.52/0012-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch @@ -1,4 +1,4 @@ -From 890dd6c6b52f1d4f592cb7ac97a971422fbcaf59 Mon Sep 17 00:00:00 2001 +From 69092f83541e6539ab82eec3052325c403675de4 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 16 Jan 2024 16:00:55 +0100 Subject: [PATCH 12/33] net: dsa: Support MDB memberships whose L2 addresses diff --git a/patches/linux/6.6.51/0013-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch b/patches/linux/6.6.52/0013-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch similarity index 98% rename from patches/linux/6.6.51/0013-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch rename to patches/linux/6.6.52/0013-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch index 53bd3646..58956f52 100644 --- a/patches/linux/6.6.51/0013-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch +++ b/patches/linux/6.6.52/0013-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch @@ -1,4 +1,4 @@ -From c2015ed75aedecf3bc6ae22ac50321073fdb1197 Mon Sep 17 00:00:00 2001 +From 7c19df77212d0728874515e97cf297863a6ff2cd Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 19 Sep 2023 18:38:10 +0200 Subject: [PATCH 13/33] net: phy: marvell10g: Support firmware loading on diff --git a/patches/linux/6.6.51/0014-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch b/patches/linux/6.6.52/0014-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch similarity index 96% rename from patches/linux/6.6.51/0014-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch rename to patches/linux/6.6.52/0014-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch index 598ecac1..1e4722d2 100644 --- a/patches/linux/6.6.51/0014-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch +++ b/patches/linux/6.6.52/0014-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch @@ -1,4 +1,4 @@ -From 2a00c562a7654732a73b1496847fba9b04c1456b Mon Sep 17 00:00:00 2001 +From 0c34b42b7a72ddf1af6f3534870d647801e493fa Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 21 Nov 2023 20:15:24 +0100 Subject: [PATCH 14/33] net: phy: marvell10g: Fix power-up when strapped to diff --git a/patches/linux/6.6.51/0015-net-phy-marvell10g-Add-LED-support-for-88X3310.patch b/patches/linux/6.6.52/0015-net-phy-marvell10g-Add-LED-support-for-88X3310.patch similarity index 99% rename from patches/linux/6.6.51/0015-net-phy-marvell10g-Add-LED-support-for-88X3310.patch rename to patches/linux/6.6.52/0015-net-phy-marvell10g-Add-LED-support-for-88X3310.patch index 4f7faf38..e83ccca0 100644 --- a/patches/linux/6.6.51/0015-net-phy-marvell10g-Add-LED-support-for-88X3310.patch +++ b/patches/linux/6.6.52/0015-net-phy-marvell10g-Add-LED-support-for-88X3310.patch @@ -1,4 +1,4 @@ -From 340d531baaaab0635da64cbcf5bbf28db45b3617 Mon Sep 17 00:00:00 2001 +From 6576918d3348f8e20802379d568d7632228af4d7 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 15 Nov 2023 20:58:42 +0100 Subject: [PATCH 15/33] net: phy: marvell10g: Add LED support for 88X3310 diff --git a/patches/linux/6.6.51/0016-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch b/patches/linux/6.6.52/0016-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch similarity index 97% rename from patches/linux/6.6.51/0016-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch rename to patches/linux/6.6.52/0016-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch index 288e6ff9..aa40cec9 100644 --- a/patches/linux/6.6.51/0016-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch +++ b/patches/linux/6.6.52/0016-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch @@ -1,4 +1,4 @@ -From dc05cf0eb994fc36c416352911d76840ad19f070 Mon Sep 17 00:00:00 2001 +From 1ad7f010e46133c725df5cab4d85f71f689ca191 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 12 Dec 2023 09:51:05 +0100 Subject: [PATCH 16/33] net: phy: marvell10g: Support LEDs tied to a single diff --git a/patches/linux/6.6.51/0017-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch b/patches/linux/6.6.52/0017-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch similarity index 96% rename from patches/linux/6.6.51/0017-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch rename to patches/linux/6.6.52/0017-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch index 1db23f42..0ba2caab 100644 --- a/patches/linux/6.6.51/0017-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch +++ b/patches/linux/6.6.52/0017-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch @@ -1,4 +1,4 @@ -From 91670f5ffcdcd837cdf138da1a44bcd75e444d40 Mon Sep 17 00:00:00 2001 +From 11b9a3e328241edede03b6615bb9b0f1a40b9b7d Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Fri, 24 Nov 2023 23:29:55 +0100 Subject: [PATCH 17/33] nvmem: layouts: onie-tlv: Let device probe even when diff --git a/patches/linux/6.6.51/0018-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch b/patches/linux/6.6.52/0018-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch similarity index 99% rename from patches/linux/6.6.51/0018-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch rename to patches/linux/6.6.52/0018-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch index 9f62adba..82bd2555 100644 --- a/patches/linux/6.6.51/0018-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch +++ b/patches/linux/6.6.52/0018-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch @@ -1,4 +1,4 @@ -From d80c9f17b562caefd146e446dd71b50ed4ecf2ff Mon Sep 17 00:00:00 2001 +From ce1148b5c2e33541ad13ff2c4769d0b37d4e42b9 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Mon, 4 Mar 2024 16:47:28 +0100 Subject: [PATCH 18/33] net: bridge: avoid classifying unknown multicast as diff --git a/patches/linux/6.6.51/0019-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch b/patches/linux/6.6.52/0019-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch similarity index 95% rename from patches/linux/6.6.51/0019-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch rename to patches/linux/6.6.52/0019-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch index f6d203c6..5b5baf0a 100644 --- a/patches/linux/6.6.51/0019-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch +++ b/patches/linux/6.6.52/0019-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch @@ -1,4 +1,4 @@ -From 243eb5de17163c520d9104c2dced7777b15c6ea1 Mon Sep 17 00:00:00 2001 +From ce74ee8c5461cc53851ca323b4dfc9937cab0e41 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Tue, 5 Mar 2024 06:44:41 +0100 Subject: [PATCH 19/33] net: bridge: Ignore router ports when forwarding L2 diff --git a/patches/linux/6.6.51/0020-net-dsa-Support-EtherType-based-priority-overrides.patch b/patches/linux/6.6.52/0020-net-dsa-Support-EtherType-based-priority-overrides.patch similarity index 98% rename from patches/linux/6.6.51/0020-net-dsa-Support-EtherType-based-priority-overrides.patch rename to patches/linux/6.6.52/0020-net-dsa-Support-EtherType-based-priority-overrides.patch index fc8be1f3..ec3cd12b 100644 --- a/patches/linux/6.6.51/0020-net-dsa-Support-EtherType-based-priority-overrides.patch +++ b/patches/linux/6.6.52/0020-net-dsa-Support-EtherType-based-priority-overrides.patch @@ -1,4 +1,4 @@ -From f77532f7e577f837df20b1ff48ee8d8d913ff5f8 Mon Sep 17 00:00:00 2001 +From 3c9b05198e0b7193f2dcddc1860cd77f0adbc3a2 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Thu, 21 Mar 2024 19:12:15 +0100 Subject: [PATCH 20/33] net: dsa: Support EtherType based priority overrides diff --git a/patches/linux/6.6.51/0021-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch b/patches/linux/6.6.52/0021-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch similarity index 99% rename from patches/linux/6.6.51/0021-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch rename to patches/linux/6.6.52/0021-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch index b7d4193c..5623ccd4 100644 --- a/patches/linux/6.6.51/0021-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch +++ b/patches/linux/6.6.52/0021-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch @@ -1,4 +1,4 @@ -From 3f3e8d2d9a3880e19b0417c5fc633ad9012eac07 Mon Sep 17 00:00:00 2001 +From 333134a4ff2b8dd7fb00a75560254de96d1082ad Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Fri, 22 Mar 2024 16:15:43 +0100 Subject: [PATCH 21/33] net: dsa: mv88e6xxx: Support EtherType based priority diff --git a/patches/linux/6.6.51/0022-net-phy-Do-not-resume-PHY-when-attaching.patch b/patches/linux/6.6.52/0022-net-phy-Do-not-resume-PHY-when-attaching.patch similarity index 94% rename from patches/linux/6.6.51/0022-net-phy-Do-not-resume-PHY-when-attaching.patch rename to patches/linux/6.6.52/0022-net-phy-Do-not-resume-PHY-when-attaching.patch index d80360c8..ea5a2b75 100644 --- a/patches/linux/6.6.51/0022-net-phy-Do-not-resume-PHY-when-attaching.patch +++ b/patches/linux/6.6.52/0022-net-phy-Do-not-resume-PHY-when-attaching.patch @@ -1,4 +1,4 @@ -From d219d92f382ddd74028dc59527458daa8734db99 Mon Sep 17 00:00:00 2001 +From cdddc24c05cedc0d0fabc48da17ec26aeb7c1ef9 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 27 Mar 2024 10:10:19 +0100 Subject: [PATCH 22/33] net: phy: Do not resume PHY when attaching diff --git a/patches/linux/6.6.51/0023-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch b/patches/linux/6.6.52/0023-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch similarity index 99% rename from patches/linux/6.6.51/0023-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch rename to patches/linux/6.6.52/0023-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch index 849d4727..b03d84a1 100644 --- a/patches/linux/6.6.51/0023-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch +++ b/patches/linux/6.6.52/0023-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch @@ -1,4 +1,4 @@ -From a4ddfb3b58c9fecedd28d473e9f941461f5023cc Mon Sep 17 00:00:00 2001 +From 1ec21a3fc54fb447501fd7edbf692b00a31fe3ec Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 27 Mar 2024 15:52:43 +0100 Subject: [PATCH 23/33] net: dsa: mv88e6xxx: Improve indirect register access diff --git a/patches/linux/6.6.51/0024-net-bridge-drop-delay-for-applying-strict-multicast-.patch b/patches/linux/6.6.52/0024-net-bridge-drop-delay-for-applying-strict-multicast-.patch similarity index 99% rename from patches/linux/6.6.51/0024-net-bridge-drop-delay-for-applying-strict-multicast-.patch rename to patches/linux/6.6.52/0024-net-bridge-drop-delay-for-applying-strict-multicast-.patch index 7804f703..c461c2a9 100644 --- a/patches/linux/6.6.51/0024-net-bridge-drop-delay-for-applying-strict-multicast-.patch +++ b/patches/linux/6.6.52/0024-net-bridge-drop-delay-for-applying-strict-multicast-.patch @@ -1,4 +1,4 @@ -From f8c0c424be899822591dcca686edeef660ee2de5 Mon Sep 17 00:00:00 2001 +From 5d7be493dcaa75ee69d521043062389d7772f8dc Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Thu, 4 Apr 2024 16:36:30 +0200 Subject: [PATCH 24/33] net: bridge: drop delay for applying strict multicast diff --git a/patches/linux/6.6.51/0025-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch b/patches/linux/6.6.52/0025-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch similarity index 95% rename from patches/linux/6.6.51/0025-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch rename to patches/linux/6.6.52/0025-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch index b9b4fd54..2f840f6c 100644 --- a/patches/linux/6.6.51/0025-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch +++ b/patches/linux/6.6.52/0025-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch @@ -1,4 +1,4 @@ -From 9e1325efe3f3310c976e0749c1c2bb2040fbe1bc Mon Sep 17 00:00:00 2001 +From 492a824661dbc188b5abeb7434b5cf67c2016415 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Mon, 22 Apr 2024 23:18:01 +0200 Subject: [PATCH 25/33] net: dsa: mv88e6xxx: Honor ports being managed via diff --git a/patches/linux/6.6.51/0026-net-dsa-mv88e6xxx-Fix-port-policy-config-on-6393X.patch b/patches/linux/6.6.52/0026-net-dsa-mv88e6xxx-Fix-port-policy-config-on-6393X.patch similarity index 95% rename from patches/linux/6.6.51/0026-net-dsa-mv88e6xxx-Fix-port-policy-config-on-6393X.patch rename to patches/linux/6.6.52/0026-net-dsa-mv88e6xxx-Fix-port-policy-config-on-6393X.patch index 6cd817b4..012ea284 100644 --- a/patches/linux/6.6.51/0026-net-dsa-mv88e6xxx-Fix-port-policy-config-on-6393X.patch +++ b/patches/linux/6.6.52/0026-net-dsa-mv88e6xxx-Fix-port-policy-config-on-6393X.patch @@ -1,4 +1,4 @@ -From 3e31793a431fa02e4a9cf7941e580b3eb8063af0 Mon Sep 17 00:00:00 2001 +From c9c9597a47b00b720f5223c83ab05bb89481eda8 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 24 Apr 2024 21:35:26 +0200 Subject: [PATCH 26/33] net: dsa: mv88e6xxx: Fix port policy config on 6393X diff --git a/patches/linux/6.6.51/0027-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch b/patches/linux/6.6.52/0027-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch similarity index 98% rename from patches/linux/6.6.51/0027-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch rename to patches/linux/6.6.52/0027-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch index de156b51..834a3c2c 100644 --- a/patches/linux/6.6.51/0027-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch +++ b/patches/linux/6.6.52/0027-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch @@ -1,4 +1,4 @@ -From 28fe7eef0ada36e99236a82f384ebb29d6e57f9d Mon Sep 17 00:00:00 2001 +From 4ff224b5f5de1347a1f686aa85cb918a7db18879 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 24 Apr 2024 22:41:04 +0200 Subject: [PATCH 27/33] net: dsa: mv88e6xxx: Limit rsvd2cpu policy to user diff --git a/patches/linux/6.6.51/0028-usb-core-adjust-log-level-for-unauthorized-devices.patch b/patches/linux/6.6.52/0028-usb-core-adjust-log-level-for-unauthorized-devices.patch similarity index 96% rename from patches/linux/6.6.51/0028-usb-core-adjust-log-level-for-unauthorized-devices.patch rename to patches/linux/6.6.52/0028-usb-core-adjust-log-level-for-unauthorized-devices.patch index d17225b1..49edf415 100644 --- a/patches/linux/6.6.51/0028-usb-core-adjust-log-level-for-unauthorized-devices.patch +++ b/patches/linux/6.6.52/0028-usb-core-adjust-log-level-for-unauthorized-devices.patch @@ -1,4 +1,4 @@ -From 0a8dce9d8ef9a706cfd0dddce1271e2484d21e68 Mon Sep 17 00:00:00 2001 +From f0d4beabe769fec594b309c3f1ebb79cfdbede8b Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Mon, 29 Apr 2024 15:14:51 +0200 Subject: [PATCH 28/33] usb: core: adjust log level for unauthorized devices diff --git a/patches/linux/6.6.51/0029-net-dsa-mv88e6xxx-Grab-register-lock-during-counter-.patch b/patches/linux/6.6.52/0029-net-dsa-mv88e6xxx-Grab-register-lock-during-counter-.patch similarity index 95% rename from patches/linux/6.6.51/0029-net-dsa-mv88e6xxx-Grab-register-lock-during-counter-.patch rename to patches/linux/6.6.52/0029-net-dsa-mv88e6xxx-Grab-register-lock-during-counter-.patch index da094828..32d60306 100644 --- a/patches/linux/6.6.51/0029-net-dsa-mv88e6xxx-Grab-register-lock-during-counter-.patch +++ b/patches/linux/6.6.52/0029-net-dsa-mv88e6xxx-Grab-register-lock-during-counter-.patch @@ -1,4 +1,4 @@ -From b7a7a1146171f0d4a68ac37b8c1fdca6ade6eb1c Mon Sep 17 00:00:00 2001 +From 5f96d718c850084504c53ec0b8d9fcf75ea9996c Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 15 May 2024 13:50:58 +0200 Subject: [PATCH 29/33] net: dsa: mv88e6xxx: Grab register lock during counter diff --git a/patches/linux/6.6.51/0030-net-bridge-Differentiate-MDB-additions-from-modifica.patch b/patches/linux/6.6.52/0030-net-bridge-Differentiate-MDB-additions-from-modifica.patch similarity index 98% rename from patches/linux/6.6.51/0030-net-bridge-Differentiate-MDB-additions-from-modifica.patch rename to patches/linux/6.6.52/0030-net-bridge-Differentiate-MDB-additions-from-modifica.patch index 1cd3e801..344b69e2 100644 --- a/patches/linux/6.6.51/0030-net-bridge-Differentiate-MDB-additions-from-modifica.patch +++ b/patches/linux/6.6.52/0030-net-bridge-Differentiate-MDB-additions-from-modifica.patch @@ -1,4 +1,4 @@ -From 37b8ec99b5aa4f5948bb617846e5eed09a78a4be Mon Sep 17 00:00:00 2001 +From 6d4c436335003259cc02a0f015fd3d1d54e988a2 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Thu, 16 May 2024 14:51:54 +0200 Subject: [PATCH 30/33] net: bridge: Differentiate MDB additions from diff --git a/patches/linux/6.6.51/0031-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch b/patches/linux/6.6.52/0031-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch similarity index 95% rename from patches/linux/6.6.51/0031-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch rename to patches/linux/6.6.52/0031-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch index ddcad8b1..d984d385 100644 --- a/patches/linux/6.6.51/0031-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch +++ b/patches/linux/6.6.52/0031-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch @@ -1,4 +1,4 @@ -From b33206cd13e99760b479ae2bc2bad7031ff03d72 Mon Sep 17 00:00:00 2001 +From c333c612688d5e974b95fcf4b04f185d7cf4f80d Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 28 May 2024 10:38:42 +0200 Subject: [PATCH 31/33] net: dsa: tag_dsa: Use tag priority as initial diff --git a/patches/linux/6.6.51/0032-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch b/patches/linux/6.6.52/0032-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch similarity index 98% rename from patches/linux/6.6.51/0032-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch rename to patches/linux/6.6.52/0032-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch index 4ccdeb8e..188a73b0 100644 --- a/patches/linux/6.6.51/0032-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch +++ b/patches/linux/6.6.52/0032-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch @@ -1,4 +1,4 @@ -From a0d78af90f807b1802ee85f470320b8274631d40 Mon Sep 17 00:00:00 2001 +From 18c025745fd8b8c9b3e688e9d78668a56cf71217 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 28 May 2024 11:04:22 +0200 Subject: [PATCH 32/33] net: dsa: mv88e6xxx: Add mqprio qdisc support diff --git a/patches/linux/6.6.51/0033-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch b/patches/linux/6.6.52/0033-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch similarity index 97% rename from patches/linux/6.6.51/0033-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch rename to patches/linux/6.6.52/0033-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch index 1274a847..527b5a89 100644 --- a/patches/linux/6.6.51/0033-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch +++ b/patches/linux/6.6.52/0033-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch @@ -1,4 +1,4 @@ -From 6acf45fecd01b36e277c2c19a42997243b99ffdc Mon Sep 17 00:00:00 2001 +From f2d4ff12c7a0e644cbeac6675b755fb4a87b362a Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 29 May 2024 13:20:41 +0200 Subject: [PATCH 33/33] net: dsa: mv88e6xxx: Use VLAN prio over IP when both