On Thu, Aug 06, 2020 at 10:49:39AM -0400, Alex Deucher wrote:
The ordering of psp_tmr_terminate() and psp_asd_unload() got reversed when the patches were applied to stable.
This patch does not exist in Linus' tree because the ordering is correct there. It got reversed when the patches were applied to stable. This patch is for stable only.
Fixes: 22ff658396b446 ("drm/amdgpu: asd function needs to be unloaded in suspend phase") Fixes: 2c41c968c6f648 ("drm/amdgpu: add TMR destory function for psp") Signed-off-by: Alex Deucher alexander.deucher@amd.com Cc: stable@vger.kernel.org # 5.7.x Cc: Huang Rui ray.huang@amd.com
Make the description more explicit as to why this patch is only for stable.
Now queued up, thanks!
greg k-h