diff mbox series

klog.json: Add the missing prmt error messages to klog database

Message ID 20240911020935.43413-3-ivan.hu@canonical.com
State Accepted
Headers show
Series klog.json: Add the missing prmt error messages to klog database | expand

Commit Message

ivanhu Sept. 11, 2024, 2:09 a.m. UTC
These messages are specific to the ACPI prmt driver.

Signed-off-by: Ivan Hu <ivan.hu@canonical.com>
---
 data/klog.json | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
diff mbox series

Patch

diff --git a/data/klog.json b/data/klog.json
index 7cf01463..6d4132cf 100644
--- a/data/klog.json
+++ b/data/klog.json
@@ -1842,6 +1842,20 @@ 
    "advice": "An out of memory error occurred attempting to allocate resources while creating a platform device for an ACPI device node.",
    "label": "KlogAcpiPlatformDeviceNoMemory"
   },
+  {
+   "compare_mode": "string",
+   "log_level": "LOG_LEVEL_HIGH",
+   "pattern": "PRM: EFI runtime services unavailable",
+   "advice": "The ACPI PRMT driver could not be initialized, the EFI runtime services are not enabled.",
+   "label": "KlogAcpiInitFailed"
+  }, 
+  {
+   "compare_mode": "string",
+   "log_level": "LOG_LEVEL_HIGH",
+   "pattern": "PRM: OperationRegion handler could not be installed",
+   "advice": "The ACPI PRMT driver could not be initialized, the installation of the space handler failed.",
+   "label": "KlogAcpiOPRegInitFailed"
+  },
   {
    "compare_mode": "string",
    "log_level": "LOG_LEVEL_MEDIUM",