From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-sn1nam01on0072.outbound.protection.outlook.com ([104.47.32.72]:16224 "EHLO NAM01-SN1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751279AbdGQLnx (ORCPT ); Mon, 17 Jul 2017 07:43:53 -0400 Date: Mon, 17 Jul 2017 19:45:12 +0800 From: Huang Rui To: Greg KH , "Zhang, Jerry" CC: "Wang, Ken" , "amd-gfx@lists.freedesktop.org" , "stable@vger.kernel.org" , Alex Deucher Subject: Re: [PATCH] drm/amdgpu: read reg in each iterate of psp_wait_for loop Message-ID: <20170717114511.GA18478@hr-amur2> 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> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20170717105741.GC32372@kroah.com> Sender: stable-owner@vger.kernel.org List-ID: 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. :-) >> 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: 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