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.52"
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.53"
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.52"
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.53"
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.52"
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.53"
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.52"
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.53"
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.52"
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.53"
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 doc/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ All notable changes to the project are documented in this file.
### Changes

- Upgrade Buildroot to 2025.02.7 (LTS)
- Upgrade Linux kernel to 6.12.52 (LTS)
- Upgrade Linux kernel to 6.12.53 (LTS)
- Extend NETCONF and RESTCONF scripting documentation with operational
data examples, discovery patterns, and common workflow examples, issue #1156
- Initial support for a zone-based firewall, based on `firewalld`, issue #448
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 88d084179a825073f71ee791377c1d47cae4f423 Mon Sep 17 00:00:00 2001
From 693b3a042f18ebe87c7e39f9d5d916d8c089f1ac 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 43829400e853c12f060ce47ed876d79bd1f0db2f Mon Sep 17 00:00:00 2001
From 7b5c60ce00705ca54e4462eb8927c9ce878559f3 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 29327e1c9a964e3f14c28860edcfc715a8bd1225 Mon Sep 17 00:00:00 2001
From 0111e9148218815ff189d1e28f285acba5d00a10 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 7d402f11f1836883ece22ad80d6487dad23ce4c6 Mon Sep 17 00:00:00 2001
From facf4e029cd1deecd22cd8272a1c9583760c332d 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 b7e4dbbe7a2de0bfa8de2d7e2188f560f99729b5 Mon Sep 17 00:00:00 2001
From 12549d882a21e167125e8040039cf0f00d3bfff8 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 f0916a12b7b15403eb2e64c209913c5852179421 Mon Sep 17 00:00:00 2001
From c81b23e1c3172d5861bce168ecd6ad9b175d352d 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 70864fa232c1c83413adfef032400326ddfdb2bd Mon Sep 17 00:00:00 2001
From eab01beb4f5e7001cc0d5486c530b713c8f37cbf 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 f8f42dcb6b793d05c7190294953a1534b8530867 Mon Sep 17 00:00:00 2001
From 1b498701b76532ee529715c335bfcf1d08cbb70b 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 c1168e8455cdec383da45dbb3b96696cd0b68255 Mon Sep 17 00:00:00 2001
From df1bd901e1eed54ebf7bea55dcc75efd92b1c522 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 659e7d5ef3569516102e2571f20be1f70f5643cb Mon Sep 17 00:00:00 2001
From 22e0761f5e7c27f9da9f611c3324a7815a4d9b33 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 0d0d8aa60e13cec50a26f79ab371b264d35a2f19 Mon Sep 17 00:00:00 2001
From b828dfb99a8e2dab22588f949a476fea06da3c4e 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 ae27e79c8012effacfa3075f67bffbfa7dd163db Mon Sep 17 00:00:00 2001
From cf95c6844c7231506b697cf5f17c00e4376731f7 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 97dc30ad85710ab74bc66cf89cbf6be4e2826e83 Mon Sep 17 00:00:00 2001
From 767bb1fae64dc50c2e8ddd7e73f639cf88736ff7 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 3927953ae548426625a072c7c04880d59e0a7b39 Mon Sep 17 00:00:00 2001
From c44a892162d29d8cc5f9033a99057515674afa2e 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 f5d8e9d5d02aca909ea28ee628431ae4dfd173c2 Mon Sep 17 00:00:00 2001
From 24962b36b706958403b5a8e79e65659d326bd26d 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 ca5019510aaf5fde1a16c4454cfabfa38e69bd01 Mon Sep 17 00:00:00 2001
From edfe5f2dd2fead86be189079d8492132ebedbdc8 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 dee9625963984505de13d8b624d6a6e869c62fb3 Mon Sep 17 00:00:00 2001
From 73500cf2c7989e1b11068dbb96741d754bd3b790 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 8554e0e83f8c323b88d49fef622e2eaac40d6455 Mon Sep 17 00:00:00 2001
From de16a3ce0fd0de57feb60790ffe283f8c302229a 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 e88df6e0ea51a97f1ee78e117688908cb300fd0f Mon Sep 17 00:00:00 2001
From ff9adb6c6786fd129a9aa042e5ed62c66b1ba6cc 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 84b9b00ac792daacd727afd4c31f258f66179995 Mon Sep 17 00:00:00 2001
From 740711cdfff1eb0f3e796ac537838f59b48c54bd 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 7bc08a99f36f0f6ddd5f419c497df389413c970b Mon Sep 17 00:00:00 2001
From 75d1e553e8a81aaf465b329ee94520481f8b8aea 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 fe9fe5009388211f0eab3536e6fefefd7e957067 Mon Sep 17 00:00:00 2001
From 790fc9c03dedec6ff425ad8cec46b7c2a0ed943e 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 d2a941561a39d5b7e3db7e7b09fb18848082f0e2 Mon Sep 17 00:00:00 2001
From d261f78e8f3a06d5fb01856870ebb9bf2a95af8e 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 eec71a1cc2d497aaed4bafe9dc13d364894fa598 Mon Sep 17 00:00:00 2001
From 8fc3cf33a2e0799c9985587c6ce1a453071a57dd 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 ccc756a3128c33769282a8b11fdfb2fcb3605329 Mon Sep 17 00:00:00 2001
From d559e4c65335b98cad31114ba23337085ab14df5 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 a231c2b1673669c3eaba42931ce30bfe2c71f945 Mon Sep 17 00:00:00 2001
From 3e2ffde0e54c4f08151d7dc49622104666d8fd74 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 350cc90bafed22fe52025df0eb741858ee6928b3 Mon Sep 17 00:00:00 2001
From 38ae3a2958a9858d989c7ecffb1a72bbe990e861 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 2cb46ccc467197450c918d2ff902e2bb814f1382 Mon Sep 17 00:00:00 2001
From ec0e933f88559f6aae82adb8aa43774690dc8131 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 7d703aabd7c305250366b94d97481016a4d9ee63 Mon Sep 17 00:00:00 2001
From a0a76801cb2d1be84f58cdb887f066d464ea4d63 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 b2e3db27bf24d66982982a24259dd932fbbc391b Mon Sep 17 00:00:00 2001
From 546eb6b54b2bf6ca2f7d69cb0e2bbabd13473081 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 b4850cf670a032c70f38b713a27d62046c5f747caf028c5f50b18f98606a9eb1 linux-6.12.52.tar.xz
sha256 663507accae673afcf4e210b4ae8d4352e61d926202e5da3f04bf71ca1d2c0b5 linux-6.12.53.tar.xz