lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Thu, 14 Jan 2021 13:14:13 +0100
From:   "Rafael J. Wysocki" <rafael@...nel.org>
To:     Qiuxu Zhuo <qiuxu.zhuo@...el.com>
Cc:     "Rafael J. Wysocki" <rjw@...ysocki.net>,
        Len Brown <lenb@...nel.org>, Huang Ying <ying.huang@...el.com>,
        Tony Luck <tony.luck@...el.com>,
        ACPI Devel Maling List <linux-acpi@...r.kernel.org>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 1/1] Documentation: ACPI: EINJ: Fix error type value for
 PCIe error

On Thu, Jan 14, 2021 at 8:20 AM Qiuxu Zhuo <qiuxu.zhuo@...el.com> wrote:
>
> Fix the error type value for PCI Express uncorrectable non-fatal
> error to 0x00000080 and fix the error type value for PCI Express
> uncorrectable fatal error to 0x00000100.
>
> See Advanced Configuration and Power Interface Specification,
> version 6.2, table "18-409 Error Type Definition".
>
> Signed-off-by: Qiuxu Zhuo <qiuxu.zhuo@...el.com>
> Reported-by: Lijian Zhao <lijian.zhao@...el.com>
> ---
> The error type values used in file drivers/acpi/apei/einj.c
> function available_error_type_show() are correct.
>
>
>  Documentation/firmware-guide/acpi/apei/einj.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/firmware-guide/acpi/apei/einj.rst b/Documentation/firmware-guide/acpi/apei/einj.rst
> index e588bccf5158..c042176e1707 100644
> --- a/Documentation/firmware-guide/acpi/apei/einj.rst
> +++ b/Documentation/firmware-guide/acpi/apei/einj.rst
> @@ -50,8 +50,8 @@ The following files belong to it:
>    0x00000010        Memory Uncorrectable non-fatal
>    0x00000020        Memory Uncorrectable fatal
>    0x00000040        PCI Express Correctable
> -  0x00000080        PCI Express Uncorrectable fatal
> -  0x00000100        PCI Express Uncorrectable non-fatal
> +  0x00000080        PCI Express Uncorrectable non-fatal
> +  0x00000100        PCI Express Uncorrectable fatal
>    0x00000200        Platform Correctable
>    0x00000400        Platform Uncorrectable non-fatal
>    0x00000800        Platform Uncorrectable fatal
> --

Applied as 5.11-rc material with a couple of minor edits in the subject, thanks!

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ