diff mbox series

dmicheck: add Type 1's Field 25 & 26 as used by kernel

Message ID 20190430021110.3229-1-alex.hung@canonical.com
State Accepted
Headers show
Series dmicheck: add Type 1's Field 25 & 26 as used by kernel | expand

Commit Message

Alex Hung April 30, 2019, 2:11 a.m. UTC
They are added to Linux kernel in commit c61872c9833d1 and
b23908d3c48a3.

Signed-off-by: Alex Hung <alex.hung@canonical.com>
---
 src/dmi/dmicheck/dmicheck.c | 2 ++
 1 file changed, 2 insertions(+)

Comments

Ivan Hu May 8, 2019, 11:52 a.m. UTC | #1
On 4/30/19 10:11 AM, Alex Hung wrote:
> They are added to Linux kernel in commit c61872c9833d1 and
> b23908d3c48a3.
> 
> Signed-off-by: Alex Hung <alex.hung@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 f2d1271e..d6220ed7 100644
> --- a/src/dmi/dmicheck/dmicheck.c
> +++ b/src/dmi/dmicheck/dmicheck.c
> @@ -242,6 +242,8 @@ static const fwts_dmi_used_by_kernel dmi_used_by_kernel_table[] = {
>   	{ 1, 6 },
>   	{ 1, 7 },
>   	{ 1, 8 },
> +	{ 1, 25 },
> +	{ 1, 26 },
>   	/* Type 2, Base Board Information */
>   	{ 2, 4 },
>   	{ 2, 5 },
> 

Acked-by: Ivan Hu <ivan.hu@canonical.com>
Colin Ian King May 16, 2019, 7:43 a.m. UTC | #2
On 30/04/2019 03:11, Alex Hung wrote:
> They are added to Linux kernel in commit c61872c9833d1 and
> b23908d3c48a3.
> 
> Signed-off-by: Alex Hung <alex.hung@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 f2d1271e..d6220ed7 100644
> --- a/src/dmi/dmicheck/dmicheck.c
> +++ b/src/dmi/dmicheck/dmicheck.c
> @@ -242,6 +242,8 @@ static const fwts_dmi_used_by_kernel dmi_used_by_kernel_table[] = {
>  	{ 1, 6 },
>  	{ 1, 7 },
>  	{ 1, 8 },
> +	{ 1, 25 },
> +	{ 1, 26 },
>  	/* Type 2, Base Board Information */
>  	{ 2, 4 },
>  	{ 2, 5 },
> 

Acked-by: Colin Ian King <colin.king@canonical.com>
diff mbox series

Patch

diff --git a/src/dmi/dmicheck/dmicheck.c b/src/dmi/dmicheck/dmicheck.c
index f2d1271e..d6220ed7 100644
--- a/src/dmi/dmicheck/dmicheck.c
+++ b/src/dmi/dmicheck/dmicheck.c
@@ -242,6 +242,8 @@  static const fwts_dmi_used_by_kernel dmi_used_by_kernel_table[] = {
 	{ 1, 6 },
 	{ 1, 7 },
 	{ 1, 8 },
+	{ 1, 25 },
+	{ 1, 26 },
 	/* Type 2, Base Board Information */
 	{ 2, 4 },
 	{ 2, 5 },