Merge pull request #1275 from kernelkit/kernel-upgrade-892ca8de-c208-4bc6-9688-d969ff734bc5

Upgrade to kernel 6.12.59
This commit is contained in:
Joachim Wiberg
2025-11-24 16:42:15 +01:00
committed by GitHub
36 changed files with 36 additions and 36 deletions
+1 -1
View File
@@ -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_ROOTFS_POST_IMAGE_SCRIPT="${BR2_EXTERNAL_INFIX_PATH}/board/common/post-image.sh"
BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.58" BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.59"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="${BR2_EXTERNAL_INFIX_PATH}/board/aarch64/linux_defconfig" BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="${BR2_EXTERNAL_INFIX_PATH}/board/aarch64/linux_defconfig"
BR2_LINUX_KERNEL_INSTALL_TARGET=y BR2_LINUX_KERNEL_INSTALL_TARGET=y
+1 -1
View File
@@ -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_ROOTFS_POST_IMAGE_SCRIPT="${BR2_EXTERNAL_INFIX_PATH}/board/common/post-image.sh"
BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.58" BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.59"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="${BR2_EXTERNAL_INFIX_PATH}/board/aarch64/linux_defconfig" BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="${BR2_EXTERNAL_INFIX_PATH}/board/aarch64/linux_defconfig"
BR2_LINUX_KERNEL_INSTALL_TARGET=y BR2_LINUX_KERNEL_INSTALL_TARGET=y
+1 -1
View File
@@ -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_ROOTFS_POST_IMAGE_SCRIPT="${BR2_EXTERNAL_INFIX_PATH}/board/common/post-image.sh"
BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.58" BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.59"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y 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_CUSTOM_CONFIG_FILE="${BR2_EXTERNAL_INFIX_PATH}/board/x86_64/linux_defconfig"
BR2_LINUX_KERNEL_INSTALL_TARGET=y BR2_LINUX_KERNEL_INSTALL_TARGET=y
+1 -1
View File
@@ -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_ROOTFS_POST_IMAGE_SCRIPT="${BR2_EXTERNAL_INFIX_PATH}/board/common/post-image.sh"
BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.58" BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.59"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y 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_CUSTOM_CONFIG_FILE="${BR2_EXTERNAL_INFIX_PATH}/board/x86_64/linux_defconfig"
BR2_LINUX_KERNEL_INSTALL_TARGET=y BR2_LINUX_KERNEL_INSTALL_TARGET=y
+1 -1
View File
@@ -9,7 +9,7 @@ All notable changes to the project are documented in this file.
### Changes ### Changes
- Upgrade Buildroot to 2025.02.8 (LTS) - Upgrade Buildroot to 2025.02.8 (LTS)
- Upgrade Linux kernel to 6.12.58 (LTS) - Upgrade Linux kernel to 6.12.59 (LTS)
- Enable MVEBU SafeXcel Crypto Engine firmware for Marvell Armada SOCs (37xx, - Enable MVEBU SafeXcel Crypto Engine firmware for Marvell Armada SOCs (37xx,
7k, 8k, and CN913x series). Fixes kernel warnings about firmware load failures 7k, 8k, and CN913x series). Fixes kernel warnings about firmware load failures
and crypto-safexcel probe errors on affected boards and crypto-safexcel probe errors on affected boards
@@ -1,4 +1,4 @@
From 9da64e743c6b32eebc58414dd82149275d01bef0 Mon Sep 17 00:00:00 2001 From 258e191ebe39d634f003db2e2ec02390b155a279 Mon Sep 17 00:00:00 2001
From: Tobias Waldekranz <tobias@waldekranz.com> From: Tobias Waldekranz <tobias@waldekranz.com>
Date: Tue, 12 Mar 2024 10:27:24 +0100 Date: Tue, 12 Mar 2024 10:27:24 +0100
Subject: [PATCH 01/30] [FIX] net: dsa: mv88e6xxx: Fix timeout on waiting for Subject: [PATCH 01/30] [FIX] net: dsa: mv88e6xxx: Fix timeout on waiting for
@@ -1,4 +1,4 @@
From b4fc53d85eb725537643adc2eceb8388b57a9b16 Mon Sep 17 00:00:00 2001 From 77e1d4b59a475eb02b8531789f0be9fc9da9d9eb Mon Sep 17 00:00:00 2001
From: Tobias Waldekranz <tobias@waldekranz.com> From: Tobias Waldekranz <tobias@waldekranz.com>
Date: Wed, 27 Mar 2024 15:52:43 +0100 Date: Wed, 27 Mar 2024 15:52:43 +0100
Subject: [PATCH 02/30] net: dsa: mv88e6xxx: Improve indirect register access Subject: [PATCH 02/30] net: dsa: mv88e6xxx: Improve indirect register access
@@ -1,4 +1,4 @@
From 95e3789607bc5ecc16bd46935cb99d19cf57641f Mon Sep 17 00:00:00 2001 From b5f336cc81648134eddec9f246cc5c4ae6d06725 Mon Sep 17 00:00:00 2001
From: Tobias Waldekranz <tobias@waldekranz.com> From: Tobias Waldekranz <tobias@waldekranz.com>
Date: Mon, 22 Apr 2024 23:18:01 +0200 Date: Mon, 22 Apr 2024 23:18:01 +0200
Subject: [PATCH 03/30] net: dsa: mv88e6xxx: Honor ports being managed via Subject: [PATCH 03/30] net: dsa: mv88e6xxx: Honor ports being managed via
@@ -1,4 +1,4 @@
From d473a6e509a84e94bf5412aa2ef3e2472532fd28 Mon Sep 17 00:00:00 2001 From 27d2f11020abc8053e40a447766fe717cd0af871 Mon Sep 17 00:00:00 2001
From: Tobias Waldekranz <tobias@waldekranz.com> From: Tobias Waldekranz <tobias@waldekranz.com>
Date: Wed, 24 Apr 2024 22:41:04 +0200 Date: Wed, 24 Apr 2024 22:41:04 +0200
Subject: [PATCH 04/30] net: dsa: mv88e6xxx: Limit rsvd2cpu policy to user Subject: [PATCH 04/30] net: dsa: mv88e6xxx: Limit rsvd2cpu policy to user
@@ -1,4 +1,4 @@
From 4364d19dc50dbc5ab29d52573f27142946fb0243 Mon Sep 17 00:00:00 2001 From b9ef80777ab137feefa5ff5000318c6160abc375 Mon Sep 17 00:00:00 2001
From: Tobias Waldekranz <tobias@waldekranz.com> From: Tobias Waldekranz <tobias@waldekranz.com>
Date: Thu, 16 Nov 2023 19:44:32 +0100 Date: Thu, 16 Nov 2023 19:44:32 +0100
Subject: [PATCH 05/30] net: dsa: mv88e6xxx: Add LED infrastructure Subject: [PATCH 05/30] net: dsa: mv88e6xxx: Add LED infrastructure
@@ -1,4 +1,4 @@
From dd3a8ea79f5ecf1b2fde1cf43d710eb1ca95436a Mon Sep 17 00:00:00 2001 From 462277b926140ee2d231317e92afb6cabf640268 Mon Sep 17 00:00:00 2001
From: Tobias Waldekranz <tobias@waldekranz.com> From: Tobias Waldekranz <tobias@waldekranz.com>
Date: Thu, 16 Nov 2023 21:59:35 +0100 Date: Thu, 16 Nov 2023 21:59:35 +0100
Subject: [PATCH 06/30] net: dsa: mv88e6xxx: Add LED support for 6393X Subject: [PATCH 06/30] net: dsa: mv88e6xxx: Add LED support for 6393X
@@ -1,4 +1,4 @@
From 20571909e86fcf2fe14a7facbdb38b6d6c7b38e7 Mon Sep 17 00:00:00 2001 From 728aa8bc29ee034f4a8a167f1af5e645c37f34a9 Mon Sep 17 00:00:00 2001
From: Tobias Waldekranz <tobias@waldekranz.com> From: Tobias Waldekranz <tobias@waldekranz.com>
Date: Tue, 28 May 2024 10:38:42 +0200 Date: Tue, 28 May 2024 10:38:42 +0200
Subject: [PATCH 07/30] net: dsa: tag_dsa: Use tag priority as initial Subject: [PATCH 07/30] net: dsa: tag_dsa: Use tag priority as initial
@@ -1,4 +1,4 @@
From 3543dd33b7826b1c8df1bc845b68dd2a018d3b18 Mon Sep 17 00:00:00 2001 From fc6a495e7359a56ba5c56fe03cc844d44953e75e Mon Sep 17 00:00:00 2001
From: Tobias Waldekranz <tobias@waldekranz.com> From: Tobias Waldekranz <tobias@waldekranz.com>
Date: Tue, 16 Jan 2024 16:00:55 +0100 Date: Tue, 16 Jan 2024 16:00:55 +0100
Subject: [PATCH 08/30] net: dsa: Support MDB memberships whose L2 addresses Subject: [PATCH 08/30] net: dsa: Support MDB memberships whose L2 addresses
@@ -1,4 +1,4 @@
From 10fc0d9aab81d5f6c993cd436ba4b3fc2340832b Mon Sep 17 00:00:00 2001 From c5456f3460481bd5ac072358b97da85077b55fa2 Mon Sep 17 00:00:00 2001
From: Tobias Waldekranz <tobias@waldekranz.com> From: Tobias Waldekranz <tobias@waldekranz.com>
Date: Thu, 21 Mar 2024 19:12:15 +0100 Date: Thu, 21 Mar 2024 19:12:15 +0100
Subject: [PATCH 09/30] net: dsa: Support EtherType based priority overrides Subject: [PATCH 09/30] net: dsa: Support EtherType based priority overrides
@@ -1,4 +1,4 @@
From 9629fb408467c021c54017e95daa9c5ca7278741 Mon Sep 17 00:00:00 2001 From 58ae1a1b571bfb3dbd523ac1979e4881a8ea0ec8 Mon Sep 17 00:00:00 2001
From: Tobias Waldekranz <tobias@waldekranz.com> From: Tobias Waldekranz <tobias@waldekranz.com>
Date: Fri, 22 Mar 2024 16:15:43 +0100 Date: Fri, 22 Mar 2024 16:15:43 +0100
Subject: [PATCH 10/30] net: dsa: mv88e6xxx: Support EtherType based priority Subject: [PATCH 10/30] net: dsa: mv88e6xxx: Support EtherType based priority
@@ -1,4 +1,4 @@
From ae1da4d2e15998f89195b08de3d3724368a5141e Mon Sep 17 00:00:00 2001 From b194fc60c803918f2f518427fdc6e92bc817456f Mon Sep 17 00:00:00 2001
From: Tobias Waldekranz <tobias@waldekranz.com> From: Tobias Waldekranz <tobias@waldekranz.com>
Date: Tue, 28 May 2024 11:04:22 +0200 Date: Tue, 28 May 2024 11:04:22 +0200
Subject: [PATCH 11/30] net: dsa: mv88e6xxx: Add mqprio qdisc support Subject: [PATCH 11/30] net: dsa: mv88e6xxx: Add mqprio qdisc support
@@ -1,4 +1,4 @@
From 5bdd750cbdf92815edf3ff6ecb8da7c731c78f73 Mon Sep 17 00:00:00 2001 From 3dfd7d356b1c32d6667e8c2298a13965db977eb4 Mon Sep 17 00:00:00 2001
From: Tobias Waldekranz <tobias@waldekranz.com> From: Tobias Waldekranz <tobias@waldekranz.com>
Date: Wed, 29 May 2024 13:20:41 +0200 Date: Wed, 29 May 2024 13:20:41 +0200
Subject: [PATCH 12/30] net: dsa: mv88e6xxx: Use VLAN prio over IP when both Subject: [PATCH 12/30] net: dsa: mv88e6xxx: Use VLAN prio over IP when both
@@ -1,4 +1,4 @@
From f3fc21e9a4f0a11d317a4b310ad1a6c019581e67 Mon Sep 17 00:00:00 2001 From c17ce44cf9be0364ce207f91bd3258b871be3cec Mon Sep 17 00:00:00 2001
From: Tobias Waldekranz <tobias@waldekranz.com> From: Tobias Waldekranz <tobias@waldekranz.com>
Date: Tue, 26 Nov 2024 19:45:59 +0100 Date: Tue, 26 Nov 2024 19:45:59 +0100
Subject: [PATCH 13/30] [FIX] net: dsa: mv88e6xxx: Trap locally terminated Subject: [PATCH 13/30] [FIX] net: dsa: mv88e6xxx: Trap locally terminated
@@ -1,4 +1,4 @@
From 486e74d05195161651f4a85e063b9ac799786a4e Mon Sep 17 00:00:00 2001 From 703468b7acffe44589a2686bb1f31b60e120b0d8 Mon Sep 17 00:00:00 2001
From: Tobias Waldekranz <tobias@waldekranz.com> From: Tobias Waldekranz <tobias@waldekranz.com>
Date: Tue, 19 Sep 2023 18:38:10 +0200 Date: Tue, 19 Sep 2023 18:38:10 +0200
Subject: [PATCH 14/30] net: phy: marvell10g: Support firmware loading on Subject: [PATCH 14/30] net: phy: marvell10g: Support firmware loading on
@@ -1,4 +1,4 @@
From 9b490518ddddca0fef9ff9205428a30700f0f69f Mon Sep 17 00:00:00 2001 From 3c8e59476ea3efe22d514a72053d49346cebbcd3 Mon Sep 17 00:00:00 2001
From: Tobias Waldekranz <tobias@waldekranz.com> From: Tobias Waldekranz <tobias@waldekranz.com>
Date: Tue, 21 Nov 2023 20:15:24 +0100 Date: Tue, 21 Nov 2023 20:15:24 +0100
Subject: [PATCH 15/30] net: phy: marvell10g: Fix power-up when strapped to Subject: [PATCH 15/30] net: phy: marvell10g: Fix power-up when strapped to
@@ -1,4 +1,4 @@
From b4f566fec73da875056d668a4c54f59ff8d7fcc2 Mon Sep 17 00:00:00 2001 From 4b2e584a40e0a7da3c72fed4bb7b05e1a5788339 Mon Sep 17 00:00:00 2001
From: Tobias Waldekranz <tobias@waldekranz.com> From: Tobias Waldekranz <tobias@waldekranz.com>
Date: Wed, 15 Nov 2023 20:58:42 +0100 Date: Wed, 15 Nov 2023 20:58:42 +0100
Subject: [PATCH 16/30] net: phy: marvell10g: Add LED support for 88X3310 Subject: [PATCH 16/30] net: phy: marvell10g: Add LED support for 88X3310
@@ -1,4 +1,4 @@
From 7010b01ef38099dd2f1777f84dd17b1a30f6dbe1 Mon Sep 17 00:00:00 2001 From 3505cc6010d8cbbe70cf95b486342cdb1566408d Mon Sep 17 00:00:00 2001
From: Tobias Waldekranz <tobias@waldekranz.com> From: Tobias Waldekranz <tobias@waldekranz.com>
Date: Tue, 12 Dec 2023 09:51:05 +0100 Date: Tue, 12 Dec 2023 09:51:05 +0100
Subject: [PATCH 17/30] net: phy: marvell10g: Support LEDs tied to a single Subject: [PATCH 17/30] net: phy: marvell10g: Support LEDs tied to a single
@@ -1,4 +1,4 @@
From 0b66557e6b7b5155ebeb06f388c528b3c0af7b39 Mon Sep 17 00:00:00 2001 From f05069be84acef521289588c324d5ae6ea39663c Mon Sep 17 00:00:00 2001
From: Tobias Waldekranz <tobias@waldekranz.com> From: Tobias Waldekranz <tobias@waldekranz.com>
Date: Wed, 27 Mar 2024 10:10:19 +0100 Date: Wed, 27 Mar 2024 10:10:19 +0100
Subject: [PATCH 18/30] net: phy: Do not resume PHY when attaching Subject: [PATCH 18/30] net: phy: Do not resume PHY when attaching
@@ -1,4 +1,4 @@
From d2b6e4c88bb3817ed5e561941e8f065d3976d69f Mon Sep 17 00:00:00 2001 From 9e89b47aa5781c24d8391fe54f5940ad5e5274f5 Mon Sep 17 00:00:00 2001
From: Joachim Wiberg <troglobit@gmail.com> From: Joachim Wiberg <troglobit@gmail.com>
Date: Mon, 4 Mar 2024 16:47:28 +0100 Date: Mon, 4 Mar 2024 16:47:28 +0100
Subject: [PATCH 19/30] net: bridge: avoid classifying unknown multicast as Subject: [PATCH 19/30] net: bridge: avoid classifying unknown multicast as
@@ -1,4 +1,4 @@
From be8d292ac264dbd6a15b6a87521eef089173901e Mon Sep 17 00:00:00 2001 From 3fb3acf59f9eb996bc71abd4924b28266dee838c Mon Sep 17 00:00:00 2001
From: Joachim Wiberg <troglobit@gmail.com> From: Joachim Wiberg <troglobit@gmail.com>
Date: Tue, 5 Mar 2024 06:44:41 +0100 Date: Tue, 5 Mar 2024 06:44:41 +0100
Subject: [PATCH 20/30] net: bridge: Ignore router ports when forwarding L2 Subject: [PATCH 20/30] net: bridge: Ignore router ports when forwarding L2
@@ -1,4 +1,4 @@
From 3b70f7859f720efb9fb275bc2da52bd30400cf52 Mon Sep 17 00:00:00 2001 From a2517dfb72c7aa7b090dc298efe025eb86ad48b3 Mon Sep 17 00:00:00 2001
From: Joachim Wiberg <troglobit@gmail.com> From: Joachim Wiberg <troglobit@gmail.com>
Date: Thu, 4 Apr 2024 16:36:30 +0200 Date: Thu, 4 Apr 2024 16:36:30 +0200
Subject: [PATCH 21/30] net: bridge: drop delay for applying strict multicast Subject: [PATCH 21/30] net: bridge: drop delay for applying strict multicast
@@ -1,4 +1,4 @@
From 611e394a4b353687897031ca676e004c223b023b Mon Sep 17 00:00:00 2001 From d3cd178a5749589b60a8c285fc9b8856b4ddfe19 Mon Sep 17 00:00:00 2001
From: Tobias Waldekranz <tobias@waldekranz.com> From: Tobias Waldekranz <tobias@waldekranz.com>
Date: Thu, 16 May 2024 14:51:54 +0200 Date: Thu, 16 May 2024 14:51:54 +0200
Subject: [PATCH 22/30] net: bridge: Differentiate MDB additions from Subject: [PATCH 22/30] net: bridge: Differentiate MDB additions from
@@ -1,4 +1,4 @@
From de332109f33c633da50be7f476f751cd53c484c4 Mon Sep 17 00:00:00 2001 From 9e3de29eb6325c2c103f49d2a888a89590f2bbcf Mon Sep 17 00:00:00 2001
From: Tobias Waldekranz <tobias@waldekranz.com> From: Tobias Waldekranz <tobias@waldekranz.com>
Date: Fri, 24 Nov 2023 23:29:55 +0100 Date: Fri, 24 Nov 2023 23:29:55 +0100
Subject: [PATCH 23/30] nvmem: layouts: onie-tlv: Let device probe even when Subject: [PATCH 23/30] nvmem: layouts: onie-tlv: Let device probe even when
@@ -1,4 +1,4 @@
From 413c9425624a47145cc23e32022f85cc685284d5 Mon Sep 17 00:00:00 2001 From 248b4ac573a6a55f11ded4d32b12cd1ec0c8f566 Mon Sep 17 00:00:00 2001
From: Joachim Wiberg <troglobit@gmail.com> From: Joachim Wiberg <troglobit@gmail.com>
Date: Mon, 29 Apr 2024 15:14:51 +0200 Date: Mon, 29 Apr 2024 15:14:51 +0200
Subject: [PATCH 24/30] usb: core: adjust log level for unauthorized devices Subject: [PATCH 24/30] usb: core: adjust log level for unauthorized devices
@@ -1,4 +1,4 @@
From 0e9cef441c4b8df8afedf1062e855c52ce63e5b3 Mon Sep 17 00:00:00 2001 From 20ffb2327d155c1fd820518cd2045fdf3d608806 Mon Sep 17 00:00:00 2001
From: Joachim Wiberg <troglobit@gmail.com> From: Joachim Wiberg <troglobit@gmail.com>
Date: Thu, 16 Jan 2025 12:35:12 +0100 Date: Thu, 16 Jan 2025 12:35:12 +0100
Subject: [PATCH 25/30] net: dsa: mv88e6xxx: collapse disabled state into Subject: [PATCH 25/30] net: dsa: mv88e6xxx: collapse disabled state into
@@ -1,4 +1,4 @@
From 2c3c84e4ee4201b308f2d51fb66523399b973b33 Mon Sep 17 00:00:00 2001 From ee419b2a261b64f209ae4a70e4b739453f76af1a Mon Sep 17 00:00:00 2001
From: Tobias Waldekranz <tobias@waldekranz.com> From: Tobias Waldekranz <tobias@waldekranz.com>
Date: Wed, 12 Feb 2025 22:03:14 +0100 Date: Wed, 12 Feb 2025 22:03:14 +0100
Subject: [PATCH 26/30] net: dsa: mv88e6xxx: Only activate LAG offloading when Subject: [PATCH 26/30] net: dsa: mv88e6xxx: Only activate LAG offloading when
@@ -1,4 +1,4 @@
From 306ea30dbf149e901ab2f89f466f0cbe20da20c5 Mon Sep 17 00:00:00 2001 From 70cb2bb7fd442f74b2894ed24a094de8f5d19711 Mon Sep 17 00:00:00 2001
From: Joachim Wiberg <troglobit@gmail.com> From: Joachim Wiberg <troglobit@gmail.com>
Date: Sun, 11 Aug 2024 11:27:35 +0200 Date: Sun, 11 Aug 2024 11:27:35 +0200
Subject: [PATCH 27/30] net: usb: r8152: add r8153b support for link/activity Subject: [PATCH 27/30] net: usb: r8152: add r8153b support for link/activity
@@ -1,4 +1,4 @@
From 971dcf731a07bc41b71c19ee4100a75f5ddcbcd9 Mon Sep 17 00:00:00 2001 From b576baf4fddb46fe2746b2819f1a7d66fc6d455e Mon Sep 17 00:00:00 2001
From: Joachim Wiberg <troglobit@gmail.com> From: Joachim Wiberg <troglobit@gmail.com>
Date: Sun, 10 Aug 2025 18:52:54 +0200 Date: Sun, 10 Aug 2025 18:52:54 +0200
Subject: [PATCH 28/30] arm64: dts: mediatek: mt7986a: rename BPi R3 ports to Subject: [PATCH 28/30] arm64: dts: mediatek: mt7986a: rename BPi R3 ports to
@@ -1,4 +1,4 @@
From 7e784879e5c4f9a425aced6ea304f6d0b701a247 Mon Sep 17 00:00:00 2001 From 74cb1029e980a2eabe43e43fa83cb01f59d45bfd Mon Sep 17 00:00:00 2001
From: Mattias Walström <lazzer@gmail.com> From: Mattias Walström <lazzer@gmail.com>
Date: Wed, 20 Aug 2025 21:38:24 +0200 Date: Wed, 20 Aug 2025 21:38:24 +0200
Subject: [PATCH 29/30] drm/panel-simple: Add a timing for the Raspberry Pi 7" Subject: [PATCH 29/30] drm/panel-simple: Add a timing for the Raspberry Pi 7"
@@ -1,4 +1,4 @@
From 21ea7e89c600992bf35a944fbf3cc1f1ef730570 Mon Sep 17 00:00:00 2001 From 3b2cef652da3a4ef94f21401df3714333d786e7d Mon Sep 17 00:00:00 2001
From: Mattias Walström <lazzer@gmail.com> From: Mattias Walström <lazzer@gmail.com>
Date: Thu, 21 Aug 2025 11:20:23 +0200 Date: Thu, 21 Aug 2025 11:20:23 +0200
Subject: [PATCH 30/30] input:touchscreen:edt-ft5x06: Add polled mode Subject: [PATCH 30/30] input:touchscreen:edt-ft5x06: Add polled mode
+1 -1
View File
@@ -1,2 +1,2 @@
# Calculated with utils/kernel-refresh.sh # Calculated with utils/kernel-refresh.sh
sha256 5f1c4c546660a6a81046fdfa6195306bad2c8d17c0d69876dc100a85ad4613ac linux-6.12.58.tar.xz sha256 a1d2cd7327f10eec022615c1bb12c06439bd110d2020164be97f698f43ca58be linux-6.12.59.tar.xz