linux-raspberrypi_6.12: bump SRCREV to rpi-6.12.y HEAD (6.12.93)#1606
Open
FreseEnzo wants to merge 1 commit into
Open
linux-raspberrypi_6.12: bump SRCREV to rpi-6.12.y HEAD (6.12.93)#1606FreseEnzo wants to merge 1 commit into
FreseEnzo wants to merge 1 commit into
Conversation
Captures raspberrypi/linux PR #7023 ("ARM: dts: Select the PL011
platform driver", merged 2025-09-25) which switches BCM2711 PL011 UART
nodes to the arm,pl011-axi compatible. Without it, the in-kernel
hci_uart_bcm driver fails to bring up the BCM43455 BT chip on the CM4
(hci0: command 0xfc18 tx timeout). Also brings ~14 months of stable
6.12.x point releases including CVE backports.
LINUX_VERSION : 6.12.25 -> 6.12.93
SRCREV_machine : 3dd2c2c5... -> d8ab4e90... (rpi-6.12.y HEAD)
SRCREV_meta : 1f6ab68a... -> e66f4099... (yocto-6.12 HEAD)
Signed-off-by: Enzo Frese <enzo.frese.g@gmail.com>
Collaborator
|
please rebase it on latest |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps
linux-raspberrypi_6.12from 6.12.25 (April 2025) to 6.12.93 (rpi-6.12.y HEAD, 2026-06-12).This captures
raspberrypi/linuxPR #7023 ("ARM: dts: Select the PL011 platform driver", merged 2025-09-25), which switches the BCM2711 PL011 UART nodes inbcm2711-rpi-ds.dtsito thearm,pl011-axicompatible. Without that change, the in-kernelhci_uart_bcmdriver fails to bring up the BCM43455 Bluetooth chip on the Raspberry Pi 4 / CM4 (hci0: command 0xfc18 tx timeout);Also brings ~14 months of stable point-release fixes including CVE backports — relevant to anyone running
cve-checkagainst current scarthgap images.Tested locally on
raspberrypi4-64MACHINE on a Compute Module 4 carrier; BT bringup confirmed working (hci0 UP RUNNING with a real BD Address), WiFi unaffected, RAUC update flow unaffected.Closes: #1605