[PATCH] klog: fix the pattern errors for einj trigger table entry
Ivan Hu
ivan.hu at canonical.com
Fri Aug 16 03:20:02 UTC 2024
Signed-off-by: Ivan Hu <ivan.hu 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 46e8d748..8c5eed1f 100644
--- a/data/klog.json
+++ b/data/klog.json
@@ -508,7 +508,7 @@
{
"compare_mode": "regex",
"log_level": "LOG_LEVEL_HIGH",
- "pattern": "Can not request .* for Trigger table entry",
+ "pattern": "Can not request .* for Trigger Table Entry",
"advice": "The ACPI Error Injection (EINJ) driver attempted to request a memory region for the APEI EINJ trigger table entry but the request failed, perhaps the mapping was incorrect.",
"label": "KlogAcpiEinjFailedMemRegion",
},
--
2.34.1
More information about the fwts-devel
mailing list