diff mbox

[6/8] data: klog.json: ACPICA ACPI_ERROR messages, exoparg2.c

Message ID 1353410884-4438-7-git-send-email-colin.king@canonical.com
State Accepted
Headers show

Commit Message

Colin Ian King Nov. 20, 2012, 11:28 a.m. UTC
From: Colin Ian King <colin.king@canonical.com>

ACPICA ACPI_ERROR messages from exoparg2.c

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 data/klog.json |   16 ++++++++++++++++
 1 file changed, 16 insertions(+)

Comments

Keng-Yu Lin Nov. 22, 2012, 6:18 a.m. UTC | #1
On Tue, Nov 20, 2012 at 7:28 PM, Colin King <colin.king@canonical.com> wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> ACPICA ACPI_ERROR messages from exoparg2.c
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  data/klog.json |   16 ++++++++++++++++
>  1 file changed, 16 insertions(+)
>
> diff --git a/data/klog.json b/data/klog.json
> index af8cfaa..a85d8d2 100644
> --- a/data/klog.json
> +++ b/data/klog.json
> @@ -80,6 +80,22 @@
>     "compare_mode": "regex",
>     "log_level": "LOG_LEVEL_HIGH",
>     "tag": "FWTS_TAG_ACPI",
> +   "pattern": "Index .* is beyond end of object",
> +   "advice": "The ACPI interpreter could not execute an AML index opcode, the index in the first operand is out of range.",
> +   "label": "KlogAcpiIndexOverflow"
> +  },
> +  {
> +   "compare_mode": "string",
> +   "log_level": "LOG_LEVEL_HIGH",
> +   "tag": "FWTS_TAG_ACPI",
> +   "pattern": "Unexpected notify object type",
> +   "advice": "The ACPI interpreter could not execute a AML notify opcode because the first operand is not a notify object.  This is a bug in the firmware.",
> +   "label": "KlogAcpiUnexpectedNotifyObjType"
> +  },
> +  {
> +   "compare_mode": "regex",
> +   "log_level": "LOG_LEVEL_HIGH",
> +   "tag": "FWTS_TAG_ACPI",
>     "pattern": "Sleep values out of range: A=.* B=.*",
>     "advice": "An attempt to transition to a sleep state has occurred with the ACPI sleep type values for the PM controls set greater than the maximum allowed value of 7. This is an illegal value and the system will not be transistioned to this sleep state. ",
>     "label": "KlogAcpiSleepValuesRangeError"
> --
> 1.7.10.4
>
Acked-by: Keng-Yu Lin <kengyu@canonical.com>
Ivan Hu Nov. 23, 2012, 9:55 a.m. UTC | #2
On 11/20/2012 07:28 PM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> ACPICA ACPI_ERROR messages from exoparg2.c
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>   data/klog.json |   16 ++++++++++++++++
>   1 file changed, 16 insertions(+)
>
> diff --git a/data/klog.json b/data/klog.json
> index af8cfaa..a85d8d2 100644
> --- a/data/klog.json
> +++ b/data/klog.json
> @@ -80,6 +80,22 @@
>      "compare_mode": "regex",
>      "log_level": "LOG_LEVEL_HIGH",
>      "tag": "FWTS_TAG_ACPI",
> +   "pattern": "Index .* is beyond end of object",
> +   "advice": "The ACPI interpreter could not execute an AML index opcode, the index in the first operand is out of range.",
> +   "label": "KlogAcpiIndexOverflow"
> +  },
> +  {
> +   "compare_mode": "string",
> +   "log_level": "LOG_LEVEL_HIGH",
> +   "tag": "FWTS_TAG_ACPI",
> +   "pattern": "Unexpected notify object type",
> +   "advice": "The ACPI interpreter could not execute a AML notify opcode because the first operand is not a notify object.  This is a bug in the firmware.",
> +   "label": "KlogAcpiUnexpectedNotifyObjType"
> +  },
> +  {
> +   "compare_mode": "regex",
> +   "log_level": "LOG_LEVEL_HIGH",
> +   "tag": "FWTS_TAG_ACPI",
>      "pattern": "Sleep values out of range: A=.* B=.*",
>      "advice": "An attempt to transition to a sleep state has occurred with the ACPI sleep type values for the PM controls set greater than the maximum allowed value of 7. This is an illegal value and the system will not be transistioned to this sleep state. ",
>      "label": "KlogAcpiSleepValuesRangeError"
>

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

Patch

diff --git a/data/klog.json b/data/klog.json
index af8cfaa..a85d8d2 100644
--- a/data/klog.json
+++ b/data/klog.json
@@ -80,6 +80,22 @@ 
    "compare_mode": "regex",
    "log_level": "LOG_LEVEL_HIGH",
    "tag": "FWTS_TAG_ACPI",
+   "pattern": "Index .* is beyond end of object",
+   "advice": "The ACPI interpreter could not execute an AML index opcode, the index in the first operand is out of range.",
+   "label": "KlogAcpiIndexOverflow"
+  },
+  {
+   "compare_mode": "string",
+   "log_level": "LOG_LEVEL_HIGH",
+   "tag": "FWTS_TAG_ACPI",
+   "pattern": "Unexpected notify object type",
+   "advice": "The ACPI interpreter could not execute a AML notify opcode because the first operand is not a notify object.  This is a bug in the firmware.",
+   "label": "KlogAcpiUnexpectedNotifyObjType"
+  },
+  {
+   "compare_mode": "regex",
+   "log_level": "LOG_LEVEL_HIGH",
+   "tag": "FWTS_TAG_ACPI",
    "pattern": "Sleep values out of range: A=.* B=.*",
    "advice": "An attempt to transition to a sleep state has occurred with the ACPI sleep type values for the PM controls set greater than the maximum allowed value of 7. This is an illegal value and the system will not be transistioned to this sleep state. ",
    "label": "KlogAcpiSleepValuesRangeError"