[ubuntu/artful-proposed] fwts 17.05.00-0ubuntu1 (Accepted)

Ivan Hu ivan.hu at ubuntu.com
Wed May 24 13:40:15 UTC 2017


fwts (17.05.00-0ubuntu1) artful; urgency=low

  [Alex Hung]
  * auto-packager: mkpackage.sh: remove precise
  * acpi: method: make _PTS & _WAK optional
  * auto-packager: mkpackage.sh: add artful
  * dmi: dmicheck: add type 9 to dmi_used_by_kernel_table
  * dmi: dmicheck: add comments for obsolete types
  * dmi: dmicheck: fix a typo in a type 15's error message
  * dmi: dmicheck: check reserved bits in Type 0
  * dmi: dmicheck: check new offset in spec 3.11
  * dmi: dmicheck: check reserved bits of Type 7 offset 0x5
  * dmi: dmicheck: check reserved bits of Type 7 offset 0xd
  * klog.json: remove unnecessary comma and trailing spaces
  * dmi: dmicheck: add a function to verify reserved bits
  * dmi: dmicheck: add a helper function to check word min/max value
  * klog.json: add an ACPI warning message "SysmtemMemory conflicts
  * dmi: dmicheck: check pci(e) slot and segment, bus and dev/func
  * dmi: dmicheck: check reserved bits of offset 0x5 in type 13
  * dmi: dmicheck: add a helper function to check a reserved offset
  * dmi: dmicheck: check reserved bits in type 15 & type 17
  * dmi: dmicheck: check reserved fields in type 22, 23, 30, 32, 38 and 39
  * dmi: dmicheck: add 64-bit integer to dmi_reserved_bits_check
  * dmi: dmicheck: add checks for new type 43
  * acpi: method: check _WAK & _PTS for supported sleep states only
  * fwts-test: sync up tests for _PTS & _WAK method
  * dmicheck: support smbios check for version 3.1.1
  * dmi: dmicheck: type 22 offset 9 is an enum from 1 to 8

  [Colin Ian King]
  * lib: fwts_pm_method: clean up formatting and remove extraneous log message
  * acpi: gpedump: fix spelling mistake
  * acpica: add some extra run time verification to FACP (FADT)
  * lib: fwts_acpi_tables: Add extra fix-up for FACS and DSDT table addresses
  * fwts-test: arg-table-path-0001: sync tests with latest fwts changes
  * acpi: wmi: add and re-order WMI GUIDs
  * lib: fwts_pipeio: fix incorrect size of command being passed
  * lib: fwts_summary: move statement into previous if block
  * lib: fwts_stringextras: free original string on failed realloc
  * compiler: fwts_iasl_interface: free original string on failed realloc
  * uefi: uefidump: free original string on failed realloc
  * kernelscan: ensure parse_kernel_message returns PARSER_OK
  * lib: fwts_gpe: free original gpe buffer on failed realloc
  * lib: fwts_cpu: The string "flags" is 5 chars, fix incorrect strncmp size
  * dmi: dmicheck: remove redundant check on boolean advice_given
  * acpi: einj: fix incorrect addition on cast
  * fwts-test/wmi-0001: sync up WMI test with WMI changes
  * lib: fwts_log: fix spelling mistake on LOG_UNKOWN_FIELD
  * lib: fwts_log: add LOG_NO_FIELD and use this to indicate an unfound field
  * debian/control: Update description, fwts no longer is just for x86 systems
  * lib: fwts_gpe: fix double free on gpe buffer
  * opal: prd_info: NULLify output after free
  * Add snapcraft rules to build a fwts snap
  * debian/control: update standards version to 3.9.8
  * debian/control: remove ${shlibs:Depends} for fwts-frontend and
    fwts-efi-runtime-dkms
  * acpi: method: work around some gcc madness (LP: #1687056)
  * Reduce the sysfs path to 2K to work around a gcc warning
  * data: klog.json: make missing EINJ table message an INFO message
  * cpu: cpufreq: make small one-line helper functions inline
  * Snapcraft: fix typo in path
  * debian: fwts.install: add missing olog.json file
  * debian: changelog: fix some debian warnings
  * New script to generate a Debian orig tarball from source
  * data: klog.json: Fix spelling mistake "cound" -> "could"
  * opal: reserve_mem: fix 32 bit build issues
  * lib: fwts_acpi_tables: remove dead assignment of facs
  * acpica/fwts_acpica: remove debug message on FADT/FACS
  * acpica/fwts_acpica: cast to uintptr_t before casting to
    ACPI_PHYSICAL_ADDRESS
  * fwts-test: disable some acpi specific x86 tests for non-x86 systems

  [Ivan Hu]
  * uefi: securebootcert: warnings for secure boot variables not exist instead
    of failures
  * uefi: securebootcert: specify the failure reason for the variable not found

  [Jeffrey Hugo]
  * README: Fix missing libfdt-dev dependency in README

  [ppaidipe at linux.vnet.ibm.com]
  * fwts/opal: Power management DT Validation tests.
  * fwts/opal: Reserved memory DT validation tests.

Date: Wed, 24 May 2017 11:26:39 +0800
Changed-By: Ivan Hu <ivan.hu at ubuntu.com>
Maintainer: Firmware Testing Team <fwts-devel at lists.ubuntu.com>
Signed-By: Colin Ian King <colin.king at ubuntu.com>
https://launchpad.net/ubuntu/+source/fwts/17.05.00-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 24 May 2017 11:26:39 +0800
Source: fwts
Binary: fwts libfwtsiasl1 libfwtsacpica1 libfwts1 fwts-frontend fwts-efi-runtime-dkms
Architecture: source
Version: 17.05.00-0ubuntu1
Distribution: artful
Urgency: low
Maintainer: Firmware Testing Team <fwts-devel at lists.ubuntu.com>
Changed-By: Ivan Hu <ivan.hu at ubuntu.com>
Description:
 fwts       - FirmWare Test Suite
 fwts-efi-runtime-dkms - Firmware Test Suite UEFI Runtime Service kernel driver
 fwts-frontend - Firmware Test Suite frontend interface
 libfwts1   - FirmWare Test Suite core support library
 libfwtsacpica1 - FirmWare Test Suite ACPICA core built for acpiexec functionality
 libfwtsiasl1 - FirmWare Test Suite ACPICA core built for iasl functionality
Launchpad-Bugs-Fixed: 1687056
Changes:
 fwts (17.05.00-0ubuntu1) artful; urgency=low
 .
   [Alex Hung]
   * auto-packager: mkpackage.sh: remove precise
   * acpi: method: make _PTS & _WAK optional
   * auto-packager: mkpackage.sh: add artful
   * dmi: dmicheck: add type 9 to dmi_used_by_kernel_table
   * dmi: dmicheck: add comments for obsolete types
   * dmi: dmicheck: fix a typo in a type 15's error message
   * dmi: dmicheck: check reserved bits in Type 0
   * dmi: dmicheck: check new offset in spec 3.11
   * dmi: dmicheck: check reserved bits of Type 7 offset 0x5
   * dmi: dmicheck: check reserved bits of Type 7 offset 0xd
   * klog.json: remove unnecessary comma and trailing spaces
   * dmi: dmicheck: add a function to verify reserved bits
   * dmi: dmicheck: add a helper function to check word min/max value
   * klog.json: add an ACPI warning message "SysmtemMemory conflicts
   * dmi: dmicheck: check pci(e) slot and segment, bus and dev/func
   * dmi: dmicheck: check reserved bits of offset 0x5 in type 13
   * dmi: dmicheck: add a helper function to check a reserved offset
   * dmi: dmicheck: check reserved bits in type 15 & type 17
   * dmi: dmicheck: check reserved fields in type 22, 23, 30, 32, 38 and 39
   * dmi: dmicheck: add 64-bit integer to dmi_reserved_bits_check
   * dmi: dmicheck: add checks for new type 43
   * acpi: method: check _WAK & _PTS for supported sleep states only
   * fwts-test: sync up tests for _PTS & _WAK method
   * dmicheck: support smbios check for version 3.1.1
   * dmi: dmicheck: type 22 offset 9 is an enum from 1 to 8
 .
   [Colin Ian King]
   * lib: fwts_pm_method: clean up formatting and remove extraneous log message
   * acpi: gpedump: fix spelling mistake
   * acpica: add some extra run time verification to FACP (FADT)
   * lib: fwts_acpi_tables: Add extra fix-up for FACS and DSDT table addresses
   * fwts-test: arg-table-path-0001: sync tests with latest fwts changes
   * acpi: wmi: add and re-order WMI GUIDs
   * lib: fwts_pipeio: fix incorrect size of command being passed
   * lib: fwts_summary: move statement into previous if block
   * lib: fwts_stringextras: free original string on failed realloc
   * compiler: fwts_iasl_interface: free original string on failed realloc
   * uefi: uefidump: free original string on failed realloc
   * kernelscan: ensure parse_kernel_message returns PARSER_OK
   * lib: fwts_gpe: free original gpe buffer on failed realloc
   * lib: fwts_cpu: The string "flags" is 5 chars, fix incorrect strncmp size
   * dmi: dmicheck: remove redundant check on boolean advice_given
   * acpi: einj: fix incorrect addition on cast
   * fwts-test/wmi-0001: sync up WMI test with WMI changes
   * lib: fwts_log: fix spelling mistake on LOG_UNKOWN_FIELD
   * lib: fwts_log: add LOG_NO_FIELD and use this to indicate an unfound field
   * debian/control: Update description, fwts no longer is just for x86 systems
   * lib: fwts_gpe: fix double free on gpe buffer
   * opal: prd_info: NULLify output after free
   * Add snapcraft rules to build a fwts snap
   * debian/control: update standards version to 3.9.8
   * debian/control: remove ${shlibs:Depends} for fwts-frontend and
     fwts-efi-runtime-dkms
   * acpi: method: work around some gcc madness (LP: #1687056)
   * Reduce the sysfs path to 2K to work around a gcc warning
   * data: klog.json: make missing EINJ table message an INFO message
   * cpu: cpufreq: make small one-line helper functions inline
   * Snapcraft: fix typo in path
   * debian: fwts.install: add missing olog.json file
   * debian: changelog: fix some debian warnings
   * New script to generate a Debian orig tarball from source
   * data: klog.json: Fix spelling mistake "cound" -> "could"
   * opal: reserve_mem: fix 32 bit build issues
   * lib: fwts_acpi_tables: remove dead assignment of facs
   * acpica/fwts_acpica: remove debug message on FADT/FACS
   * acpica/fwts_acpica: cast to uintptr_t before casting to
     ACPI_PHYSICAL_ADDRESS
   * fwts-test: disable some acpi specific x86 tests for non-x86 systems
 .
   [Ivan Hu]
   * uefi: securebootcert: warnings for secure boot variables not exist instead
     of failures
   * uefi: securebootcert: specify the failure reason for the variable not found
 .
   [Jeffrey Hugo]
   * README: Fix missing libfdt-dev dependency in README
 .
   [ppaidipe at linux.vnet.ibm.com]
   * fwts/opal: Power management DT Validation tests.
   * fwts/opal: Reserved memory DT validation tests.
Checksums-Sha1:
 8b4c95a8b41f910e77c0c859dabeb5bae24f9b54 2536 fwts_17.05.00-0ubuntu1.dsc
 feb8dd5fd29a9519626b13b47649eddea10e93b6 3618578 fwts_17.05.00.orig.tar.gz
 980d08a9f44dff38577c1980811a4ca2948894d6 46056 fwts_17.05.00-0ubuntu1.debian.tar.xz
 32c0d0130cdce357af3ffd6b320ab09e48644817 7662 fwts_17.05.00-0ubuntu1_source.buildinfo
Checksums-Sha256:
 c3cf6afd723a13d19d98c2271fecc8c0a47a220869d13d382ba0ed9724aba64a 2536 fwts_17.05.00-0ubuntu1.dsc
 0fc737b661cfaf7f25daebcb61f2bfe090620d31e7692249bec500aff20a86d2 3618578 fwts_17.05.00.orig.tar.gz
 25c4a0a11975fb3b4e1d3f368abddaf520cb762216bee26c059af9869d8302bf 46056 fwts_17.05.00-0ubuntu1.debian.tar.xz
 8f4fd0228f098d0c44cd333bd1c5fdbca55b8b485e492f0ad8ea8c3a9ff29dab 7662 fwts_17.05.00-0ubuntu1_source.buildinfo
Files:
 89da3b76afab79cf40a496a4771e1f96 2536 devel optional fwts_17.05.00-0ubuntu1.dsc
 dd85f0a9b63ca615ce9e3be1be4dab06 3618578 devel optional fwts_17.05.00.orig.tar.gz
 12346da07453fde19b1e53173e8da222 46056 devel optional fwts_17.05.00-0ubuntu1.debian.tar.xz
 cc78328ee608d205a1b191ce8f053726 7662 devel optional fwts_17.05.00-0ubuntu1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIcBAEBCAAGBQJZJY0EAAoJEGjCh9/GqAImm2oQAIO0KAbgXH7L5xGJdmtj4Ubl
Lxb74kPoLOXWcuK3YoYETbH1dyNKqHrlMrAKJOWcMy5Rkgxm1d4eGmwAfYnmmYrT
JCx40ulM7s7lk1nLvr/hDYMn0EAmCMlt4bWk5r/aY5L9mkVtCIZGgkY998zLu/NG
ZkonyL9sYmmFhfDM/TL1RfU5ygcV5+hQXv6tOk2gSpSTNT1CcxOY5mSCzfzxk017
XhRVr5RjcqlzoAAZrOb30k2xj8y4VrzmEtl/8YalRFXIhSA2Dq+Clkp1nbA/ywlr
2N5GbsobM6NE/meWoc2z6aJ28rnfJaeT/r+NgzBoSV08julAvKaI7RjfV5er3jh3
1VaRhk/pGdlE0q6KxgHZ8qP9eukaSM8QpzzukeHj+fTp+bk68HcMVUo6geen2Z3x
kbLP09EcJbLNP3ikxkB946rn/7/ZwACGiapihfkgHhWftF8wvWnky9mDOwISOTI0
nlQWOnqup7epsU0sElyoIf3qbkA+hr45y/7Hu4slKfwRlBk8dpW+md6Ldgn1y9gN
+jtmtJnP7QJlte2AQgVdDQa/y8D0kbwlYdibBVGlJMUyPx+rAqUnAW+J9kf6rLVv
wcLYVpmxbedhLZb2dq7yaXJx26XsxwB+GHgPtz9bAFGPUR9fGTesb+opFEz5D5rx
oRxBDTHjrA7Au2cw0kgB
=R5/Y
-----END PGP SIGNATURE-----


More information about the Artful-changes mailing list