[PATCH] dmicheck: add type 0's fields used by kernel
Alex Hung
alex.hung at canonical.com
Mon Jun 15 19:37:49 UTC 2020
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 },
--
2.25.1
More information about the fwts-devel
mailing list