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

ivanhu ivan.hu at canonical.com
Wed Jun 17 03:28:44 UTC 2020



On 6/16/20 3:37 AM, 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: Ivan Hu <ivan.hu at canonical.com>



More information about the fwts-devel mailing list