[PATCH] data: klog: set "Gpe0Block - 32-bit FADT register is too long" to medium
Alex Hung
alex.hung at canonical.com
Mon Oct 27 09:58:21 UTC 2014
Kernel patches also fix it such as 21126b296e6f5f172e72da7cebb42b87fbd19b3a
and 6d1490e248190646773083df60b25ffe14f74a4b as there is no 32 bit in ACPI.
Signed-off-by: Alex Hung <alex.hung at canonical.com>
---
data/klog.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/data/klog.json b/data/klog.json
index 003136a..d41d4e0 100644
--- a/data/klog.json
+++ b/data/klog.json
@@ -1844,9 +1844,9 @@
},
{
"compare_mode": "regex",
- "log_level": "LOG_LEVEL_HIGH",
+ "log_level": "LOG_LEVEL_MEDIUM",
"pattern": "32-bit FADT register is too long .* to convert to GAS struct - 255 bits max, truncating",
- "advice": "The Generic Address Structure bit_width was greater than 31 which is too large for a 32 bit ACPI FADT register and was truncated. This is firmware bug.",
+ "advice": "The Generic Address Structure bit_width was greater than 31 which is too large for a 32 bit ACPI FADT register and was truncated.",
"label": "KlogAcpiFadtGasBitWidthTooLong"
},
{
--
1.9.1
More information about the fwts-devel
mailing list