@@ -456,6 +456,13 @@
"advice": "An error occurred when creating the ACPI AML debugger, a kernel thread could not be created so the debugger cannot be started.",
"label": "KlogAcpiAmlDebugThreadFailed",
},
+ {
+ "compare_mode": "string",
+ "log_level": "LOG_LEVEL_HIGH",
+ "pattern": "DMA mask not set",
+ "advice": "DMA mask is not set for an ACPI ARM64 DMA device, If dev is expected to be DMA-capable then the bus code that created it should have initialised its dma_mask pointer, if not, it will continue the legacy behaviour of coercing it to the coherent mask.",
+ "label": "KlogAcpiAmbaDevAddFailed",
+ },
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
These messages are specific to the ACPI arm64 dma driver. Signed-off-by: Ivan Hu <ivan.hu@canonical.com> --- data/klog.json | 7 +++++++ 1 file changed, 7 insertions(+)