| Submitter | Colin King |
|---|---|
| Date | Nov. 16, 2012, 8:27 a.m. |
| Message ID | <1353054473-4675-2-git-send-email-colin.king@canonical.com> |
| Download | mbox | patch |
| Permalink | /patch/199511/ |
| State | Accepted |
| Headers | show |
Comments
On 11/16/2012 04:27 PM, Colin King wrote: > From: Colin Ian King <colin.king@canonical.com> > > ACPICA ACPI_ERROR messages from dsutils.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 ace4fec..a175f93 100644 > --- a/data/klog.json > +++ b/data/klog.json > @@ -78,6 +78,22 @@ > [ > { > "compare_mode": "string", > + "log_level": "LOG_LEVEL_MEDIUM", > + "tag": "FWTS_TAG_ACPI", > + "pattern": "Null Op", > + "advice": "The ACPI interpreter found a NULL parse opcode and didn't expect to. See acpi_ds_delete_result_if_not_used() or acpi_ds_is_result_used().", > + "label": "KlogAcpiNullOp" > + }, > + { > + "compare_mode": "string", > + "log_level": "LOG_LEVEL_MEDIUM", > + "tag": "FWTS_TAG_ACPI", > + "pattern": "Unknown parent opcode Op=", > + "advice": "The ACPI interpreter found an AML opcode that had an unexpected parent class. This probably indicates an internal ACPI interpeter bug. ", > + "label": "KlogAcpiUnknownParentOp" > + }, > + { > + "compare_mode": "string", > "log_level": "LOG_LEVEL_HIGH", > "tag": "FWTS_TAG_ACPI", > "pattern": "Time parameter is too large", > Acked-by: Alex Hung <alex.hung@canonical.com>
On Fri, Nov 16, 2012 at 4:27 PM, Colin King <colin.king@canonical.com> wrote: > From: Colin Ian King <colin.king@canonical.com> > > ACPICA ACPI_ERROR messages from dsutils.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 ace4fec..a175f93 100644 > --- a/data/klog.json > +++ b/data/klog.json > @@ -78,6 +78,22 @@ > [ > { > "compare_mode": "string", > + "log_level": "LOG_LEVEL_MEDIUM", > + "tag": "FWTS_TAG_ACPI", > + "pattern": "Null Op", > + "advice": "The ACPI interpreter found a NULL parse opcode and didn't expect to. See acpi_ds_delete_result_if_not_used() or acpi_ds_is_result_used().", > + "label": "KlogAcpiNullOp" > + }, > + { > + "compare_mode": "string", > + "log_level": "LOG_LEVEL_MEDIUM", > + "tag": "FWTS_TAG_ACPI", > + "pattern": "Unknown parent opcode Op=", > + "advice": "The ACPI interpreter found an AML opcode that had an unexpected parent class. This probably indicates an internal ACPI interpeter bug. ", > + "label": "KlogAcpiUnknownParentOp" > + }, > + { > + "compare_mode": "string", > "log_level": "LOG_LEVEL_HIGH", > "tag": "FWTS_TAG_ACPI", > "pattern": "Time parameter is too large", > -- > 1.7.10.4 > Acked-by: Keng-Yu Lin <kengyu@canonical.com>
Patch
diff --git a/data/klog.json b/data/klog.json index ace4fec..a175f93 100644 --- a/data/klog.json +++ b/data/klog.json @@ -78,6 +78,22 @@ [ { "compare_mode": "string", + "log_level": "LOG_LEVEL_MEDIUM", + "tag": "FWTS_TAG_ACPI", + "pattern": "Null Op", + "advice": "The ACPI interpreter found a NULL parse opcode and didn't expect to. See acpi_ds_delete_result_if_not_used() or acpi_ds_is_result_used().", + "label": "KlogAcpiNullOp" + }, + { + "compare_mode": "string", + "log_level": "LOG_LEVEL_MEDIUM", + "tag": "FWTS_TAG_ACPI", + "pattern": "Unknown parent opcode Op=", + "advice": "The ACPI interpreter found an AML opcode that had an unexpected parent class. This probably indicates an internal ACPI interpeter bug. ", + "label": "KlogAcpiUnknownParentOp" + }, + { + "compare_mode": "string", "log_level": "LOG_LEVEL_HIGH", "tag": "FWTS_TAG_ACPI", "pattern": "Time parameter is too large",