| Submitter | Colin King |
|---|---|
| Date | Nov. 20, 2012, 11:28 a.m. |
| Message ID | <1353410884-4438-6-git-send-email-colin.king@canonical.com> |
| Download | mbox | patch |
| Permalink | /patch/200304/ |
| State | Accepted |
| Headers | show |
Comments
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 hwxfsleep.c > > Signed-off-by: Colin Ian King <colin.king@canonical.com> > --- > data/klog.json | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/data/klog.json b/data/klog.json > index eff82d4..af8cfaa 100644 > --- a/data/klog.json > +++ b/data/klog.json > @@ -77,6 +77,14 @@ > "firmware_error_warning_patterns": > [ > { > + "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" > + }, > + { > "compare_mode": "string", > "log_level": "LOG_LEVEL_HIGH", > "tag": "FWTS_TAG_ACPI", > -- > 1.7.10.4 > Acked-by: Keng-Yu Lin <kengyu@canonical.com>
On 11/20/2012 07:28 PM, Colin King wrote: > From: Colin Ian King <colin.king@canonical.com> > > ACPICA ACPI_ERROR messages from hwxfsleep.c > > Signed-off-by: Colin Ian King <colin.king@canonical.com> > --- > data/klog.json | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/data/klog.json b/data/klog.json > index eff82d4..af8cfaa 100644 > --- a/data/klog.json > +++ b/data/klog.json > @@ -77,6 +77,14 @@ > "firmware_error_warning_patterns": > [ > { > + "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" > + }, > + { > "compare_mode": "string", > "log_level": "LOG_LEVEL_HIGH", > "tag": "FWTS_TAG_ACPI", > Acked-by: Ivan Hu <ivan.hu@canonical.com>
Patch
diff --git a/data/klog.json b/data/klog.json index eff82d4..af8cfaa 100644 --- a/data/klog.json +++ b/data/klog.json @@ -77,6 +77,14 @@ "firmware_error_warning_patterns": [ { + "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" + }, + { "compare_mode": "string", "log_level": "LOG_LEVEL_HIGH", "tag": "FWTS_TAG_ACPI",