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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3F6FCC28D13 for ; Thu, 25 Aug 2022 06:46:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229510AbiHYGql (ORCPT ); Thu, 25 Aug 2022 02:46:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59294 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229909AbiHYGqh (ORCPT ); Thu, 25 Aug 2022 02:46:37 -0400 X-Greylist: delayed 372 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Wed, 24 Aug 2022 23:46:36 PDT Received: from mout-u-107.mailbox.org (mout-u-107.mailbox.org [IPv6:2001:67c:2050:101:465::107]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8C06040E21 for ; Wed, 24 Aug 2022 23:46:36 -0700 (PDT) Received: from smtp202.mailbox.org (smtp202.mailbox.org [IPv6:2001:67c:2050:b231:465::202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-u-107.mailbox.org (Postfix) with ESMTPS id 4MCtcx08q6z9sTZ; Thu, 25 Aug 2022 08:40:17 +0200 (CEST) Message-ID: <68f140f8-1877-6077-0992-e435fb9a94e7@denx.de> Date: Thu, 25 Aug 2022 08:40:15 +0200 MIME-Version: 1.0 Subject: Re: [Bug 216373] New: Uncorrected errors reported for AMD GPU Content-Language: en-US To: Tom Seewald , "Lazar, Lijo" Cc: Bjorn Helgaas , regressions@lists.linux.dev, David Airlie , linux-pci@vger.kernel.org, Xinhui Pan , amd-gfx@lists.freedesktop.org, Kai-Heng Feng , Daniel Vetter , Alex Deucher , =?UTF-8?Q?Christian_K=c3=b6nig?= References: <20220819190725.GA2499154@bhelgaas> <6aad506b-5324-649e-9700-7ceaaf7ef94b@amd.com> <30671d88-85a1-0cdf-03db-3a77d6ef96e9@amd.com> From: Stefan Roese In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4MCtcx08q6z9sTZ Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org On 24.08.22 16:45, Tom Seewald wrote: > On Wed, Aug 24, 2022 at 12:11 AM Lazar, Lijo wrote: >> Unfortunately, I don't have any NV platforms to test. Attached is an >> 'untested-patch' based on your trace logs. >> >> Thanks, >> Lijo > > Thank you for the patch. It applied cleanly to v6.0-rc2 and after > booting that kernel I no longer see any messages about PCI errors. I > have uploaded a dmesg log to the bug report: > https://bugzilla.kernel.org/attachment.cgi?id=301642 I did not follow this thread in depth, but FWICT the bug is solved now with this patch. So is it correct, that the now fully enabled AER support in the PCI subsystem in v6.0 helped detecting a bug in the AMD GPU driver? Thanks, Stefan