diff --git a/configs/aarch64_defconfig b/configs/aarch64_defconfig index bb82450d..ce053ed7 100644 --- a/configs/aarch64_defconfig +++ b/configs/aarch64_defconfig @@ -27,7 +27,7 @@ BR2_ROOTFS_POST_BUILD_SCRIPT="${BR2_EXTERNAL_INFIX_PATH}/board/common/post-build BR2_ROOTFS_POST_IMAGE_SCRIPT="${BR2_EXTERNAL_INFIX_PATH}/board/common/post-image.sh" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.28" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.30" 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 3b1afc00..23cd666f 100644 --- a/configs/aarch64_minimal_defconfig +++ b/configs/aarch64_minimal_defconfig @@ -27,7 +27,7 @@ BR2_ROOTFS_POST_BUILD_SCRIPT="${BR2_EXTERNAL_INFIX_PATH}/board/common/post-build BR2_ROOTFS_POST_IMAGE_SCRIPT="${BR2_EXTERNAL_INFIX_PATH}/board/common/post-image.sh" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.28" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.30" 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/r2s_defconfig b/configs/r2s_defconfig index a42aa243..e070d9b4 100644 --- a/configs/r2s_defconfig +++ b/configs/r2s_defconfig @@ -29,7 +29,7 @@ BR2_ROOTFS_POST_IMAGE_SCRIPT="${BR2_EXTERNAL_INFIX_PATH}/board/common/post-image BR2_ROOTFS_POST_SCRIPT_ARGS="-c $(BR2_EXTERNAL_INFIX_PATH)/board/aarch64/r2s/genimage.cfg" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.28" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.30" BR2_LINUX_KERNEL_PATCH="$(BR2_EXTERNAL_INFIX_PATH)/board/aarch64/r2s/rk3328-nanopi-r2s-dts.patch" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="${BR2_EXTERNAL_INFIX_PATH}/board/aarch64/r2s/linux_defconfig" diff --git a/configs/x86_64_defconfig b/configs/x86_64_defconfig index 924ab59f..93277427 100644 --- a/configs/x86_64_defconfig +++ b/configs/x86_64_defconfig @@ -26,7 +26,7 @@ BR2_ROOTFS_POST_BUILD_SCRIPT="board/qemu/x86_64/post-build.sh ${BR2_EXTERNAL_INF BR2_ROOTFS_POST_IMAGE_SCRIPT="${BR2_EXTERNAL_INFIX_PATH}/board/common/post-image.sh" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.28" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.30" 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 50ec83fc..ab86b4ed 100644 --- a/configs/x86_64_minimal_defconfig +++ b/configs/x86_64_minimal_defconfig @@ -27,7 +27,7 @@ BR2_ROOTFS_POST_BUILD_SCRIPT="board/qemu/x86_64/post-build.sh ${BR2_EXTERNAL_INF BR2_ROOTFS_POST_IMAGE_SCRIPT="${BR2_EXTERNAL_INFIX_PATH}/board/common/post-image.sh" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.28" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.30" 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 826b2277..d4865ef3 100644 --- a/doc/ChangeLog.md +++ b/doc/ChangeLog.md @@ -6,7 +6,7 @@ All notable changes to the project are documented in this file. [v25.05.0][UNRELEASED] ------------------------- ### Changes -- Upgrade Linux kernel to 6.12.28 (LTS) +- Upgrade Linux kernel to 6.12.30 (LTS) - Upgrade libyang to 3.12.2 - Upgrade sysrepo to 3.6.11 - Upgrade netopeer2 (NETCONF) to 2.4.1 diff --git a/patches/linux/6.12.28/0001-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch b/patches/linux/6.12.30/0001-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch similarity index 92% rename from patches/linux/6.12.28/0001-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch rename to patches/linux/6.12.30/0001-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch index 58e5a7c7..94a382e8 100644 --- a/patches/linux/6.12.28/0001-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch +++ b/patches/linux/6.12.30/0001-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch @@ -1,9 +1,8 @@ -From d3b87aea1a255e8eb88140b2f320847fe67a7888 Mon Sep 17 00:00:00 2001 +From 735a3f8537b65fbe5d2fe5e97beb485cffa1bbbe Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 12 Mar 2024 10:27:24 +0100 Subject: [PATCH 01/27] [FIX] net: dsa: mv88e6xxx: Fix timeout on waiting for PPU on 6393X -Organization: Wires In a multi-chip setup, delays of up to 750ms are observed before the device (6393X) signals completion of PPU initialization (Global 1, diff --git a/patches/linux/6.12.28/0002-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch b/patches/linux/6.12.30/0002-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch similarity index 98% rename from patches/linux/6.12.28/0002-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch rename to patches/linux/6.12.30/0002-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch index 10842a28..598a615b 100644 --- a/patches/linux/6.12.28/0002-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch +++ b/patches/linux/6.12.30/0002-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch @@ -1,9 +1,8 @@ -From 52c1c37fac7e8fd1585a26beb92560d683fe5317 Mon Sep 17 00:00:00 2001 +From a9cadaebc7868f3f37c343642e631e3db2ea27db Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 27 Mar 2024 15:52:43 +0100 Subject: [PATCH 02/27] net: dsa: mv88e6xxx: Improve indirect register access perf on 6393 -Organization: Wires When operating in multi-chip mode, the 6393 family maps a subset of commonly used global registers to the outermost address space (in diff --git a/patches/linux/6.12.28/0003-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch b/patches/linux/6.12.30/0003-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch similarity index 93% rename from patches/linux/6.12.28/0003-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch rename to patches/linux/6.12.30/0003-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch index 184ddd05..200b1444 100644 --- a/patches/linux/6.12.28/0003-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch +++ b/patches/linux/6.12.30/0003-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch @@ -1,9 +1,8 @@ -From 5c1ecdc69bce18953155f8fdcd53bc6967f3b1b6 Mon Sep 17 00:00:00 2001 +From 5f8612dc0445ca95a7428bf7b837612406875b07 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Mon, 22 Apr 2024 23:18:01 +0200 Subject: [PATCH 03/27] net: dsa: mv88e6xxx: Honor ports being managed via in-band-status -Organization: Wires Keep all link parameters in their unforced states when the port is declared as being managed via in-band-status, and let the MAC diff --git a/patches/linux/6.12.28/0004-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch b/patches/linux/6.12.30/0004-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch similarity index 97% rename from patches/linux/6.12.28/0004-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch rename to patches/linux/6.12.30/0004-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch index e6c882e4..06402330 100644 --- a/patches/linux/6.12.28/0004-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch +++ b/patches/linux/6.12.30/0004-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch @@ -1,9 +1,8 @@ -From c6340a2cba0f1ac70e7680ed6361c509dd18c172 Mon Sep 17 00:00:00 2001 +From 730dfa9a57604ff0b099cc5e244e42fdbebbe0d9 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 24 Apr 2024 22:41:04 +0200 Subject: [PATCH 04/27] net: dsa: mv88e6xxx: Limit rsvd2cpu policy to user ports on 6393X -Organization: Wires For packets with a DA in the IEEE reserved L2 group range, originating from a CPU, forward it as normal, rather than classifying it as diff --git a/patches/linux/6.12.28/0005-net-dsa-mv88e6xxx-Add-LED-infrastructure.patch b/patches/linux/6.12.30/0005-net-dsa-mv88e6xxx-Add-LED-infrastructure.patch similarity index 99% rename from patches/linux/6.12.28/0005-net-dsa-mv88e6xxx-Add-LED-infrastructure.patch rename to patches/linux/6.12.30/0005-net-dsa-mv88e6xxx-Add-LED-infrastructure.patch index 291fb7e7..a6d6b800 100644 --- a/patches/linux/6.12.28/0005-net-dsa-mv88e6xxx-Add-LED-infrastructure.patch +++ b/patches/linux/6.12.30/0005-net-dsa-mv88e6xxx-Add-LED-infrastructure.patch @@ -1,8 +1,7 @@ -From 15b1063f2dd41d23653f3de07161ad19bb805b2c Mon Sep 17 00:00:00 2001 +From 8ce7a3a19676c148e6c247641000a5d5b86c6a3d Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Thu, 16 Nov 2023 19:44:32 +0100 Subject: [PATCH 05/27] net: dsa: mv88e6xxx: Add LED infrastructure -Organization: Wires Parse DT for LEDs and register them for devices that support it, though no actual implementations exist yet. diff --git a/patches/linux/6.12.28/0006-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch b/patches/linux/6.12.30/0006-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch similarity index 99% rename from patches/linux/6.12.28/0006-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch rename to patches/linux/6.12.30/0006-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch index 0ca6cb4a..99c324ba 100644 --- a/patches/linux/6.12.28/0006-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch +++ b/patches/linux/6.12.30/0006-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch @@ -1,8 +1,7 @@ -From 6c2b72291433ecc8f55ff381b9141e957f58717a Mon Sep 17 00:00:00 2001 +From 79741bd8278bf1958ef6f414e89d7052d1c9486b Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Thu, 16 Nov 2023 21:59:35 +0100 Subject: [PATCH 06/27] net: dsa: mv88e6xxx: Add LED support for 6393X -Organization: Wires Trigger support: - "none" diff --git a/patches/linux/6.12.28/0007-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch b/patches/linux/6.12.30/0007-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch similarity index 94% rename from patches/linux/6.12.28/0007-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch rename to patches/linux/6.12.30/0007-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch index 4f46337f..e4951c69 100644 --- a/patches/linux/6.12.28/0007-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch +++ b/patches/linux/6.12.30/0007-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch @@ -1,9 +1,8 @@ -From 80bc60e8bdfd5a709ec09b3468072d681af5a0db Mon Sep 17 00:00:00 2001 +From 4ada7a3d2fa1fdb0abe4485a8f80a50c699d2607 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 28 May 2024 10:38:42 +0200 Subject: [PATCH 07/27] net: dsa: tag_dsa: Use tag priority as initial skb->priority -Organization: Wires Use the 3-bit priority field from the DSA tag as the initial packet priority on ingress to the CPU. diff --git a/patches/linux/6.12.28/0008-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch b/patches/linux/6.12.30/0008-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch similarity index 96% rename from patches/linux/6.12.28/0008-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch rename to patches/linux/6.12.30/0008-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch index 51dbb1d2..0138a95d 100644 --- a/patches/linux/6.12.28/0008-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch +++ b/patches/linux/6.12.30/0008-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch @@ -1,9 +1,8 @@ -From 6246d9d1e3ae4b95525ad71ae81998fc26bbe5eb Mon Sep 17 00:00:00 2001 +From ef42cca1aee6a3756f6995368bf740d6c92e8ab4 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 16 Jan 2024 16:00:55 +0100 Subject: [PATCH 08/27] net: dsa: Support MDB memberships whose L2 addresses overlap -Organization: Wires Multiple IP multicast groups (32 for v4, 2^80 for v6) map to the same L2 address. This means that switchdev drivers may receive multiple MDB diff --git a/patches/linux/6.12.28/0009-net-dsa-Support-EtherType-based-priority-overrides.patch b/patches/linux/6.12.30/0009-net-dsa-Support-EtherType-based-priority-overrides.patch similarity index 97% rename from patches/linux/6.12.28/0009-net-dsa-Support-EtherType-based-priority-overrides.patch rename to patches/linux/6.12.30/0009-net-dsa-Support-EtherType-based-priority-overrides.patch index c5cf1191..5c36ba69 100644 --- a/patches/linux/6.12.28/0009-net-dsa-Support-EtherType-based-priority-overrides.patch +++ b/patches/linux/6.12.30/0009-net-dsa-Support-EtherType-based-priority-overrides.patch @@ -1,8 +1,7 @@ -From 99a389d49da70df53c81a22e298cbc92b4a8f6f3 Mon Sep 17 00:00:00 2001 +From 927b942567ad59e71b44095c054e1565e2e1a01f Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Thu, 21 Mar 2024 19:12:15 +0100 Subject: [PATCH 09/27] net: dsa: Support EtherType based priority overrides -Organization: Wires --- include/net/dsa.h | 4 ++++ diff --git a/patches/linux/6.12.28/0010-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch b/patches/linux/6.12.30/0010-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch similarity index 99% rename from patches/linux/6.12.28/0010-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch rename to patches/linux/6.12.30/0010-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch index 473d4a99..8485f0ba 100644 --- a/patches/linux/6.12.28/0010-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch +++ b/patches/linux/6.12.30/0010-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch @@ -1,9 +1,8 @@ -From d44547521d9fa58b883e2526eb99d2d20f44335a Mon Sep 17 00:00:00 2001 +From ef919d2970639d542534b6f27605c0a7d053e57f Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Fri, 22 Mar 2024 16:15:43 +0100 Subject: [PATCH 10/27] net: dsa: mv88e6xxx: Support EtherType based priority overrides -Organization: Wires --- drivers/net/dsa/mv88e6xxx/chip.c | 64 +++++++++++++++++++++++++++++ diff --git a/patches/linux/6.12.28/0011-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch b/patches/linux/6.12.30/0011-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch similarity index 98% rename from patches/linux/6.12.28/0011-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch rename to patches/linux/6.12.30/0011-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch index bc6783b8..ba07f224 100644 --- a/patches/linux/6.12.28/0011-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch +++ b/patches/linux/6.12.30/0011-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch @@ -1,8 +1,7 @@ -From 8d1f5d3b244853b87c0a08db78409ed32351f089 Mon Sep 17 00:00:00 2001 +From 06cf0fc089d4b4f4d0d00384d0b38bb87dca0494 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 28 May 2024 11:04:22 +0200 Subject: [PATCH 11/27] net: dsa: mv88e6xxx: Add mqprio qdisc support -Organization: Wires Add support for attaching mqprio qdisc's to mv88e6xxx ports and use the packet's traffic class as the outgoing priority when no PCP bits diff --git a/patches/linux/6.12.28/0012-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch b/patches/linux/6.12.30/0012-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch similarity index 96% rename from patches/linux/6.12.28/0012-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch rename to patches/linux/6.12.30/0012-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch index d177e6a9..9543ddc5 100644 --- a/patches/linux/6.12.28/0012-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch +++ b/patches/linux/6.12.30/0012-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch @@ -1,9 +1,8 @@ -From 0d4fcc4a3128089c3c3be46d1e3a6d2246ac68aa Mon Sep 17 00:00:00 2001 +From 44ff969f4646f5d6987c6c6afb33c9894116687d Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 29 May 2024 13:20:41 +0200 Subject: [PATCH 12/27] net: dsa: mv88e6xxx: Use VLAN prio over IP when both are available -Organization: Wires Switch the priority sourcing precdence to prefer VLAN PCP over IP DSCP, when both are available. diff --git a/patches/linux/6.12.28/0013-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch b/patches/linux/6.12.30/0013-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch similarity index 98% rename from patches/linux/6.12.28/0013-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch rename to patches/linux/6.12.30/0013-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch index 8204ea79..81f68f1c 100644 --- a/patches/linux/6.12.28/0013-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch +++ b/patches/linux/6.12.30/0013-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch @@ -1,9 +1,8 @@ -From 38a53810ce472d57c4ea0f33d7f4bd713e24300b Mon Sep 17 00:00:00 2001 +From 868a65caca9a649616a9aef0e319f3744bda3df3 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 26 Nov 2024 19:45:59 +0100 Subject: [PATCH 13/27] [FIX] net: dsa: mv88e6xxx: Trap locally terminated VLANs -Organization: Wires Before this change, in a setup like the following, packets assigned to VLAN 10 were forwarded between the switch ports, even though the diff --git a/patches/linux/6.12.28/0014-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch b/patches/linux/6.12.30/0014-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch similarity index 98% rename from patches/linux/6.12.28/0014-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch rename to patches/linux/6.12.30/0014-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch index 4bc11a7d..7f4f6232 100644 --- a/patches/linux/6.12.28/0014-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch +++ b/patches/linux/6.12.30/0014-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch @@ -1,9 +1,8 @@ -From dfe8b228e163374431edef3d412a69b348d2777e Mon Sep 17 00:00:00 2001 +From 7e3b3153f5edfdcc7c4460744efbd3f8c0f4bf4b Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 19 Sep 2023 18:38:10 +0200 Subject: [PATCH 14/27] net: phy: marvell10g: Support firmware loading on 88X3310 -Organization: Wires When probing, if a device is waiting for firmware to be loaded into its RAM, ask userspace for the binary and load it over XMDIO. diff --git a/patches/linux/6.12.28/0015-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch b/patches/linux/6.12.30/0015-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch similarity index 94% rename from patches/linux/6.12.28/0015-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch rename to patches/linux/6.12.30/0015-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch index 3de41fad..f5b67d62 100644 --- a/patches/linux/6.12.28/0015-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch +++ b/patches/linux/6.12.30/0015-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch @@ -1,9 +1,8 @@ -From f97f8ef48de47fe7ad7e75412bd5d3565691b8da Mon Sep 17 00:00:00 2001 +From 7769ff987e8619d012863851eb14dec613bee3fa Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 21 Nov 2023 20:15:24 +0100 Subject: [PATCH 15/27] net: phy: marvell10g: Fix power-up when strapped to start powered down -Organization: Wires On devices which are hardware strapped to start powered down (PDSTATE == 1), make sure that we clear the power-down bit on all units diff --git a/patches/linux/6.12.28/0016-net-phy-marvell10g-Add-LED-support-for-88X3310.patch b/patches/linux/6.12.30/0016-net-phy-marvell10g-Add-LED-support-for-88X3310.patch similarity index 99% rename from patches/linux/6.12.28/0016-net-phy-marvell10g-Add-LED-support-for-88X3310.patch rename to patches/linux/6.12.30/0016-net-phy-marvell10g-Add-LED-support-for-88X3310.patch index fe2919f7..172fdd50 100644 --- a/patches/linux/6.12.28/0016-net-phy-marvell10g-Add-LED-support-for-88X3310.patch +++ b/patches/linux/6.12.30/0016-net-phy-marvell10g-Add-LED-support-for-88X3310.patch @@ -1,8 +1,7 @@ -From 3987cc003277cf4794258e2130ae4f3401b1589f Mon Sep 17 00:00:00 2001 +From 3b64cbe7764bb3cb77953c8d0b8676c685c9f0b5 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 15 Nov 2023 20:58:42 +0100 Subject: [PATCH 16/27] net: phy: marvell10g: Add LED support for 88X3310 -Organization: Wires Pickup the LEDs from the state in which the hardware reset or bootloader left them, but also support further configuration via diff --git a/patches/linux/6.12.28/0017-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch b/patches/linux/6.12.30/0017-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch similarity index 96% rename from patches/linux/6.12.28/0017-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch rename to patches/linux/6.12.30/0017-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch index e249a8f2..57358848 100644 --- a/patches/linux/6.12.28/0017-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch +++ b/patches/linux/6.12.30/0017-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch @@ -1,9 +1,8 @@ -From cae30717ffbaa8c5288b92b91af5555905706901 Mon Sep 17 00:00:00 2001 +From 9b6d4099be8eb492d1ff46561b74f30688e53aef Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 12 Dec 2023 09:51:05 +0100 Subject: [PATCH 17/27] net: phy: marvell10g: Support LEDs tied to a single media side -Organization: Wires In a combo-port setup, i.e. where both the copper and fiber interface are available to the user, the LEDs may be physically located either diff --git a/patches/linux/6.12.28/0018-net-phy-Do-not-resume-PHY-when-attaching.patch b/patches/linux/6.12.30/0018-net-phy-Do-not-resume-PHY-when-attaching.patch similarity index 92% rename from patches/linux/6.12.28/0018-net-phy-Do-not-resume-PHY-when-attaching.patch rename to patches/linux/6.12.30/0018-net-phy-Do-not-resume-PHY-when-attaching.patch index 768845c9..48b46e1b 100644 --- a/patches/linux/6.12.28/0018-net-phy-Do-not-resume-PHY-when-attaching.patch +++ b/patches/linux/6.12.30/0018-net-phy-Do-not-resume-PHY-when-attaching.patch @@ -1,8 +1,7 @@ -From 42c5697a89e79dbe5d9134dbd291a11095c9a9f0 Mon Sep 17 00:00:00 2001 +From 8ca0ef48d4530da5cb6b807fd8b0901c916b0e8c Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 27 Mar 2024 10:10:19 +0100 Subject: [PATCH 18/27] net: phy: Do not resume PHY when attaching -Organization: Wires The PHY should not start negotiating with its link-partner until explicitly instructed to do so. diff --git a/patches/linux/6.12.28/0019-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch b/patches/linux/6.12.30/0019-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch similarity index 99% rename from patches/linux/6.12.28/0019-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch rename to patches/linux/6.12.30/0019-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch index c86498da..8c52482c 100644 --- a/patches/linux/6.12.28/0019-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch +++ b/patches/linux/6.12.30/0019-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch @@ -1,9 +1,8 @@ -From 9c8d9c8a01e4a10c7975f797e2c11a11167f394c Mon Sep 17 00:00:00 2001 +From 848fdabbb0cd804dceac4ea34d47a422a65e7227 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Mon, 4 Mar 2024 16:47:28 +0100 Subject: [PATCH 19/27] net: bridge: avoid classifying unknown multicast as mrouters_only -Organization: Wires Unknown multicast, MAC/IPv4/IPv6, should always be flooded according to the per-port mcast_flood setting, as well as to detected and configured diff --git a/patches/linux/6.12.28/0020-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch b/patches/linux/6.12.30/0020-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch similarity index 93% rename from patches/linux/6.12.28/0020-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch rename to patches/linux/6.12.30/0020-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch index 31195386..c8234862 100644 --- a/patches/linux/6.12.28/0020-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch +++ b/patches/linux/6.12.30/0020-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch @@ -1,9 +1,8 @@ -From bd6dad6c22acb46544160f2ed78d6a30ef2ac664 Mon Sep 17 00:00:00 2001 +From 930edf3bd31e77703ca805d816ed7b2cac695e44 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Tue, 5 Mar 2024 06:44:41 +0100 Subject: [PATCH 20/27] net: bridge: Ignore router ports when forwarding L2 multicast -Organization: Wires Multicast router ports are either statically configured or learned from control protocol traffic (IGMP/MLD/PIM). These protocols regulate IP diff --git a/patches/linux/6.12.28/0021-net-bridge-drop-delay-for-applying-strict-multicast-.patch b/patches/linux/6.12.30/0021-net-bridge-drop-delay-for-applying-strict-multicast-.patch similarity index 98% rename from patches/linux/6.12.28/0021-net-bridge-drop-delay-for-applying-strict-multicast-.patch rename to patches/linux/6.12.30/0021-net-bridge-drop-delay-for-applying-strict-multicast-.patch index d2aa62df..70dcf483 100644 --- a/patches/linux/6.12.28/0021-net-bridge-drop-delay-for-applying-strict-multicast-.patch +++ b/patches/linux/6.12.30/0021-net-bridge-drop-delay-for-applying-strict-multicast-.patch @@ -1,9 +1,8 @@ -From 54e9433911547d43d8c11032622ece2b27b7075f Mon Sep 17 00:00:00 2001 +From ec644e878010241f593bfccb2f7127dec6f69294 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Thu, 4 Apr 2024 16:36:30 +0200 Subject: [PATCH 21/27] net: bridge: drop delay for applying strict multicast filtering -Organization: Wires This *local* patch drops the initial delay before applying strict multicast filtering, introduced in [1] and recently updated in [2]. diff --git a/patches/linux/6.12.28/0022-net-bridge-Differentiate-MDB-additions-from-modifica.patch b/patches/linux/6.12.30/0022-net-bridge-Differentiate-MDB-additions-from-modifica.patch similarity index 97% rename from patches/linux/6.12.28/0022-net-bridge-Differentiate-MDB-additions-from-modifica.patch rename to patches/linux/6.12.30/0022-net-bridge-Differentiate-MDB-additions-from-modifica.patch index 451fba34..0b5ccf5f 100644 --- a/patches/linux/6.12.28/0022-net-bridge-Differentiate-MDB-additions-from-modifica.patch +++ b/patches/linux/6.12.30/0022-net-bridge-Differentiate-MDB-additions-from-modifica.patch @@ -1,9 +1,8 @@ -From 35b9ae5dd4e5447ea20f97c1eda3b43eaa5d7f37 Mon Sep 17 00:00:00 2001 +From d46286898fbadf40a2fe1f4e449a3acdaede788b Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Thu, 16 May 2024 14:51:54 +0200 Subject: [PATCH 22/27] net: bridge: Differentiate MDB additions from modifications -Organization: Wires Before this change, the reception of an IGMPv3 report (and analogously for MLDv2) that adds a new group, would trigger two MDB RTM_NEWMDB diff --git a/patches/linux/6.12.28/0023-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch b/patches/linux/6.12.30/0023-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch similarity index 95% rename from patches/linux/6.12.28/0023-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch rename to patches/linux/6.12.30/0023-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch index 25735a2f..9bb2383a 100644 --- a/patches/linux/6.12.28/0023-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch +++ b/patches/linux/6.12.30/0023-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch @@ -1,9 +1,8 @@ -From 71cb292549393333100e073eb742857c3319c58c Mon Sep 17 00:00:00 2001 +From cd8e2556f6b220fd6795779a37fbd6ff3159dcaf Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Fri, 24 Nov 2023 23:29:55 +0100 Subject: [PATCH 23/27] nvmem: layouts: onie-tlv: Let device probe even when TLV is invalid -Organization: Wires Before this change, probing an NVMEM device, expected to contain a valid TLV, would fail if it had not been provisioned yet. But an diff --git a/patches/linux/6.12.28/0024-usb-core-adjust-log-level-for-unauthorized-devices.patch b/patches/linux/6.12.30/0024-usb-core-adjust-log-level-for-unauthorized-devices.patch similarity index 95% rename from patches/linux/6.12.28/0024-usb-core-adjust-log-level-for-unauthorized-devices.patch rename to patches/linux/6.12.30/0024-usb-core-adjust-log-level-for-unauthorized-devices.patch index 57ef4b54..f1cd63eb 100644 --- a/patches/linux/6.12.28/0024-usb-core-adjust-log-level-for-unauthorized-devices.patch +++ b/patches/linux/6.12.30/0024-usb-core-adjust-log-level-for-unauthorized-devices.patch @@ -1,8 +1,7 @@ -From d4be9c396202bd0f6f562baa11fda4fcc3fe7f35 Mon Sep 17 00:00:00 2001 +From bbd05c87d8a872731eb2f46ffc63bcddf80bbfca Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Mon, 29 Apr 2024 15:14:51 +0200 Subject: [PATCH 24/27] usb: core: adjust log level for unauthorized devices -Organization: Wires The fact that a USB device currently is not authorized is not an error, so let's adjust the log level so these messages slip below radar for the diff --git a/patches/linux/6.12.28/0025-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch b/patches/linux/6.12.30/0025-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch similarity index 94% rename from patches/linux/6.12.28/0025-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch rename to patches/linux/6.12.30/0025-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch index 53fef369..1931efdd 100644 --- a/patches/linux/6.12.28/0025-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch +++ b/patches/linux/6.12.30/0025-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch @@ -1,9 +1,8 @@ -From ea700e84140bacf1f77448f03ed74dcc2344d6bd Mon Sep 17 00:00:00 2001 +From 6612adb18ad9ec35d81b131ebcff0b358a993a62 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Thu, 16 Jan 2025 12:35:12 +0100 Subject: [PATCH 25/27] net: dsa: mv88e6xxx: collapse disabled state into blocking -Organization: Wires This patch changes the behavior of switchcore ports wrt. the port state. Instead of disabling the port, the driver now treats the disabled state diff --git a/patches/linux/6.12.28/0026-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch b/patches/linux/6.12.30/0026-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch similarity index 98% rename from patches/linux/6.12.28/0026-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch rename to patches/linux/6.12.30/0026-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch index c6c6216d..95392fea 100644 --- a/patches/linux/6.12.28/0026-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch +++ b/patches/linux/6.12.30/0026-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch @@ -1,9 +1,8 @@ -From 1d3abf87ab56076f14562385da46cbfce21c4ce2 Mon Sep 17 00:00:00 2001 +From c95150639c61db088df0c7c2f9b0e18c0ef64550 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 12 Feb 2025 22:03:14 +0100 Subject: [PATCH 26/27] net: dsa: mv88e6xxx: Only activate LAG offloading when bridged -Organization: Wires The current port isolation scheme for mv88e6xxx is detailed here: https://lore.kernel.org/netdev/20220203101657.990241-1-tobias@waldekranz.com/ diff --git a/patches/linux/6.12.28/0027-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch b/patches/linux/6.12.30/0027-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch similarity index 94% rename from patches/linux/6.12.28/0027-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch rename to patches/linux/6.12.30/0027-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch index eb3a4abf..2a546097 100644 --- a/patches/linux/6.12.28/0027-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch +++ b/patches/linux/6.12.30/0027-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch @@ -1,9 +1,8 @@ -From 4dcbb380eb1fdd006c5b0c4a0c2a0a578abdfdbe Mon Sep 17 00:00:00 2001 +From 18d9518aba9afbd190e90a2661525bd4bf6d02d0 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Sun, 11 Aug 2024 11:27:35 +0200 Subject: [PATCH 27/27] net: usb: r8152: add r8153b support for link/activity LEDs -Organization: Wires This patch adds support for the link/activity LEDs on the NanoPi R2S and OrangePi R1 Plus. diff --git a/patches/linux/linux.hash b/patches/linux/linux.hash index a13490ce..dfcf6f34 100644 --- a/patches/linux/linux.hash +++ b/patches/linux/linux.hash @@ -1,2 +1,2 @@ # Calculated with ../utils/kernel-refresh.sh -sha256 e8a099182562aecff781de72ce769461e706d97af42d740dff20eb450dd5771e linux-6.12.28.tar.xz +sha256 df046a48971e40ce0b2e003e7e55b6b1e7da2912120eb216d5d6c8450c9cf82e linux-6.12.30.tar.xz