public inbox for linuxppc-dev@ozlabs.org 
 help / color / mirror / Atom feed
From: Jonathan Cameron <Jonathan.Cameron@Huawei•com>
To: Zhenzhong Duan <zhenzhong.duan@intel•com>
Cc: linmiaohe@huawei•com, alison.schofield@intel•com,
	rafael@kernel•org, sathyanarayanan.kuppuswamy@intel•com,
	linux-pci@vger•kernel.org, erwin.tsaur@intel•com,
	linux-cxl@vger•kernel.org, linux-kernel@vger•kernel.org,
	oohall@gmail•com, ira.weiny@intel•com, dave@stgolabs•net,
	dave.jiang@intel•com, vishal.l.verma@intel•com,
	Smita.KoralahalliChannabasappa@amd•com,
	linux-acpi@vger•kernel.org, helgaas@kernel•org, lenb@kernel•org,
	chao.p.peng@intel•com, rrichter@amd•com, yudong.wang@intel•com,
	bp@alien8•de, qingshun.wang@linux•intel.com, bhelgaas@google•com,
	dan.j.williams@intel•com, linux-edac@vger•kernel.org,
	tony.luck@intel•com, feiting.wanyan@intel•com,
	adam.c.preble@intel•com, mahesh@linux•ibm.com, lukas@wunner•de,
	james.morse@arm•com, linuxppc-dev@lists•ozlabs.org,
	shiju.jose@huawei•com
Subject: Re: [PATCH v4 2/3] PCI/AER: Print UNCOR_STATUS bits that might be ANFE
Date: Thu, 6 Jun 2024 16:07:27 +0100	[thread overview]
Message-ID: <20240606160727.000044a6@Huawei.com> (raw)
In-Reply-To: <20240509084833.2147767-3-zhenzhong.duan@intel.com>

On Thu,  9 May 2024 16:48:32 +0800
Zhenzhong Duan <zhenzhong.duan@intel•com> wrote:

> When an Advisory Non-Fatal error(ANFE) triggers, both correctable error(CE)
> status and ANFE related uncorrectable error(UE) status will be printed:
> 
>   AER: Correctable error message received from 0000:b7:02.0
>   PCIe Bus Error: severity=Correctable, type=Transaction Layer, (Receiver ID)
>     device [8086:0db0] error status/mask=00002000/00000000
>      [13] NonFatalErr
>     Uncorrectable errors that may cause Advisory Non-Fatal:
>      [18] TLP
> 
> Tested-by: Yudong Wang <yudong.wang@intel•com>
> Co-developed-by: "Wang, Qingshun" <qingshun.wang@linux•intel.com>
> Signed-off-by: "Wang, Qingshun" <qingshun.wang@linux•intel.com>
> Signed-off-by: Zhenzhong Duan <zhenzhong.duan@intel•com>
Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei•com>

  reply	other threads:[~2024-06-06 15:27 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-09  8:48 [PATCH v4 0/3] PCI/AER: Handle Advisory Non-Fatal error Zhenzhong Duan
2024-05-09  8:48 ` [PATCH v4 1/3] PCI/AER: Store UNCOR_STATUS bits that might be ANFE in aer_err_info Zhenzhong Duan
2024-06-06 15:06   ` Jonathan Cameron
2024-06-13 21:26   ` Kuppuswamy Sathyanarayanan
2024-06-14  2:39     ` Duan, Zhenzhong
2024-06-14  3:05       ` Kuppuswamy Sathyanarayanan
2024-06-14  3:13         ` Duan, Zhenzhong
2024-05-09  8:48 ` [PATCH v4 2/3] PCI/AER: Print UNCOR_STATUS bits that might be ANFE Zhenzhong Duan
2024-06-06 15:07   ` Jonathan Cameron [this message]
2024-06-13 21:28   ` Kuppuswamy Sathyanarayanan
2024-05-09  8:48 ` [PATCH v4 3/3] PCI/AER: Clear " Zhenzhong Duan
2024-06-06 15:11   ` Jonathan Cameron
2024-06-13 22:59   ` Kuppuswamy, Sathyanarayanan
2024-06-14  2:40     ` Duan, Zhenzhong
2024-06-14  3:18       ` Kuppuswamy Sathyanarayanan
2024-06-14  3:32         ` Duan, Zhenzhong
2024-05-29  5:32 ` [PATCH v4 0/3] PCI/AER: Handle Advisory Non-Fatal error Duan, Zhenzhong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240606160727.000044a6@Huawei.com \
    --to=jonathan.cameron@huawei$(echo .)com \
    --cc=Smita.KoralahalliChannabasappa@amd$(echo .)com \
    --cc=adam.c.preble@intel$(echo .)com \
    --cc=alison.schofield@intel$(echo .)com \
    --cc=bhelgaas@google$(echo .)com \
    --cc=bp@alien8$(echo .)de \
    --cc=chao.p.peng@intel$(echo .)com \
    --cc=dan.j.williams@intel$(echo .)com \
    --cc=dave.jiang@intel$(echo .)com \
    --cc=dave@stgolabs$(echo .)net \
    --cc=erwin.tsaur@intel$(echo .)com \
    --cc=feiting.wanyan@intel$(echo .)com \
    --cc=helgaas@kernel$(echo .)org \
    --cc=ira.weiny@intel$(echo .)com \
    --cc=james.morse@arm$(echo .)com \
    --cc=lenb@kernel$(echo .)org \
    --cc=linmiaohe@huawei$(echo .)com \
    --cc=linux-acpi@vger$(echo .)kernel.org \
    --cc=linux-cxl@vger$(echo .)kernel.org \
    --cc=linux-edac@vger$(echo .)kernel.org \
    --cc=linux-kernel@vger$(echo .)kernel.org \
    --cc=linux-pci@vger$(echo .)kernel.org \
    --cc=linuxppc-dev@lists$(echo .)ozlabs.org \
    --cc=lukas@wunner$(echo .)de \
    --cc=mahesh@linux$(echo .)ibm.com \
    --cc=oohall@gmail$(echo .)com \
    --cc=qingshun.wang@linux$(echo .)intel.com \
    --cc=rafael@kernel$(echo .)org \
    --cc=rrichter@amd$(echo .)com \
    --cc=sathyanarayanan.kuppuswamy@intel$(echo .)com \
    --cc=shiju.jose@huawei$(echo .)com \
    --cc=tony.luck@intel$(echo .)com \
    --cc=vishal.l.verma@intel$(echo .)com \
    --cc=yudong.wang@intel$(echo .)com \
    --cc=zhenzhong.duan@intel$(echo .)com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox