diff --git a/configs/aarch64_defconfig b/configs/aarch64_defconfig index 94e14b14..91a34fef 100644 --- a/configs/aarch64_defconfig +++ b/configs/aarch64_defconfig @@ -28,7 +28,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.56" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.57" 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 664e9616..5d443170 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.56" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.57" 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/x86_64_defconfig b/configs/x86_64_defconfig index 7a97ecb6..fc98c004 100644 --- a/configs/x86_64_defconfig +++ b/configs/x86_64_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.56" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.57" 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 59f43417..7a4aa00d 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.56" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.57" 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 49569077..bb9fffad 100644 --- a/doc/ChangeLog.md +++ b/doc/ChangeLog.md @@ -8,6 +8,7 @@ All notable changes to the project are documented in this file. ### Changes +- Upgrade Linux kernel to 6.12.57 (LTS) - Improvements to `sdcard.img` generation, useful for developers mostly: - The NanoPi R2S bootloader is now automatically built and uploaded to the [`latest-boot` release][lastest-boot] tag diff --git a/patches/linux/6.12.56/0001-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch b/patches/linux/6.12.57/0001-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch similarity index 92% rename from patches/linux/6.12.56/0001-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch rename to patches/linux/6.12.57/0001-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch index 0b09142e..c29ec244 100644 --- a/patches/linux/6.12.56/0001-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch +++ b/patches/linux/6.12.57/0001-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch @@ -1,9 +1,8 @@ -From 52f290cad56b362568c210dbcb5b64362b87585c Mon Sep 17 00:00:00 2001 +From d532420003a86f60cb632662bf5a415904a6ceb0 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 12 Mar 2024 10:27:24 +0100 Subject: [PATCH 01/30] [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.56/0002-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch b/patches/linux/6.12.57/0002-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch similarity index 98% rename from patches/linux/6.12.56/0002-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch rename to patches/linux/6.12.57/0002-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch index dbc17fff..7cde5b8b 100644 --- a/patches/linux/6.12.56/0002-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch +++ b/patches/linux/6.12.57/0002-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch @@ -1,9 +1,8 @@ -From c4317d637f4cfb2905be011becf0f822c7a83b6b Mon Sep 17 00:00:00 2001 +From dfdfe4261ef01baa9952ec157e73a7823623a8f5 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 27 Mar 2024 15:52:43 +0100 Subject: [PATCH 02/30] 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.56/0003-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch b/patches/linux/6.12.57/0003-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch similarity index 93% rename from patches/linux/6.12.56/0003-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch rename to patches/linux/6.12.57/0003-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch index 70b21d36..eeae976c 100644 --- a/patches/linux/6.12.56/0003-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch +++ b/patches/linux/6.12.57/0003-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch @@ -1,9 +1,8 @@ -From cb5f94c0fedcf97fc7d6a52b64b534150bffa82a Mon Sep 17 00:00:00 2001 +From 80a9ba5efce93eb9a9379467697b175aa17698ee Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Mon, 22 Apr 2024 23:18:01 +0200 Subject: [PATCH 03/30] 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.56/0004-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch b/patches/linux/6.12.57/0004-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch similarity index 97% rename from patches/linux/6.12.56/0004-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch rename to patches/linux/6.12.57/0004-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch index d72979e0..56dd6457 100644 --- a/patches/linux/6.12.56/0004-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch +++ b/patches/linux/6.12.57/0004-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch @@ -1,9 +1,8 @@ -From f94a92a11b277a3a398b2611024b523bb5188c77 Mon Sep 17 00:00:00 2001 +From 1863c3b6e78fd3a48f144383cd3e950a5078ad9c Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 24 Apr 2024 22:41:04 +0200 Subject: [PATCH 04/30] 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.56/0005-net-dsa-mv88e6xxx-Add-LED-infrastructure.patch b/patches/linux/6.12.57/0005-net-dsa-mv88e6xxx-Add-LED-infrastructure.patch similarity index 99% rename from patches/linux/6.12.56/0005-net-dsa-mv88e6xxx-Add-LED-infrastructure.patch rename to patches/linux/6.12.57/0005-net-dsa-mv88e6xxx-Add-LED-infrastructure.patch index 41125f5e..54597976 100644 --- a/patches/linux/6.12.56/0005-net-dsa-mv88e6xxx-Add-LED-infrastructure.patch +++ b/patches/linux/6.12.57/0005-net-dsa-mv88e6xxx-Add-LED-infrastructure.patch @@ -1,8 +1,7 @@ -From cc2ba799c885e9cfbbb45bb6678ceca5cc4901e1 Mon Sep 17 00:00:00 2001 +From 497d566762ef702eea234ef4d571a2378385bc21 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Thu, 16 Nov 2023 19:44:32 +0100 Subject: [PATCH 05/30] 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.56/0006-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch b/patches/linux/6.12.57/0006-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch similarity index 99% rename from patches/linux/6.12.56/0006-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch rename to patches/linux/6.12.57/0006-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch index 736b8c2f..03d55827 100644 --- a/patches/linux/6.12.56/0006-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch +++ b/patches/linux/6.12.57/0006-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch @@ -1,8 +1,7 @@ -From 63ac127dd444ce8afc9e37181d42ed9e438b8de3 Mon Sep 17 00:00:00 2001 +From 460157c0d8d56f84787718b18406e45b22f01ac8 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Thu, 16 Nov 2023 21:59:35 +0100 Subject: [PATCH 06/30] net: dsa: mv88e6xxx: Add LED support for 6393X -Organization: Wires Trigger support: - "none" diff --git a/patches/linux/6.12.56/0007-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch b/patches/linux/6.12.57/0007-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch similarity index 94% rename from patches/linux/6.12.56/0007-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch rename to patches/linux/6.12.57/0007-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch index 0d015531..d90ddaf5 100644 --- a/patches/linux/6.12.56/0007-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch +++ b/patches/linux/6.12.57/0007-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch @@ -1,9 +1,8 @@ -From e3c18f05aadb3ef936f427b04ada5cec8f640dc5 Mon Sep 17 00:00:00 2001 +From 1e3a276bb5d7c774cc179f73cbfb6bf86c2dcb9d Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 28 May 2024 10:38:42 +0200 Subject: [PATCH 07/30] 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.56/0008-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch b/patches/linux/6.12.57/0008-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch similarity index 96% rename from patches/linux/6.12.56/0008-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch rename to patches/linux/6.12.57/0008-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch index a96f75f1..37083081 100644 --- a/patches/linux/6.12.56/0008-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch +++ b/patches/linux/6.12.57/0008-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch @@ -1,9 +1,8 @@ -From 359b0fd6f37e385af7a84017044c10194a17cb4d Mon Sep 17 00:00:00 2001 +From 9b1d1b646c770d5ee0cac320116d854284bb31ea Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 16 Jan 2024 16:00:55 +0100 Subject: [PATCH 08/30] 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.56/0009-net-dsa-Support-EtherType-based-priority-overrides.patch b/patches/linux/6.12.57/0009-net-dsa-Support-EtherType-based-priority-overrides.patch similarity index 97% rename from patches/linux/6.12.56/0009-net-dsa-Support-EtherType-based-priority-overrides.patch rename to patches/linux/6.12.57/0009-net-dsa-Support-EtherType-based-priority-overrides.patch index 17b38cc1..7cdcf1d2 100644 --- a/patches/linux/6.12.56/0009-net-dsa-Support-EtherType-based-priority-overrides.patch +++ b/patches/linux/6.12.57/0009-net-dsa-Support-EtherType-based-priority-overrides.patch @@ -1,8 +1,7 @@ -From d293c61cd5963ab785a4a6e17aeab29ce8da9dc1 Mon Sep 17 00:00:00 2001 +From 000f4f5e46c045fed58e1adaa25010465de85fcb Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Thu, 21 Mar 2024 19:12:15 +0100 Subject: [PATCH 09/30] net: dsa: Support EtherType based priority overrides -Organization: Wires --- include/net/dsa.h | 4 ++++ diff --git a/patches/linux/6.12.56/0010-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch b/patches/linux/6.12.57/0010-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch similarity index 99% rename from patches/linux/6.12.56/0010-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch rename to patches/linux/6.12.57/0010-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch index 6fd12ead..a90b9e1a 100644 --- a/patches/linux/6.12.56/0010-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch +++ b/patches/linux/6.12.57/0010-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch @@ -1,9 +1,8 @@ -From cb379db0de0a67fbcb6e0ef93ef0ece0bd932237 Mon Sep 17 00:00:00 2001 +From a584a55d449b28f881dee7aa8ad4218cd42fe186 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Fri, 22 Mar 2024 16:15:43 +0100 Subject: [PATCH 10/30] net: dsa: mv88e6xxx: Support EtherType based priority overrides -Organization: Wires --- drivers/net/dsa/mv88e6xxx/chip.c | 64 +++++++++++++++++++++++++++++ diff --git a/patches/linux/6.12.56/0011-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch b/patches/linux/6.12.57/0011-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch similarity index 98% rename from patches/linux/6.12.56/0011-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch rename to patches/linux/6.12.57/0011-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch index cd9ceb12..9477938b 100644 --- a/patches/linux/6.12.56/0011-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch +++ b/patches/linux/6.12.57/0011-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch @@ -1,8 +1,7 @@ -From 9b86830abacc10e0b0d0744b9c67410f6d6ee713 Mon Sep 17 00:00:00 2001 +From 2377d6dd8ac90bfc1930400244b93130ed19b669 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 28 May 2024 11:04:22 +0200 Subject: [PATCH 11/30] 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.56/0012-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch b/patches/linux/6.12.57/0012-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch similarity index 96% rename from patches/linux/6.12.56/0012-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch rename to patches/linux/6.12.57/0012-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch index de3562f8..d8e9b729 100644 --- a/patches/linux/6.12.56/0012-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch +++ b/patches/linux/6.12.57/0012-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch @@ -1,9 +1,8 @@ -From 01196484b97814adf17ef18679444f78794c3738 Mon Sep 17 00:00:00 2001 +From fc08e35c5088d5c56a0e03205948d7411e24c61d Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 29 May 2024 13:20:41 +0200 Subject: [PATCH 12/30] 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.56/0013-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch b/patches/linux/6.12.57/0013-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch similarity index 98% rename from patches/linux/6.12.56/0013-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch rename to patches/linux/6.12.57/0013-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch index 1e1c5bf8..fb5bc11a 100644 --- a/patches/linux/6.12.56/0013-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch +++ b/patches/linux/6.12.57/0013-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch @@ -1,9 +1,8 @@ -From 25be241b5ac26937472e980dfdf37b79d2f0bb9c Mon Sep 17 00:00:00 2001 +From 8f1c1d9e853065cd7b80208be3d5a7fbe88a4826 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 26 Nov 2024 19:45:59 +0100 Subject: [PATCH 13/30] [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.56/0014-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch b/patches/linux/6.12.57/0014-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch similarity index 98% rename from patches/linux/6.12.56/0014-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch rename to patches/linux/6.12.57/0014-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch index 62656fab..7aeaa5b5 100644 --- a/patches/linux/6.12.56/0014-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch +++ b/patches/linux/6.12.57/0014-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch @@ -1,9 +1,8 @@ -From 2ffc6c2e9b1279507fef9d59208c3686f8141252 Mon Sep 17 00:00:00 2001 +From fe66798f0a103ac9e97bf2a5e210fc4da8546d48 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 19 Sep 2023 18:38:10 +0200 Subject: [PATCH 14/30] 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.56/0015-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch b/patches/linux/6.12.57/0015-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch similarity index 94% rename from patches/linux/6.12.56/0015-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch rename to patches/linux/6.12.57/0015-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch index bbeabf1e..2420283e 100644 --- a/patches/linux/6.12.56/0015-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch +++ b/patches/linux/6.12.57/0015-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch @@ -1,9 +1,8 @@ -From fb833dce120667cf104f1ce91683635964f35c1d Mon Sep 17 00:00:00 2001 +From fa9f48fb62b9b8c5a0558af9ef98fa37dfa685df Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 21 Nov 2023 20:15:24 +0100 Subject: [PATCH 15/30] 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.56/0016-net-phy-marvell10g-Add-LED-support-for-88X3310.patch b/patches/linux/6.12.57/0016-net-phy-marvell10g-Add-LED-support-for-88X3310.patch similarity index 99% rename from patches/linux/6.12.56/0016-net-phy-marvell10g-Add-LED-support-for-88X3310.patch rename to patches/linux/6.12.57/0016-net-phy-marvell10g-Add-LED-support-for-88X3310.patch index d917a364..420a3bfd 100644 --- a/patches/linux/6.12.56/0016-net-phy-marvell10g-Add-LED-support-for-88X3310.patch +++ b/patches/linux/6.12.57/0016-net-phy-marvell10g-Add-LED-support-for-88X3310.patch @@ -1,8 +1,7 @@ -From dc1c6450f473e1f91510c6f29f460f80abd89460 Mon Sep 17 00:00:00 2001 +From 6c070382a3584fc5196afc0e42c5696a0e58318f Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 15 Nov 2023 20:58:42 +0100 Subject: [PATCH 16/30] 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.56/0017-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch b/patches/linux/6.12.57/0017-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch similarity index 96% rename from patches/linux/6.12.56/0017-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch rename to patches/linux/6.12.57/0017-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch index f9dd1925..8b783949 100644 --- a/patches/linux/6.12.56/0017-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch +++ b/patches/linux/6.12.57/0017-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch @@ -1,9 +1,8 @@ -From 5452847c502df7e9fbf8b5c63ee82cb5be8530c2 Mon Sep 17 00:00:00 2001 +From 79dd9220b9ce300db61af49d166dac9564e03ba8 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 12 Dec 2023 09:51:05 +0100 Subject: [PATCH 17/30] 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.56/0018-net-phy-Do-not-resume-PHY-when-attaching.patch b/patches/linux/6.12.57/0018-net-phy-Do-not-resume-PHY-when-attaching.patch similarity index 92% rename from patches/linux/6.12.56/0018-net-phy-Do-not-resume-PHY-when-attaching.patch rename to patches/linux/6.12.57/0018-net-phy-Do-not-resume-PHY-when-attaching.patch index 49acbf7d..75a5f1b6 100644 --- a/patches/linux/6.12.56/0018-net-phy-Do-not-resume-PHY-when-attaching.patch +++ b/patches/linux/6.12.57/0018-net-phy-Do-not-resume-PHY-when-attaching.patch @@ -1,8 +1,7 @@ -From 653b6302a6a7af6ace66edcc14d93d2b0af3c784 Mon Sep 17 00:00:00 2001 +From 28a94184521ace0eaddb9a5717db073b8b567c18 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 27 Mar 2024 10:10:19 +0100 Subject: [PATCH 18/30] 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.56/0019-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch b/patches/linux/6.12.57/0019-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch similarity index 99% rename from patches/linux/6.12.56/0019-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch rename to patches/linux/6.12.57/0019-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch index d19cacce..7a714b54 100644 --- a/patches/linux/6.12.56/0019-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch +++ b/patches/linux/6.12.57/0019-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch @@ -1,9 +1,8 @@ -From 8a08a978e7de5d7db80bd2770cb23afe9293f75f Mon Sep 17 00:00:00 2001 +From 61989106a177054cfc284418c2d97a6a0fbc999b Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Mon, 4 Mar 2024 16:47:28 +0100 Subject: [PATCH 19/30] 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.56/0020-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch b/patches/linux/6.12.57/0020-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch similarity index 93% rename from patches/linux/6.12.56/0020-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch rename to patches/linux/6.12.57/0020-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch index bb627115..7c3c0864 100644 --- a/patches/linux/6.12.56/0020-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch +++ b/patches/linux/6.12.57/0020-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch @@ -1,9 +1,8 @@ -From e6f5da00542a3c913b536c0d0f8dcaeaebbf76de Mon Sep 17 00:00:00 2001 +From 81dfd91b9be895fa456dcf675098b0bb80b1ed19 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Tue, 5 Mar 2024 06:44:41 +0100 Subject: [PATCH 20/30] 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.56/0021-net-bridge-drop-delay-for-applying-strict-multicast-.patch b/patches/linux/6.12.57/0021-net-bridge-drop-delay-for-applying-strict-multicast-.patch similarity index 98% rename from patches/linux/6.12.56/0021-net-bridge-drop-delay-for-applying-strict-multicast-.patch rename to patches/linux/6.12.57/0021-net-bridge-drop-delay-for-applying-strict-multicast-.patch index 21c7bb61..f8f06dcf 100644 --- a/patches/linux/6.12.56/0021-net-bridge-drop-delay-for-applying-strict-multicast-.patch +++ b/patches/linux/6.12.57/0021-net-bridge-drop-delay-for-applying-strict-multicast-.patch @@ -1,9 +1,8 @@ -From ba5d0a1545b7bb57e662d8c5fb828018959a4847 Mon Sep 17 00:00:00 2001 +From c7c541aea1a2204101d89e83fcff443d09743421 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Thu, 4 Apr 2024 16:36:30 +0200 Subject: [PATCH 21/30] 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.56/0022-net-bridge-Differentiate-MDB-additions-from-modifica.patch b/patches/linux/6.12.57/0022-net-bridge-Differentiate-MDB-additions-from-modifica.patch similarity index 97% rename from patches/linux/6.12.56/0022-net-bridge-Differentiate-MDB-additions-from-modifica.patch rename to patches/linux/6.12.57/0022-net-bridge-Differentiate-MDB-additions-from-modifica.patch index ead36ac2..12f9d4c9 100644 --- a/patches/linux/6.12.56/0022-net-bridge-Differentiate-MDB-additions-from-modifica.patch +++ b/patches/linux/6.12.57/0022-net-bridge-Differentiate-MDB-additions-from-modifica.patch @@ -1,9 +1,8 @@ -From 9c9f588dad6b386a2915e1c3610d3226cff92fb9 Mon Sep 17 00:00:00 2001 +From d6a59133ccdb5938a1dc3061b46db9cc9eeb81d5 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Thu, 16 May 2024 14:51:54 +0200 Subject: [PATCH 22/30] 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.56/0023-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch b/patches/linux/6.12.57/0023-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch similarity index 95% rename from patches/linux/6.12.56/0023-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch rename to patches/linux/6.12.57/0023-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch index 538a264d..8fcb5839 100644 --- a/patches/linux/6.12.56/0023-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch +++ b/patches/linux/6.12.57/0023-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch @@ -1,9 +1,8 @@ -From 8051c697ca7ea62ac53d7060bf57a2cbda4faaa8 Mon Sep 17 00:00:00 2001 +From ab287dae2d0da5449f118465138ed4fafdc19475 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Fri, 24 Nov 2023 23:29:55 +0100 Subject: [PATCH 23/30] 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.56/0024-usb-core-adjust-log-level-for-unauthorized-devices.patch b/patches/linux/6.12.57/0024-usb-core-adjust-log-level-for-unauthorized-devices.patch similarity index 95% rename from patches/linux/6.12.56/0024-usb-core-adjust-log-level-for-unauthorized-devices.patch rename to patches/linux/6.12.57/0024-usb-core-adjust-log-level-for-unauthorized-devices.patch index 121d62d4..250896de 100644 --- a/patches/linux/6.12.56/0024-usb-core-adjust-log-level-for-unauthorized-devices.patch +++ b/patches/linux/6.12.57/0024-usb-core-adjust-log-level-for-unauthorized-devices.patch @@ -1,8 +1,7 @@ -From deb7274a82e0471291005112facdfed2d409b2ce Mon Sep 17 00:00:00 2001 +From 6ecdc9bc84a1b628d38b25602ceca69972013977 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Mon, 29 Apr 2024 15:14:51 +0200 Subject: [PATCH 24/30] 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.56/0025-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch b/patches/linux/6.12.57/0025-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch similarity index 94% rename from patches/linux/6.12.56/0025-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch rename to patches/linux/6.12.57/0025-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch index 1f68432c..c1b344bd 100644 --- a/patches/linux/6.12.56/0025-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch +++ b/patches/linux/6.12.57/0025-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch @@ -1,9 +1,8 @@ -From 9c329fbdf8a98cd0364008c3eb1443562e86c00c Mon Sep 17 00:00:00 2001 +From 8a3f2ab5a81a40198e74f938740278ab7793a5e7 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Thu, 16 Jan 2025 12:35:12 +0100 Subject: [PATCH 25/30] 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.56/0026-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch b/patches/linux/6.12.57/0026-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch similarity index 98% rename from patches/linux/6.12.56/0026-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch rename to patches/linux/6.12.57/0026-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch index 19622c9b..d3734e6a 100644 --- a/patches/linux/6.12.56/0026-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch +++ b/patches/linux/6.12.57/0026-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch @@ -1,9 +1,8 @@ -From bb360d78aa68ecf435e5b51b9e10ba710f964ace Mon Sep 17 00:00:00 2001 +From 5fec934d59c701d30d49a763e8b06f99621e046b Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 12 Feb 2025 22:03:14 +0100 Subject: [PATCH 26/30] 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.56/0027-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch b/patches/linux/6.12.57/0027-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch similarity index 94% rename from patches/linux/6.12.56/0027-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch rename to patches/linux/6.12.57/0027-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch index 9cdc43b9..6ce39706 100644 --- a/patches/linux/6.12.56/0027-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch +++ b/patches/linux/6.12.57/0027-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch @@ -1,9 +1,8 @@ -From 41baa52e042ed467f7c15a3a5611018d2ad582bf Mon Sep 17 00:00:00 2001 +From 34723fa51d70a2e32c057977f0321ed3f9c22692 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Sun, 11 Aug 2024 11:27:35 +0200 Subject: [PATCH 27/30] 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/6.12.56/0028-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch b/patches/linux/6.12.57/0028-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch similarity index 95% rename from patches/linux/6.12.56/0028-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch rename to patches/linux/6.12.57/0028-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch index 25fc844b..94d5bcc8 100644 --- a/patches/linux/6.12.56/0028-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch +++ b/patches/linux/6.12.57/0028-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch @@ -1,9 +1,8 @@ -From 59a1759daebd34b11055e122630765904b11c407 Mon Sep 17 00:00:00 2001 +From 695707e1e9370f93a22db87d6da0018771a4802b Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Sun, 10 Aug 2025 18:52:54 +0200 Subject: [PATCH 28/30] arm64: dts: mediatek: mt7986a: rename BPi R3 ports to match case -Organization: Wires For ref. see: https://wiki.banana-pi.org/File:Bpi-r3_Metal_case.jpg diff --git a/patches/linux/6.12.56/0029-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch b/patches/linux/6.12.57/0029-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch similarity index 97% rename from patches/linux/6.12.56/0029-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch rename to patches/linux/6.12.57/0029-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch index f9130eab..9d86e829 100644 --- a/patches/linux/6.12.56/0029-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch +++ b/patches/linux/6.12.57/0029-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch @@ -1,9 +1,8 @@ -From 518a8568636ca2447403e72edacd746571cea90c Mon Sep 17 00:00:00 2001 +From 5cf6eb014b05b935560045cef4029412aa90dd13 Mon Sep 17 00:00:00 2001 From: Mattias Walström Date: Wed, 20 Aug 2025 21:38:24 +0200 Subject: [PATCH 29/30] drm/panel-simple: Add a timing for the Raspberry Pi 7" panel -Organization: Wires The Raspberry Pi 7" 800x480 panel uses a Toshiba TC358762 DSI to DPI bridge chip, so there is a requirement for the timings diff --git a/patches/linux/6.12.56/0030-input-touchscreen-edt-ft5x06-Add-polled-mode.patch b/patches/linux/6.12.57/0030-input-touchscreen-edt-ft5x06-Add-polled-mode.patch similarity index 98% rename from patches/linux/6.12.56/0030-input-touchscreen-edt-ft5x06-Add-polled-mode.patch rename to patches/linux/6.12.57/0030-input-touchscreen-edt-ft5x06-Add-polled-mode.patch index 05b5272c..7a862ed2 100644 --- a/patches/linux/6.12.56/0030-input-touchscreen-edt-ft5x06-Add-polled-mode.patch +++ b/patches/linux/6.12.57/0030-input-touchscreen-edt-ft5x06-Add-polled-mode.patch @@ -1,8 +1,7 @@ -From 955d2182c5476d86dd54656922e91f4539a6009d Mon Sep 17 00:00:00 2001 +From d078130536761de8a86b8fbd82de2337a6017749 Mon Sep 17 00:00:00 2001 From: Mattias Walström Date: Thu, 21 Aug 2025 11:20:23 +0200 Subject: [PATCH 30/30] input:touchscreen:edt-ft5x06: Add polled mode -Organization: Wires Not all hardware has interrupts therefore we need to poll the touchscreen. diff --git a/patches/linux/linux.hash b/patches/linux/linux.hash index 70b585a5..940d959b 100644 --- a/patches/linux/linux.hash +++ b/patches/linux/linux.hash @@ -1,2 +1,2 @@ # Calculated with utils/kernel-refresh.sh -sha256 55432b2af352f7bf3053c348d8549df2f2deeaa4a361c65d638c2f3b2ca7ec96 linux-6.12.56.tar.xz +sha256 165ca1c37c4607b90e731996b7c1e3311285167d13deeedf08f3f1f0b9d2541a linux-6.12.57.tar.xz