ACK: [PATCH] dmicheck: add type 0's fields used by kernel

Colin Ian King colin.king at canonical.com
Mon Jun 15 20:25:16 UTC 2020


On 15/06/2020 20:37, Alex Hung wrote:
> They are added to Linux kernel in v5.8-rc1. Please refer to commit
> f5152f4ded3ce6d for more details.
> 
> Signed-off-by: Alex Hung <alex.hung at canonical.com>
> ---
>  src/dmi/dmicheck/dmicheck.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/src/dmi/dmicheck/dmicheck.c b/src/dmi/dmicheck/dmicheck.c
> index fa73d7a2..023bf485 100644
> --- a/src/dmi/dmicheck/dmicheck.c
> +++ b/src/dmi/dmicheck/dmicheck.c
> @@ -241,6 +241,8 @@ static const fwts_dmi_used_by_kernel dmi_used_by_kernel_table[] = {
>  	{ 0, 4 },
>  	{ 0, 5 },
>  	{ 0, 8 },
> +	{ 0, 21 },
> +	{ 0, 23 },
>  	/* Type 1, System Information */
>  	{ 1, 4 },
>  	{ 1, 5 },
> 
Acked-by: Colin Ian King <colin.king at canonical.com>



More information about the fwts-devel mailing list