https://bugzilla.kernel.org/show_bug.cgi?id=219562 Bug ID: 219562 Summary: [BISECTED[ UCSI patch breaks lunar lake boot on 6.13-rc1 Product: Drivers Version: 2.5 Kernel Version: 6.13-rc1 Hardware: All OS: Linux Status: NEW Severity: high Priority: P3 Component: USB Assignee: drivers_usb@xxxxxxxxxxxxxxxxxxxxxx Reporter: todd.e.brandt@xxxxxxxxx Blocks: 178231 Regression: Yes Bisected 226ff2e681d006eada59a9693aa1976d4c15a7d4 commit-id: Created attachment 307321 --> https://bugzilla.kernel.org/attachment.cgi?id=307321&action=edit otcpl-lnl-m-9-bad-commit-console-log.txt Our lunar lake machines are not booting as of 6.13-rc1. I've bisectedf it to this commit: commit 226ff2e681d006eada59a9693aa1976d4c15a7d4 (refs/bisect/bad) Author: Heikki Krogerus <heikki.krogerus@xxxxxxxxxxxxxxx> Date: Wed Nov 6 17:06:05 2024 +0200 usb: typec: ucsi: Convert connector specific commands to bitmaps That allows the fields in those command data structures to be easily validated. If an unsupported field is accessed, a warning is generated. This will not force UCSI version checks to be made in every place where these data structures are accessed, but it will make it easier to pinpoint issues that are caused by the unconditional accesses to those fields, and perhaps more importantly, allow those issues to be noticed immediately. Signed-off-by: Heikki Krogerus <heikki.krogerus@xxxxxxxxxxxxxxx> Link: https://lore.kernel.org/r/20241106150605.1017744-1-heikki.krogerus@xxxxxxxxxxxxxxx Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> I've attached the console output of the fail Referenced Bugs: https://bugzilla.kernel.org/show_bug.cgi?id=178231 [Bug 178231] Meta-bug: Linux suspend-to-mem and freeze performance optimization -- You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug.