On 16.10.23 18:52, Greg Kroah-Hartman wrote:
On Mon, Oct 16, 2023 at 06:05:53PM +0200, Thorsten Leemhuis wrote:
On 16.10.23 10:39, Greg Kroah-Hartman wrote:
6.5-stable review patch. If anyone has any objections, please let me know.
From: Anshuman Khandual anshuman.khandual@arm.com
[ Upstream commit 1aa3d0274a4aac338ee45a3dfc3b17c944bcc2bc ]
ACPI TRBE does not have a HID for identification which could create and add a platform device into the platform bus. Also without a platform device, it cannot be probed and bound to a platform driver.
[...] Got a compiler error when using Fedora's stable kernel config and compiling 6.5.8-rc1 for ARM64; not totally sure, but from the error msg I suspect it's caused by the change quoted above.
[...] Thanks, I'll drop the offending commit and push out a -rc2.
Thx, that made things work! Ciao, Thorsten