diff mbox series

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

Message ID 20201105001148.70329-1-alex.hung@canonical.com
State Accepted
Headers show
Series [V2] klog.json: add ACPI error "Could not resolve symbol ..." | expand

Commit Message

Alex Hung Nov. 5, 2020, 12:11 a.m. UTC
More info @ https://bugzilla.kernel.org/show_bug.cgi?id=209933

Signed-off-by: Alex Hung <alex.hung@canonical.com>
---
 data/klog.json | 7 +++++++
 1 file changed, 7 insertions(+)

Comments

Al Stone Nov. 5, 2020, 3:46 p.m. UTC | #1
On 04 Nov 2020 17:11, Alex Hung wrote:
> More info @ https://bugzilla.kernel.org/show_bug.cgi?id=209933
> 
> Signed-off-by: Alex Hung <alex.hung@canonical.com>
> ---
>  data/klog.json | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/data/klog.json b/data/klog.json
> index 45912d2a..14285f9c 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": "While evaluating one object, ACPI could not find another object that was being referenced. This 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@lists.ubuntu.com
> Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/fwts-devel

Thanks, Alex.  Much easier to read.

Reviewed-by: Al Stone <ahs3@redhat.com>
Colin Ian King Nov. 5, 2020, 4:01 p.m. UTC | #2
On 05/11/2020 00:11, Alex Hung wrote:
> More info @ https://bugzilla.kernel.org/show_bug.cgi?id=209933
> 
> Signed-off-by: Alex Hung <alex.hung@canonical.com>
> ---
>  data/klog.json | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/data/klog.json b/data/klog.json
> index 45912d2a..14285f9c 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": "While evaluating one object, ACPI could not find another object that was being referenced. This indicates a bug in the DSDT or the SSDTs.",
> +   "label": "KlogAcpiNamespaceLookupFailure"
> +  },
>    {
>     "compare_mode": "regex",
>     "log_level": "LOG_LEVEL_HIGH",
> 

Thanks Alex, looks good to me.

Acked-by: Colin Ian King <colin.king@canonical.com>
Ivan Hu Nov. 9, 2020, 1:54 a.m. UTC | #3
On 11/5/20 8:11 AM, Alex Hung wrote:
> More info @ https://bugzilla.kernel.org/show_bug.cgi?id=209933
> 
> Signed-off-by: Alex Hung <alex.hung@canonical.com>
> ---
>  data/klog.json | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/data/klog.json b/data/klog.json
> index 45912d2a..14285f9c 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": "While evaluating one object, ACPI could not find another object that was being referenced. This indicates a bug in the DSDT or the SSDTs.",
> +   "label": "KlogAcpiNamespaceLookupFailure"
> +  },
>    {
>     "compare_mode": "regex",
>     "log_level": "LOG_LEVEL_HIGH",
> 

Acked-by: Ivan Hu <ivan.hu@canonical.com>
diff mbox series

Patch

diff --git a/data/klog.json b/data/klog.json
index 45912d2a..14285f9c 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": "While evaluating one object, ACPI could not find another object that was being referenced. This indicates a bug in the DSDT or the SSDTs.",
+   "label": "KlogAcpiNamespaceLookupFailure"
+  },
   {
    "compare_mode": "regex",
    "log_level": "LOG_LEVEL_HIGH",