[prev in list] [next in list] [prev in thread] [next in thread] 

List:       fwts-devel
Subject:    ACK: [PATCH 4/5] acpi: hest: add new type 11 introduced in ACPi 6.2 (mantis 1649)
From:       ivanhu <ivan.hu () canonical ! com>
Date:       2017-06-22 7:14:55
Message-ID: b0877ddf-f27a-2c6e-8981-cee2e5977647 () canonical ! com
[Download RAW message or body]



On 06/20/2017 09:39 AM, Alex Hung wrote:
> Signed-off-by: Alex Hung <alex.hung@canonical.com>
> ---
>   src/acpi/hest/hest.c | 9 ++++++++-
>   1 file changed, 8 insertions(+), 1 deletion(-)
> 
> diff --git a/src/acpi/hest/hest.c b/src/acpi/hest/hest.c
> index a7a76a5..fb2e5fe 100644
> --- a/src/acpi/hest/hest.c
> +++ b/src/acpi/hest/hest.c
> @@ -800,7 +800,9 @@ static int hest_test1(fwts_framework *fw)
>           ssize_t length = (ssize_t)hest->header.length;
>   	uint32_t hest_type_00_count = 0,
>   		 hest_type_01_count = 0,
> -		 hest_type_02_count = 0;
> +		 hest_type_02_count = 0,
> +		 hest_type_11_count = 0;
> +
>   
>   	if (table->length < sizeof(fwts_acpi_table_hest)) {
>   		passed = false;
> @@ -850,6 +852,11 @@ static int hest_test1(fwts_framework *fw)
>   		case 10:
>   			hest_check_generic_error_source_v2(fw, &length, &data, &passed);
>   			break;
> +		case 11:
> +			/* the structure of type 11 is the same as type 1 */
> +			hest_check_ia32_arch_corrected_machine_check(fw, &length, &data, &passed);
> +			hest_type_11_count++;
> +			break;
>   		default:
>   			fwts_failed(fw, LOG_LEVEL_HIGH,
>   				"HESTInvalidType",
> 

Acked-by: Ivan Hu <ivan.hu@canonical.com>

-- 
fwts-devel mailing list
fwts-devel@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/fwts-devel
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic