On 9/10/25 10:44 PM, Akhil P Oommen wrote: > Current parser logic for GMU firmware assumes a dword aligned payload > size for every block. This is not true for all GMU firmwares. So, fix > this by using correct 'size' value in the calculation for the offset > for the next block's header. > > Fixes: c6ed04f856a4 ("drm/msm/a6xx: A640/A650 GMU firmware path") > Signed-off-by: Akhil P Oommen <akhi...@oss.qualcomm.com> > ---
I'm not sure what memcpy translates into for unaligned addresses, but I'm going to assume it's handled properly.. Acked-by: Konrad Dybcio <konrad.dyb...@oss.qualcomm.com> Konrad