We are currently running the latest linux-next snapshots (next-202511* and next-202512*) and have encountered random freezes and crashes on the Pixel 3, as well as crash dumps on the OnePlus 6 and 6T.
The two commits included below appear to fix, or at least work around, the issues in our testing. We assume, however, that the underlying root cause may still be unresolved. We would appreciate any guidance on how best to proceed, or confirmation that these patches are sufficient to move forward. Thank you for your time and assistance. Kind regards, David and Petr Signed-off-by: David Heidelberg <[email protected]> --- Petr Hodina (2): drm/msm/dpu: Add NULL pointer check in dpu_crtc_duplicate_state() clk: qcom: rcg2, msm/dsi: Fix hangs caused by register writes while clocks are off drivers/clk/qcom/clk-rcg2.c | 18 ++++++++++++++++++ drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c | 7 ++++++- drivers/gpu/drm/msm/dsi/dsi_host.c | 13 +++++++++++++ 3 files changed, 37 insertions(+), 1 deletion(-) --- base-commit: d9771d0dbe18dd643760431870a6abf9b0866bb0 change-id: 20251212-stability-discussion-d16f6ac51209 Best regards, -- David Heidelberg <[email protected]>
