ACK: [PATCH] data: klog: set "Gpe0Block - 32-bit FADT register is too long" to medium

Colin Ian King colin.king at canonical.com
Fri Dec 5 15:54:15 UTC 2014


On 27/10/14 09:58, Alex Hung wrote:
> 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"
>    },
>    {
> 

Apologies, I thought I replied with an ACK, apparently, I didn't. Sorry
for the delay.

Acked-by: Colin Ian King <colin.king at canonical.com>



More information about the fwts-devel mailing list