ACK: [PATCH] acpi: acpitables: add advices for table revision tests

Colin Ian King colin.king at canonical.com
Tue Jun 22 18:03:04 UTC 2021


On 22/06/2021 18:47, Alex Hung wrote:
> Signed-off-by: Alex Hung <alex.hung at canonical.com>
> ---
>  src/acpi/acpitables/acpitables.c | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/src/acpi/acpitables/acpitables.c b/src/acpi/acpitables/acpitables.c
> index 67224633..2ecaaa33 100644
> --- a/src/acpi/acpitables/acpitables.c
> +++ b/src/acpi/acpitables/acpitables.c
> @@ -307,6 +307,12 @@ static int acpi_table_check_test2(fwts_framework *fw)
>  
>  	if (!failed)
>  		fwts_passed(fw, "ACPI spec %4.4" PRIx32 " has matched table revisions.", version);
> +	else
> +		fwts_advice(fw,
> +		"In \"ACPI Table Revision Overview\", ASWG suggests \"Conforming to a given ACPI "
> +		"specification means that each and every ACPI-related table conforms to the version "
> +		"number for that table that is listed in that version of the specification.\" "
> +		"Please refer to https://uefi.org/node/4185 for details.");
>  
>  	return FWTS_OK;
>  }
> 
Acked-by: Colin Ian King <colin.king at canonical.com>



More information about the fwts-devel mailing list