[PATCH] klog.json: Add some missing tbfadt kernel messages to klog database
Ivan Hu
ivan.hu at canonical.com
Fri Oct 27 06:58:16 UTC 2023
These messages are specific to the ACPICA tbfadt driver.
Signed-off-by: Ivan Hu <ivan.hu at canonical.com>
---
data/klog.json | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/data/klog.json b/data/klog.json
index eb602da5..a2d7b560 100644
--- a/data/klog.json
+++ b/data/klog.json
@@ -3606,6 +3606,20 @@
"advice": "The ACPI FADT fields Pm1a_event, Pm1a_control, pm_timer are required fields that must have a defined (non-zero) address and a length that is non-zero. One of these fields is incorrect and needs fixing.",
"label": "KlogAcpiFadtFieldZeroAddrLength"
},
+ {
+ "compare_mode": "regex",
+ "log_level": "LOG_LEVEL_HIGH",
+ "pattern": "Optional FADT field .* has valid .* but zero",
+ "advice": "The ACPI FADT optional, Pm2_control, GPE0, GPE1 AND has its own length field. If present, both the address and length must be valid. One of these fields is zero and needs fixing.",
+ "label": "KlogAcpiFadtFieldZeroAddrLength"
+ },
+ {
+ "compare_mode": "regex",
+ "log_level": "LOG_LEVEL_HIGH",
+ "pattern": "Invalid length for FADT/.*: .*, using default",
+ "advice": "The ACPI FADT initialize global ACPI PM1 register definitions but gets the invalid lengths, force FADT register definitions to their default lengths.",
+ "label": "KlogAcpiFadtRegZeroLength"
+ },
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
--
2.34.1
More information about the fwts-devel
mailing list