From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-by2nam03on0068.outbound.protection.outlook.com ([104.47.42.68]:35941 "EHLO NAM03-BY2-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751041AbdGRCuZ (ORCPT ); Mon, 17 Jul 2017 22:50:25 -0400 Message-ID: <596D7773.3010602@amd.com> Date: Tue, 18 Jul 2017 10:50:27 +0800 From: "Zhang, Jerry (Junwei)" MIME-Version: 1.0 To: Huang Rui , Greg KH CC: "Wang, Ken" , "amd-gfx@lists.freedesktop.org" , "stable@vger.kernel.org" , "Deucher, Alexander" Subject: Re: [PATCH] drm/amdgpu: read reg in each iterate of psp_wait_for loop References: <1500027617-18557-1-git-send-email-Jerry.Zhang@amd.com> <20170717075209.GA16630@hr-amur2> <20170717075755.GB16630@hr-amur2> <596C7BBA.2010300@amd.com> <20170717105741.GC32372@kroah.com> <20170717114511.GA18478@hr-amur2> In-Reply-To: <20170717114511.GA18478@hr-amur2> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Sender: stable-owner@vger.kernel.org List-ID: On 07/17/2017 07:45 PM, Huang Rui wrote: > On Mon, Jul 17, 2017 at 06:57:41PM +0800, Greg KH wrote: >> On Mon, Jul 17, 2017 at 04:56:26PM +0800, Zhang, Jerry (Junwei) wrote: >> > + stable@vger.kernel.org >> >> >> >> This is not the correct way to submit patches for inclusion in the >> stable kernel tree. Please read: >>https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html >> for how to do this properly. >> >> > > Thanks, Greg. :-) Thanks Greg to reminder that > >>> BTW: please add Cc: in your patch, it need be >>> backported to stable tree. > > Jerry, I might not describe it clearly. We need follow the rule that Greg > provided. Actually, I meant to add Cc in your commit message like below, > then sent it out: Thanks to explain in detail. I will prepare it them as one patch again. Jerry > > 8<---------- > > Subject: [PATCH] drm/amdgpu: read reg in each iterate of psp_wait_for loop > > This fixes the SOS loading failure of psp v3.1. > > Signed-off-by: Junwei Zhang > Cc: stable@vger.kernel.org > > 8<---------- > > And you'd better squeeze the two patches as one (actually it's only one > fix) to make backporting more smooth. > > Thanks, > Rui