From patchwork Tue Nov 6 11:49:38 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: data: klog.json: Add support for E820 handler in 3.2.x Kernels Date: Tue, 06 Nov 2012 01:49:38 -0000 From: Colin King X-Patchwork-Id: 197470 Message-Id: <1352202578-21293-1-git-send-email-colin.king@canonical.com> To: fwts-devel@lists.ubuntu.com From: Colin Ian King Add support to check for messages in E820 driver Signed-off-by: Colin Ian King Acked-by: Keng-Yu Lin Acked-by: Alex Hung --- 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",