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.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham 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 3FF41C47404 for ; Fri, 11 Oct 2019 04:27:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 13BFE21A4C for ; Fri, 11 Oct 2019 04:27:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1570768058; bh=IOpF7ZT1uyATibpb2Q8pKZ9Sewq/srJyUPlT/L2oK6w=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=wAb0UqjMtJviFCN+N49wgSooC1EhpBRXGMplyRjyLStZ89RxGPMMFAR5s1sRLHDZu bYPX7J+D8aE+9yyiN+doKe6lqkdGwBfO1omQjVxNUY30ts+xwXVR7TkuilTyIf3zsC xVeq7ZPDoZky8pmcqa/hjPKySLDKH16vePfQ418k= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726205AbfJKE1h (ORCPT ); Fri, 11 Oct 2019 00:27:37 -0400 Received: from mail.kernel.org ([198.145.29.99]:51516 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726187AbfJKE1h (ORCPT ); Fri, 11 Oct 2019 00:27:37 -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 6B2562089F; Fri, 11 Oct 2019 04:27:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1570768056; bh=IOpF7ZT1uyATibpb2Q8pKZ9Sewq/srJyUPlT/L2oK6w=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=XbnaD5r0fcvMpvRZM0Zf3goTuw2ba1ZmwkfN+TATNw4qu+0GMDLIFoFlV4C3uOOLp xM1/DIBDKZhdjZmcoC248wbeLFA44kWunCBVgLzzo2fxL6dmfdi9WbdT7uDx5MdVNd 3TbT9EL4XQL8jLhBE+wE/E/OoOtstLWsYLMH2W78= Date: Fri, 11 Oct 2019 06:27:34 +0200 From: Greg KH To: KyleMahlkuch Cc: alexander.deucher@amd.com, stable@vger.kernel.org, amd-gfx@lists.freedesktop.org Subject: Re: [PATCH v3] drm/radeon: Fix EEH during kexec Message-ID: <20191011042734.GA939089@kroah.com> References: <1570736672-10644-1-git-send-email-kmahlkuc@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1570736672-10644-1-git-send-email-kmahlkuc@linux.vnet.ibm.com> User-Agent: Mutt/1.12.2 (2019-09-21) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Thu, Oct 10, 2019 at 02:44:29PM -0500, KyleMahlkuch wrote: > During kexec some adapters hit an EEH since they are not properly > shut down in the radeon_pci_shutdown() function. Adding > radeon_suspend_kms() fixes this issue. > Enabled only on PPC because this patch causes issues on some other > boards. > > Signed-off-by: Kyle Mahlkuch Real email address please, with a '@' sign. And your "From:" line did not match up with this :( > --- > drivers/gpu/drm/radeon/radeon_drv.c | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) 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.