ACK: [PATCH 1/2] klog.json: change severity for AE_ALREADY_EXISTS errors

Colin Ian King colin.king at canonical.com
Mon Mar 12 19:08:41 UTC 2018


On 12/03/18 19:07, Alex Hung wrote:
> It is getting common to see "Namespace lookup failure,
> AE_ALREADY_EXISTS" and this can break some ACPI functionalities
> according to the failing objects. Changing severity to CRITICAL make
> it stand out and help firmware developers to fix it.
> 
> Signed-off-by: Alex Hung <alex.hung at canonical.com>
> ---
>  data/klog.json | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/data/klog.json b/data/klog.json
> index bd6178a..f138b82 100644
> --- a/data/klog.json
> +++ b/data/klog.json
> @@ -5163,7 +5163,7 @@ atform Communications Channel Table (PCCT) and find the PCC subspace communicati
>    },
>    {
>     "compare_mode": "regex",
> -   "log_level": "LOG_LEVEL_HIGH",
> +   "log_level": "LOG_LEVEL_CRITICAL",
>     "pattern": "ACPI Error.*Namespace lookup failure, AE_ALREADY_EXISTS",
>     "advice": "",
>     "label": "KlogAcpiNamespaceLookupFailure"
> 

Good idea.

Acked-by: Colin Ian King <colin.king at canonical.com>



More information about the fwts-devel mailing list