| Submitter | Colin King |
|---|---|
| Date | Nov. 2, 2012, 5:15 p.m. |
| Message ID | <1351876532-21869-18-git-send-email-colin.king@canonical.com> |
| Download | mbox | patch |
| Permalink | /patch/196626/ |
| State | Accepted |
| Headers | show |
Comments
On Sat, Nov 3, 2012 at 1:15 AM, Colin King <colin.king@canonical.com> wrote: > From: Colin Ian King <colin.king@canonical.com> > > Add support to check for messages in drivers/acpi/glue.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 4abb0fb..bca1821 100644 > --- a/data/klog.json > +++ b/data/klog.json > @@ -78,6 +78,22 @@ > [ > { > "compare_mode": "string", > + "log_level": "LOG_LEVEL_HIGH", > + "tag": "FWTS_TAG_ACPI", > + "pattern": "Oops, 'acpi_handle' corrupt", > + "advice": "Failed to unbind a device, the ACPI handle was corrupt.", > + "label": "KlogAcpiHandleCorrupt" > + }, > + { > + "compare_mode": "string", > + "log_level": "LOG_LEVEL_MEDIUM", > + "tag": "FWTS_TAG_ACPI", > + "pattern": "Can't use platform_notify", > + "advice": "Cannot add the ACPI platform notifiers, they are already registered. This should not happen.", > + "label": "KlogAcpiPlatformNotify" > + }, > + { > + "compare_mode": "string", > "log_level": "LOG_LEVEL_MEDIUM", > "tag": "FWTS_TAG_ACPI", > "pattern": "memory_hp:Error in acpi_memory_enable_device", > -- > 1.7.10.4 > Acked-by: Keng-Yu Lin <kengyu@canonical.com>
On 11/03/2012 01:15 AM, Colin King wrote: > From: Colin Ian King <colin.king@canonical.com> > > Add support to check for messages in drivers/acpi/glue.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 4abb0fb..bca1821 100644 > --- a/data/klog.json > +++ b/data/klog.json > @@ -78,6 +78,22 @@ > [ > { > "compare_mode": "string", > + "log_level": "LOG_LEVEL_HIGH", > + "tag": "FWTS_TAG_ACPI", > + "pattern": "Oops, 'acpi_handle' corrupt", > + "advice": "Failed to unbind a device, the ACPI handle was corrupt.", > + "label": "KlogAcpiHandleCorrupt" > + }, > + { > + "compare_mode": "string", > + "log_level": "LOG_LEVEL_MEDIUM", > + "tag": "FWTS_TAG_ACPI", > + "pattern": "Can't use platform_notify", > + "advice": "Cannot add the ACPI platform notifiers, they are already registered. This should not happen.", > + "label": "KlogAcpiPlatformNotify" > + }, > + { > + "compare_mode": "string", > "log_level": "LOG_LEVEL_MEDIUM", > "tag": "FWTS_TAG_ACPI", > "pattern": "memory_hp:Error in acpi_memory_enable_device", > Acked-by: Alex Hung <alex.hung@canonical.com>
Patch
diff --git a/data/klog.json b/data/klog.json index 4abb0fb..bca1821 100644 --- a/data/klog.json +++ b/data/klog.json @@ -78,6 +78,22 @@ [ { "compare_mode": "string", + "log_level": "LOG_LEVEL_HIGH", + "tag": "FWTS_TAG_ACPI", + "pattern": "Oops, 'acpi_handle' corrupt", + "advice": "Failed to unbind a device, the ACPI handle was corrupt.", + "label": "KlogAcpiHandleCorrupt" + }, + { + "compare_mode": "string", + "log_level": "LOG_LEVEL_MEDIUM", + "tag": "FWTS_TAG_ACPI", + "pattern": "Can't use platform_notify", + "advice": "Cannot add the ACPI platform notifiers, they are already registered. This should not happen.", + "label": "KlogAcpiPlatformNotify" + }, + { + "compare_mode": "string", "log_level": "LOG_LEVEL_MEDIUM", "tag": "FWTS_TAG_ACPI", "pattern": "memory_hp:Error in acpi_memory_enable_device",