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

Ivan Hu ivan.hu at ubuntu.com
Wed Aug 30 08:56:14 UTC 2017


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

  [Alex Hung]
  * auto-packager: mkpackage.sh: remove yakkety
  * dmicheck: fix dmi_reserved_bits_check function when size is 64
  * acpi: pmtt: fix typo from pmmt to pmtt
  * acpi: sdei: add ACPI SDEI test (mantis 1714)
  * fwts-test: Add regression test for SDEI
  * acpi: pcct: refactor subspace to individual functions
  * acpi: pcct: update PCCT table to ACPI 6.2 (mantis 1659 & 1755)
  * fwts-test: sync up PCCT tests with ACPI 6.2 changes
  * acpi: dppt: add ACPI DPPT test (mantis 1795)
  * acpi: pptt: add ACPI PPTT test
  * acpi: hmat: add ACPI HMAT test (mantis 1705)
  * fwts-test: Add regression test for HMAT
  * acpi: method: add _LSI test according to ACPI 6.2 (mantis 1721)
  * fwts-test: sync up tests for _LSI method
  * fwts-test: Add regression test for PPTT
  * acpi: rasf: add ACPI RASF test
  * fwts-test: Add regression test for RASF
  * acpi: sbbr: sync up with new SBBR tests
  * acpi: remove "Linux-read Firmware Developer Kit" from license header
  * doc: update contributors and date to the manual

  [Colin Ian King]
  * opal: fix build error on Ubuntu 12.04 i386 with gcc 4.6.3
  * lib: fwts_safe_mem: remove need to copy into a buffer
  * acpi: bert: add safe memory read check on mmap'd memory
  * acpi: hpet: add safe memory read check on mmap'd memory
  * acpi: mcfg: add safe memory read check on mmap'd PCI config memory
  * acpi: pcc: add safe memory read check on mmap'd PCC header
  * bios: pciirq: add safe memory read check on mmap'd pci irq region
  * bios: pnp: add safe memory read check on mmap'd memory region
  * dmi: dmicheck: fix incorrect safe memory read check on DMI mmap'd region
  * uefi: csm: add safe memory read check on mmap'd interrupt and option ROM
    regions
  * fwts_safe_mem: workaround longjmp clobber warnings
  * ACPICA: Update to version 20170728
  * lib: fwts_smbios: use fwts_safe_memcpy to read SMBIOS entry
  * lib: fwts_acpi_tables: re-work fwts_acpi_get_rsdp, less memory copies
  * lib: fwts_safe_mem: really force reads
  * lib: fwts_acpi_tables: unmap mem, fixes memory leak
  * acpi: xsdt: fix build error on 32 bit systems
  * acpica: fwts_acpica: fix linker issues on Fedora (LP: #1712572)

  [Jeffrey Hugo]
  * acpi: madt: Add support for ACPI 6.2

  [Mahesh Bireddy]
  * acpi: fadt: add SBBR compliance tests
  * acpi: madt: add SBBR compliance tests
  * acpi: spcr: add SBBR compliance tests
  * acpi: xsdt: add SBBR compliance tests

  [Rajat Goyal]
  * acpi: dbg2: add SBBR compliance tests
  * acpi: gtdt: add SBBR compliance tests
  * acpi: acpitables: add SBBR compliance tests

  [Sakar Arora]
  * dmi: dmicheck: add SBBR compliance tests
  * acpi: method: add SBBR compliance tests
  * acpi: rsdp: add SBBR compliance tests

  [Vinson Lee]
  * acpi: method: Fix error message.
  * README: Update JSON manipulation library name.

Date: Wed, 30 Aug 2017 14:23:42 +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.08.00-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 30 Aug 2017 14:23:42 +0800
Source: fwts
Binary: fwts libfwtsiasl1 libfwtsacpica1 libfwts1 fwts-frontend fwts-efi-runtime-dkms
Architecture: source
Version: 17.08.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: 1712572
Changes:
 fwts (17.08.00-0ubuntu1) artful; urgency=low
 .
   [Alex Hung]
   * auto-packager: mkpackage.sh: remove yakkety
   * dmicheck: fix dmi_reserved_bits_check function when size is 64
   * acpi: pmtt: fix typo from pmmt to pmtt
   * acpi: sdei: add ACPI SDEI test (mantis 1714)
   * fwts-test: Add regression test for SDEI
   * acpi: pcct: refactor subspace to individual functions
   * acpi: pcct: update PCCT table to ACPI 6.2 (mantis 1659 & 1755)
   * fwts-test: sync up PCCT tests with ACPI 6.2 changes
   * acpi: dppt: add ACPI DPPT test (mantis 1795)
   * acpi: pptt: add ACPI PPTT test
   * acpi: hmat: add ACPI HMAT test (mantis 1705)
   * fwts-test: Add regression test for HMAT
   * acpi: method: add _LSI test according to ACPI 6.2 (mantis 1721)
   * fwts-test: sync up tests for _LSI method
   * fwts-test: Add regression test for PPTT
   * acpi: rasf: add ACPI RASF test
   * fwts-test: Add regression test for RASF
   * acpi: sbbr: sync up with new SBBR tests
   * acpi: remove "Linux-read Firmware Developer Kit" from license header
   * doc: update contributors and date to the manual
 .
   [Colin Ian King]
   * opal: fix build error on Ubuntu 12.04 i386 with gcc 4.6.3
   * lib: fwts_safe_mem: remove need to copy into a buffer
   * acpi: bert: add safe memory read check on mmap'd memory
   * acpi: hpet: add safe memory read check on mmap'd memory
   * acpi: mcfg: add safe memory read check on mmap'd PCI config memory
   * acpi: pcc: add safe memory read check on mmap'd PCC header
   * bios: pciirq: add safe memory read check on mmap'd pci irq region
   * bios: pnp: add safe memory read check on mmap'd memory region
   * dmi: dmicheck: fix incorrect safe memory read check on DMI mmap'd region
   * uefi: csm: add safe memory read check on mmap'd interrupt and option ROM
     regions
   * fwts_safe_mem: workaround longjmp clobber warnings
   * ACPICA: Update to version 20170728
   * lib: fwts_smbios: use fwts_safe_memcpy to read SMBIOS entry
   * lib: fwts_acpi_tables: re-work fwts_acpi_get_rsdp, less memory copies
   * lib: fwts_safe_mem: really force reads
   * lib: fwts_acpi_tables: unmap mem, fixes memory leak
   * acpi: xsdt: fix build error on 32 bit systems
   * acpica: fwts_acpica: fix linker issues on Fedora (LP: #1712572)
 .
   [Jeffrey Hugo]
   * acpi: madt: Add support for ACPI 6.2
 .
   [Mahesh Bireddy]
   * acpi: fadt: add SBBR compliance tests
   * acpi: madt: add SBBR compliance tests
   * acpi: spcr: add SBBR compliance tests
   * acpi: xsdt: add SBBR compliance tests
 .
   [Rajat Goyal]
   * acpi: dbg2: add SBBR compliance tests
   * acpi: gtdt: add SBBR compliance tests
   * acpi: acpitables: add SBBR compliance tests
 .
   [Sakar Arora]
   * dmi: dmicheck: add SBBR compliance tests
   * acpi: method: add SBBR compliance tests
   * acpi: rsdp: add SBBR compliance tests
 .
   [Vinson Lee]
   * acpi: method: Fix error message.
   * README: Update JSON manipulation library name.
Checksums-Sha1:
 d2a0a605bc127971e24de7cdd57741ef0273426a 2536 fwts_17.08.00-0ubuntu1.dsc
 de8aeef0a46d43df410d2c2088e7006f63e2b648 3675410 fwts_17.08.00.orig.tar.gz
 3dc9057322f917cf7b941614a8f010a5a8e9764d 47176 fwts_17.08.00-0ubuntu1.debian.tar.xz
 0ae4cf902ca24e48e3d4fa02472ab8b29922228b 7806 fwts_17.08.00-0ubuntu1_source.buildinfo
Checksums-Sha256:
 33f2f7462edc0d0b7f3738b12d3309342f471075cf4927086763e3b7ee3def74 2536 fwts_17.08.00-0ubuntu1.dsc
 ad93d509ae7bd0663a0df6856dbaf01c3366eeabdd0a31290e5ff9e3c1b76b2e 3675410 fwts_17.08.00.orig.tar.gz
 99ab442964c6be5cf941165d02ab0eddfd8b9c7d6772b9721b734727093c9b2a 47176 fwts_17.08.00-0ubuntu1.debian.tar.xz
 2612a08353e08b64a5cbcb982084cd64d7a4886dbbba03ad4f7c98bea6e4e859 7806 fwts_17.08.00-0ubuntu1_source.buildinfo
Files:
 27cf419bd109c43f678f86e61781fcdf 2536 devel optional fwts_17.08.00-0ubuntu1.dsc
 9c941c309eb82388bd99c64fef744f3c 3675410 devel optional fwts_17.08.00.orig.tar.gz
 0ba45b2262e163d2f099e70ef5966b4f 47176 devel optional fwts_17.08.00-0ubuntu1.debian.tar.xz
 c60c43ba033c1cc48a2cc29a2a367fb0 7806 devel optional fwts_17.08.00-0ubuntu1_source.buildinfo

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

iQIcBAEBCAAGBQJZpn1pAAoJEGjCh9/GqAImGeMQAJ6L2+WKMCbiF/Fqq4kkoXWz
Tkp6zNBZ2qWy1OXYkGwRR36TfhUGQLOxmrq/jMhDxv3F+ilPVZlqGDNJncgXgXhi
4TmNYvuuuQrHgn/vi2dLWzlIgASl2n+IA0NT9K4958JeuU+G6sVeDzIy/5lbdf42
3ST0AEHpzbsF0zZBkULUYuQzx/cY5eZbu/7gjMYXw5xJP5GD7x/i0hZ6zhLJitxA
m7AFhdY45+LYXZrQ3/ZDXWzJnHljQzTZJa9ay4jdMBfg2m+hM6apWQLO4pCqZFBT
Dmck2n69WMzp8LTiWTPTnThZ9+pFBPajiPu0vdn6CYmtlVWui16ztT6pzK5ZSMXx
3jNpLj1PVKngO/0DXQ+XPMGPizFYe/O6m9FstURnI29Efvb/DYKEjlfyS7Hd26pJ
kxDrw+Rp/3DoSorp31pmnwKtik7EPK30FgQvTVKQpOIXG1M+w9kImyK0JiEQLIT5
W0kRgfUYkxAyF1OYn7TZNiCl5g9IDnLKZKhxf0GuEWzNO2w7v9CGwbBACs0sWwqo
Rs2WFsXRepGJYtM7b3lvMVyrdNLbCKnPOuPmKWTRqZuKewerN2mmiSYJLkFPKXOb
86BG7RVg3lMbY8/zqYSNFkSZp2mLrsGVvUPthIYtn/4+vqT6Euh5F3wNhF5QWCkc
c5ugeF84Cz4fCim0nCfI
=ypno
-----END PGP SIGNATURE-----


More information about the Artful-changes mailing list