[PATCH] data: klog.json: Add support for E820 handler in 3.2.x Kernels
Colin King
colin.king at canonical.com
Tue Nov 6 11:49:38 UTC 2012
From: Colin Ian King <colin.king at canonical.com>
Add support to check for messages in E820 driver
Signed-off-by: Colin Ian King <colin.king at canonical.com>
---
data/klog.json | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/data/klog.json b/data/klog.json
index 766d115..1b5a402 100644
--- a/data/klog.json
+++ b/data/klog.json
@@ -165,6 +165,14 @@
"label": "KlogE820TooManyEntries"
},
{
+ "compare_mode": "string",
+ "log_level": "LOG_LEVEL_CRITICAL",
+ "tag": "FWTS_TAG_ACPI",
+ "pattern": "Ooops! Too many entries in the memory map!",
+ "advice": "Legacy E820 BIOS has a limit of 128 entries in the E820 memory map but the firmware seems to have more than this. For EFI Numa hardare, the limit is 128 + 3 * maximum number of nodes. The kernel has ignore the extra entries. This could lead to regions of memory being used by the kernel when in fact is should be reserved and this can lead to unexpected behaviour.",
+ "label": "KlogE820TooManyEntries"
+ },
+ {
"compare_mode": "regex",
"log_level": "LOG_LEVEL_LOW",
"tag": "FWTS_TAG_ACPI",
--
1.7.10.4
More information about the fwts-devel
mailing list