----- Original Message -----
From: "Greg Kroah-Hartman" gregkh@linuxfoundation.org To: "Timothy Pearson" tpearson@raptorengineering.com Cc: "stable" stable@vger.kernel.org Sent: Monday, October 20, 2025 4:08:40 AM Subject: Re: [PATCH 6.12.y] drm/amd/display: fix dmub access race condition
On Fri, Oct 17, 2025 at 01:01:12PM -0500, Timothy Pearson wrote:
+/**
- struct dm_vupdate_work - Work data for periodic action in idle
- @work: Kernel work data for the work event
- @adev: amdgpu_device back pointer
- @stream: DC stream associated with the crtc
- @adjust: DC CRTC timing adjust to be applied to the crtc
- */
+struct vupdate_offload_work {
struct work_struct work;struct amdgpu_device *adev;struct dc_stream_state *stream;struct dc_crtc_timing_adjust *adjust;+};
What happened to the proper formatting of this structure? You lost all tabs :(
I'm not sure. Please accept my apologies.
Please fix up and resend.
Investigating further after some additional crash reports over the weekend, it looks like there is a whole batch of patches needed to stabilize amdgpu on 6.12. For now, I'm going to withdraw this until I get a better handle on whether we can reasonably patch 6.12 or just need to run 6.16+ with these GPUs.