Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion configs/aarch64_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.49"
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.50"
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
Expand Down
2 changes: 1 addition & 1 deletion configs/aarch64_minimal_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.49"
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.50"
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
Expand Down
2 changes: 1 addition & 1 deletion configs/r2s_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.49"
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.50"
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"
Expand Down
2 changes: 1 addition & 1 deletion configs/x86_64_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.49"
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.50"
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
Expand Down
2 changes: 1 addition & 1 deletion configs/x86_64_minimal_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.49"
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.50"
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
Expand Down
10 changes: 10 additions & 0 deletions doc/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ Change Log

All notable changes to the project are documented in this file.

[v25.10.0][UNRELEASED] -
-------------------------

### Changes

- Upgrade Linux kernel to 6.12.50 (LTS)

### Fixes


[v25.09.0][] - 2025-09-30
-------------------------

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 0d406c0c6e18b6e250dea14a5ca2dde88c0c812e Mon Sep 17 00:00:00 2001
From c50a09f0ee6ec92d1cbf81a83378277418c947b2 Mon Sep 17 00:00:00 2001
From: Tobias Waldekranz <[email protected]>
Date: Tue, 12 Mar 2024 10:27:24 +0100
Subject: [PATCH 01/30] [FIX] net: dsa: mv88e6xxx: Fix timeout on waiting for
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From bcbdeaf83c25d999ccb6354313d764dc84b2ee08 Mon Sep 17 00:00:00 2001
From fc07145378cf7178c462b8be309066a1076e4709 Mon Sep 17 00:00:00 2001
From: Tobias Waldekranz <[email protected]>
Date: Wed, 27 Mar 2024 15:52:43 +0100
Subject: [PATCH 02/30] net: dsa: mv88e6xxx: Improve indirect register access
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From fb2d1ea785d511507e2bc8f2632c6c0139dc64cf Mon Sep 17 00:00:00 2001
From 5ac476c5a460fa05c957bdabcd5b8b9d9b7b08f4 Mon Sep 17 00:00:00 2001
From: Tobias Waldekranz <[email protected]>
Date: Mon, 22 Apr 2024 23:18:01 +0200
Subject: [PATCH 03/30] net: dsa: mv88e6xxx: Honor ports being managed via
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From caccfd3b07e97d55293118bb36684fed66704899 Mon Sep 17 00:00:00 2001
From 8d4e2847b3ec0667f596923e26e8c6eda89a2b70 Mon Sep 17 00:00:00 2001
From: Tobias Waldekranz <[email protected]>
Date: Wed, 24 Apr 2024 22:41:04 +0200
Subject: [PATCH 04/30] net: dsa: mv88e6xxx: Limit rsvd2cpu policy to user
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 0b591768f8590d566acadf3817df9aee4c8278d6 Mon Sep 17 00:00:00 2001
From 0da92aae5ce09263aeb0a729bc8385757e7b7387 Mon Sep 17 00:00:00 2001
From: Tobias Waldekranz <[email protected]>
Date: Thu, 16 Nov 2023 19:44:32 +0100
Subject: [PATCH 05/30] net: dsa: mv88e6xxx: Add LED infrastructure
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 8fe56fb578d561ce5d7c751594980e3be45c9b5c Mon Sep 17 00:00:00 2001
From a7e27a324790e7164d7a3c39fb80ed30e219e778 Mon Sep 17 00:00:00 2001
From: Tobias Waldekranz <[email protected]>
Date: Thu, 16 Nov 2023 21:59:35 +0100
Subject: [PATCH 06/30] net: dsa: mv88e6xxx: Add LED support for 6393X
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From e71e59753f6a62685246247812d5385bf7987998 Mon Sep 17 00:00:00 2001
From 367b2629d047f1583b548e3ca9f939e967ebb5b5 Mon Sep 17 00:00:00 2001
From: Tobias Waldekranz <[email protected]>
Date: Tue, 28 May 2024 10:38:42 +0200
Subject: [PATCH 07/30] net: dsa: tag_dsa: Use tag priority as initial
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From a18bae506e6820553a51f1763219edf5031b4ec9 Mon Sep 17 00:00:00 2001
From 824f14f716fe9e2986862e4dc2c54430cf459c3f Mon Sep 17 00:00:00 2001
From: Tobias Waldekranz <[email protected]>
Date: Tue, 16 Jan 2024 16:00:55 +0100
Subject: [PATCH 08/30] net: dsa: Support MDB memberships whose L2 addresses
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 6ff1baaab17ac9fb4d64d2207f8c74900c61809b Mon Sep 17 00:00:00 2001
From 8c5ed0a607d89c85ee5ba10dcfcdcba6bfcb1ca4 Mon Sep 17 00:00:00 2001
From: Tobias Waldekranz <[email protected]>
Date: Thu, 21 Mar 2024 19:12:15 +0100
Subject: [PATCH 09/30] net: dsa: Support EtherType based priority overrides
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 25da7df0a5c1cbe2588739a69f1a10fce758179d Mon Sep 17 00:00:00 2001
From 20c5328bb54f4202402084ea1954259b02c43330 Mon Sep 17 00:00:00 2001
From: Tobias Waldekranz <[email protected]>
Date: Fri, 22 Mar 2024 16:15:43 +0100
Subject: [PATCH 10/30] net: dsa: mv88e6xxx: Support EtherType based priority
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 45a41226932eda89e7676d000b45c35a2ea171c7 Mon Sep 17 00:00:00 2001
From ebaad85c3fafdb7f48404e5c773540926fcce5ba Mon Sep 17 00:00:00 2001
From: Tobias Waldekranz <[email protected]>
Date: Tue, 28 May 2024 11:04:22 +0200
Subject: [PATCH 11/30] net: dsa: mv88e6xxx: Add mqprio qdisc support
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 1585315a713d28c8ecf3d5be3b30b28ec0c9b0e6 Mon Sep 17 00:00:00 2001
From efd23cb18a2d37bcf052dd6e908a19d148642429 Mon Sep 17 00:00:00 2001
From: Tobias Waldekranz <[email protected]>
Date: Wed, 29 May 2024 13:20:41 +0200
Subject: [PATCH 12/30] net: dsa: mv88e6xxx: Use VLAN prio over IP when both
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 11ea7f61dff2c6b7ff73662f8bbc4d1ff58683e2 Mon Sep 17 00:00:00 2001
From cf600956e006dae8cc61c319c8222c09d97cecd2 Mon Sep 17 00:00:00 2001
From: Tobias Waldekranz <[email protected]>
Date: Tue, 26 Nov 2024 19:45:59 +0100
Subject: [PATCH 13/30] [FIX] net: dsa: mv88e6xxx: Trap locally terminated
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 9a5fc01bdf573b925ae12bd0d6bd5c6def5769ac Mon Sep 17 00:00:00 2001
From 69357485cd5ec90d14cab6893840436a1692d00b Mon Sep 17 00:00:00 2001
From: Tobias Waldekranz <[email protected]>
Date: Tue, 19 Sep 2023 18:38:10 +0200
Subject: [PATCH 14/30] net: phy: marvell10g: Support firmware loading on
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 434ca29225bbc0bfef208b7d7dbccb72c13b3271 Mon Sep 17 00:00:00 2001
From a5b1ea0f8b634e8907d77be50c0462983b626e85 Mon Sep 17 00:00:00 2001
From: Tobias Waldekranz <[email protected]>
Date: Tue, 21 Nov 2023 20:15:24 +0100
Subject: [PATCH 15/30] net: phy: marvell10g: Fix power-up when strapped to
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From ed1b9c2c1fa1dc01cbc4de950e2e3adb2ffc9a37 Mon Sep 17 00:00:00 2001
From 2cdfcd8c3535d6e24866a10d69cefd485ea19643 Mon Sep 17 00:00:00 2001
From: Tobias Waldekranz <[email protected]>
Date: Wed, 15 Nov 2023 20:58:42 +0100
Subject: [PATCH 16/30] net: phy: marvell10g: Add LED support for 88X3310
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From d480813545cfc697163d464af97981902c36cef3 Mon Sep 17 00:00:00 2001
From f58d69b91488a4e88da21eca39ac246479ea00a7 Mon Sep 17 00:00:00 2001
From: Tobias Waldekranz <[email protected]>
Date: Tue, 12 Dec 2023 09:51:05 +0100
Subject: [PATCH 17/30] net: phy: marvell10g: Support LEDs tied to a single
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 1c66c6559c85dfc50d38a11b9849a5122fa1529c Mon Sep 17 00:00:00 2001
From 71d55d96d222c48f18e57823458b5ae1b6b5af98 Mon Sep 17 00:00:00 2001
From: Tobias Waldekranz <[email protected]>
Date: Wed, 27 Mar 2024 10:10:19 +0100
Subject: [PATCH 18/30] net: phy: Do not resume PHY when attaching
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From f26cf1305fb0e412a42527d4f24cc1dbb29bf561 Mon Sep 17 00:00:00 2001
From 194bb22fcd70472deaf3acf7ad064aad53fcd71b Mon Sep 17 00:00:00 2001
From: Joachim Wiberg <[email protected]>
Date: Mon, 4 Mar 2024 16:47:28 +0100
Subject: [PATCH 19/30] net: bridge: avoid classifying unknown multicast as
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From f2328ce2323e59cbb643972b75f382ee4bd8a823 Mon Sep 17 00:00:00 2001
From 1409fe7e2403236f48e9566bd88683a9afa00d98 Mon Sep 17 00:00:00 2001
From: Joachim Wiberg <[email protected]>
Date: Tue, 5 Mar 2024 06:44:41 +0100
Subject: [PATCH 20/30] net: bridge: Ignore router ports when forwarding L2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From fa9991d3da956c5ad791698b8913f85a2e107201 Mon Sep 17 00:00:00 2001
From 1532a769c041a99473856c828b6d8fd6b9b08a4e Mon Sep 17 00:00:00 2001
From: Joachim Wiberg <[email protected]>
Date: Thu, 4 Apr 2024 16:36:30 +0200
Subject: [PATCH 21/30] net: bridge: drop delay for applying strict multicast
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 17aaccea7837745fc8d8493d96f8e77200222428 Mon Sep 17 00:00:00 2001
From b562e46ed88c5140cc234c15fa2f8154ec09d554 Mon Sep 17 00:00:00 2001
From: Tobias Waldekranz <[email protected]>
Date: Thu, 16 May 2024 14:51:54 +0200
Subject: [PATCH 22/30] net: bridge: Differentiate MDB additions from
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 36440ad5ee696f6a0828c7949ff143dc5b526797 Mon Sep 17 00:00:00 2001
From 288a997b98f7f9e9bfe37e9ccc3cb3ec824cd592 Mon Sep 17 00:00:00 2001
From: Tobias Waldekranz <[email protected]>
Date: Fri, 24 Nov 2023 23:29:55 +0100
Subject: [PATCH 23/30] nvmem: layouts: onie-tlv: Let device probe even when
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 079da67e2c39245e3e6172925d5c3169e133d8b5 Mon Sep 17 00:00:00 2001
From 2b3ffc7e3925fb28b2cc94988592ed6d7ae76ae6 Mon Sep 17 00:00:00 2001
From: Joachim Wiberg <[email protected]>
Date: Mon, 29 Apr 2024 15:14:51 +0200
Subject: [PATCH 24/30] usb: core: adjust log level for unauthorized devices
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 9c0a92731b9dd4dd29bdd1bde4beeb36c7d6953e Mon Sep 17 00:00:00 2001
From 33a4349bfd96e38b4b1067d8f87e7deeb7ea96e4 Mon Sep 17 00:00:00 2001
From: Joachim Wiberg <[email protected]>
Date: Thu, 16 Jan 2025 12:35:12 +0100
Subject: [PATCH 25/30] net: dsa: mv88e6xxx: collapse disabled state into
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 4e5b0354c8ec5bcbb09cc8baca36fe7a8213112b Mon Sep 17 00:00:00 2001
From c408597d6cc08b1214e958b319df94cc41f192e2 Mon Sep 17 00:00:00 2001
From: Tobias Waldekranz <[email protected]>
Date: Wed, 12 Feb 2025 22:03:14 +0100
Subject: [PATCH 26/30] net: dsa: mv88e6xxx: Only activate LAG offloading when
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 0219e5f8146de60695d8d31e36c8a9207a9e4c27 Mon Sep 17 00:00:00 2001
From 28f67d5fd7ddacefec7060c17ff6c0c8343510ea Mon Sep 17 00:00:00 2001
From: Joachim Wiberg <[email protected]>
Date: Sun, 11 Aug 2024 11:27:35 +0200
Subject: [PATCH 27/30] net: usb: r8152: add r8153b support for link/activity
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 17a26dc738badd7f1c53d9b4d8b5f30da1a64794 Mon Sep 17 00:00:00 2001
From 3676b203a91d765e1342cdcb2a6a835804a303ed Mon Sep 17 00:00:00 2001
From: Joachim Wiberg <[email protected]>
Date: Sun, 10 Aug 2025 18:52:54 +0200
Subject: [PATCH 28/30] arm64: dts: mediatek: mt7986a: rename BPi R3 ports to
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From cb9049beae975232edcf8cb49f7529fb5b7e6048 Mon Sep 17 00:00:00 2001
From 3d9164138dde28d6df87829557ec0222bbc44038 Mon Sep 17 00:00:00 2001
From: Mattias Walström <[email protected]>
Date: Wed, 20 Aug 2025 21:38:24 +0200
Subject: [PATCH 29/30] drm/panel-simple: Add a timing for the Raspberry Pi 7"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 6d330d971393a13c2a9a930b1817184447ad2e6e Mon Sep 17 00:00:00 2001
From b5ef4ccbdc455e9e6dff0de244f77a9be775da41 Mon Sep 17 00:00:00 2001
From: Mattias Walström <[email protected]>
Date: Thu, 21 Aug 2025 11:20:23 +0200
Subject: [PATCH 30/30] input:touchscreen:edt-ft5x06: Add polled mode
Expand Down
2 changes: 1 addition & 1 deletion patches/linux/linux.hash
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Calculated with ../utils/kernel-refresh.sh
sha256 234621e146dacce2241049555d550e4f7a6bde67ccd7ef232d47ac8145425526 linux-6.12.49.tar.xz
sha256 c435bd74d1c21fc5a950781a50d78bae2b93944144694843359948ad3afc72a5 linux-6.12.50.tar.xz