[PATCH 0/4] reduce false positives and increase usabilities
Alex Hung
alex.hung at canonical.com
Mon Apr 16 05:06:26 UTC 2018
One of the most common feedbacks received in UEFI Plugfest is that
fwts often generates too many false positives, and this is a primary
reason fwts cannot be adopted by OEMs or firmware vendors - false
positives confuse both developers and QAs. This series of patches try
to address some of common sources of false postives in some ways.
Alex Hung (4):
acpi: syntaxcheck: change it from batch to batch-experimental
fwts_framework: add an "ifv" option for Independent Firmware Vendor
dmicheck: skip checks of DMI default values for IFV
fwts-tests: sync up with the new --ifv option
doc/fwts.1 | 3 +++
fwts-test/arg-help-0001/arg-help-0001.log | 3 +++
fwts-test/arg-help-0001/arg-help-0002.log | 3 +++
src/acpi/syntaxcheck/syntaxcheck.c | 2 +-
src/dmi/dmicheck/dmicheck.c | 3 +++
src/lib/include/fwts_framework.h | 1 +
src/lib/src/fwts_framework.c | 4 ++++
7 files changed, 18 insertions(+), 1 deletion(-)
--
2.7.4
More information about the fwts-devel
mailing list