From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.4 required=3.0 tests=BAYES_00,DATE_IN_PAST_03_06, DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 29552C433E1 for ; Thu, 6 Aug 2020 16:29:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7462F2311C for ; Thu, 6 Aug 2020 16:29:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1596731367; bh=1WpSJnuNFc/p+IV7b5/Rw2H5hTobgLK2vWiHD0QpyDA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=cFjLiz66+JiQ5DveiB7/+AXgPeq9kTTtHiqFyi46NtQ/UYlR5CKLZpzla+YyGvfel oLoNUtoNihiT/5KRf1L+n0+A5At3qYhWhvL/D+RXS65M/jghNjqndl6/ztMmcGW4LU Zn6GE+tn6I49qlCMG9ykaLDkuSfm/WI9kLlI1HJQ= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728068AbgHFQ3Y (ORCPT ); Thu, 6 Aug 2020 12:29:24 -0400 Received: from mail.kernel.org ([198.145.29.99]:43254 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727821AbgHFQSn (ORCPT ); Thu, 6 Aug 2020 12:18:43 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id A87C922CAE; Thu, 6 Aug 2020 11:10:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1596712207; bh=1WpSJnuNFc/p+IV7b5/Rw2H5hTobgLK2vWiHD0QpyDA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=eAIb7Zp3VDp9DCgW3ZXW9Lb2bdP2w0xDtTCvInT+jrytNKEkgfc0JkSFiobk1/5Ke fBSMHRzUqr+W5GAENk9W9sr9a1S9RtUCeR59uWJpcVoTmbLxiXH3g4Z1yz061OLeYj x2mOtvnOl+Dz++w9VaxAsRENciJL/d1YO71C48Fc= Date: Thu, 6 Aug 2020 09:01:03 +0200 From: Greg KH To: Alex Deucher Cc: stable@vger.kernel.org, Alex Deucher , Huang Rui Subject: Re: [PATCH] drm/amdgpu: fix ordering of psp suspend Message-ID: <20200806070103.GC2582961@kroah.com> References: <20200805215700.451808-1-alexander.deucher@amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200805215700.451808-1-alexander.deucher@amd.com> Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Wed, Aug 05, 2020 at 05:57:00PM -0400, Alex Deucher wrote: > The ordering of psp_tmr_terminate() and psp_asd_unload() > got reversed when the patches were applied to stable. > > 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 > Cc: stable@vger.kernel.org # 5.7.x > Cc: Huang Rui > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) What is the git commit id of this patch in Linus's tree? thanks, greg k-h