[PATCH] klog.json: add ACPI error "Could not resolve symbol ..."

Al Stone ahs3 at redhat.com
Wed Nov 4 21:51:59 UTC 2020


On 04 Nov 2020 14:39, Alex Hung wrote:
> More info @ https://bugzilla.kernel.org/show_bug.cgi?id=209933
> 
> Signed-off-by: Alex Hung <alex.hung at canonical.com>
> ---
>  data/klog.json | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/data/klog.json b/data/klog.json
> index 45912d2a..7406fc68 100644
> --- a/data/klog.json
> +++ b/data/klog.json
> @@ -5964,6 +5964,13 @@
>     "advice": "The kernel has detected an error trying to execute an Method and it cannot find an object. This is indicates a bug in the DSDT or SSDT AML code.",
>     "label": "KlogAcpiNamespaceLookupFailure"
>    },
> +  {
> +   "compare_mode": "regex",
> +   "log_level": "LOG_LEVEL_CRITICAL",
> +   "pattern": "Could not resolve symbol.*, AE_NOT_FOUND",
> +   "advice": "The kernel has detected an error trying to evaluate an object and it cannot find an object. This is indicates a bug in the DSDT or the SSDTs .",
> +   "label": "KlogAcpiNamespaceLookupFailure"
> +  },
>    {
>     "compare_mode": "regex",
>     "log_level": "LOG_LEVEL_HIGH",
> -- 
> 2.25.1
> 
> 
> -- 
> fwts-devel mailing list
> fwts-devel at lists.ubuntu.com
> Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/fwts-devel

Personally, I would reword the advice a little:

"advice": "While evaluating one object, ACPI could not find another object that was being referenced.  This indicates a bug in the DSDT or the SSDTs.'

Otherwise, looks good.

-- 
ciao,
al
-----------------------------------
Al Stone
Software Engineer
Red Hat, Inc.
ahs3 at redhat.com
-----------------------------------




More information about the fwts-devel mailing list