[PATCH 1/2] klog.json: change severity for AE_ALREADY_EXISTS errors
Alex Hung
alex.hung at canonical.com
Mon Mar 12 19:07:27 UTC 2018
It is getting common to see "Namespace lookup failure,
AE_ALREADY_EXISTS" and this can break some ACPI functionalities
according to the failing objects. Changing severity to CRITICAL make
it stand out and help firmware developers to fix it.
Signed-off-by: Alex Hung <alex.hung at canonical.com>
---
data/klog.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/data/klog.json b/data/klog.json
index bd6178a..f138b82 100644
--- a/data/klog.json
+++ b/data/klog.json
@@ -5163,7 +5163,7 @@ atform Communications Channel Table (PCCT) and find the PCC subspace communicati
},
{
"compare_mode": "regex",
- "log_level": "LOG_LEVEL_HIGH",
+ "log_level": "LOG_LEVEL_CRITICAL",
"pattern": "ACPI Error.*Namespace lookup failure, AE_ALREADY_EXISTS",
"advice": "",
"label": "KlogAcpiNamespaceLookupFailure"
--
2.7.4
More information about the fwts-devel
mailing list