[ubuntu/cosmic-proposed] fwts 18.08.00-0ubuntu1 (Accepted)

Alex Hung alex.hung at ubuntu.com
Wed Aug 22 08:20:13 UTC 2018


fwts (18.08.00-0ubuntu1) cosmic; urgency=medium

  [Alex Hung]
  * lib: dmicheck: replace defines by enum type
  * acpitables: remove redundant "OEM" from Creator ID field
  * acpitables: remove unnecessary new line character
  * src: remove unnecessary new line characters and trailing spaces
  * fwts-test: sync up with new line char and trailing space changes
  * acpi: wakealarm: remove failure messages for non-x86 arch
  * acpiinfo: update acpi version supported by kernel
  * ac_adapter: skip tests when no power supply exists
  * README: add a new required package since commit 3f151922fc13

  [Colin Ian King]
  * lib: fwts: Add abstracted pragma macros to push/pop state and disable
    warnings
  * fwts_uefi.h: replace _Pragmas with abstracted pragma macros
  * Wrap ACPI_ROOT_OBJECT with PRAGMA_NULL_PTR_MATH for clang builds
  * lib/src/fwts_acpi_tables: disable clang warning
  * lib: fwts_coreboot_cbmem.c: initialize all fields in array of structs
  * uefi: uefirtauthvar: don't logically or a constant operand.
  * dmi: dmicheck: remove redundant array fwts_dmi_chassis_type
  * ACPICA: Update to version 20180810
  * Add MIN, MAX and ARRAY_SIZE macros to fwts.h
  * fwts_coreboot_cbmem: fwts coding style changes, use off_t for addresses
  * lib: fwts_cpu: make found a boolean
  * lib: fwts_cpu: minor fwts coding style changes
  * lib: fwts_deviceytree: make a function argument const and a style change
  * lib: fwts_firmware: remove some empty lines
  * lib: fwts_iasl: remove a whitespace
  * lib: fwts_interactive: add sanity check on fileno, fix typo, tidy code
  * lib: fwts_ipmi: make fwts_ipmi_msg_id static, make some code style changes
  * lib: fwts_keymap: some minor fwts coding style changes
  * lib: fwts_list: some minor fwts coding style changes
  * lib: fwts_multiproc: remove whitespace
  * lib: fwts_olog: minor code style change on FILE pointers
  * lib: fwts_release: make some helper functions static
  * lib: fwts_scan_efi_systab: add empty line to match fwts coding style
  * fwts_coreboot_cbmem: fix off-by-one error on last char of buffer
  * lib: fwts_coreboot_cbmem: fix cbmem_console_addr check
  * lib: fwts_clog.c: replace space identations with tab
  * lib/src/fwts_acpi_tables: remove shadowed pointer ptr
  * lib: fwts_framework: ensure src pointer is const
  * fwts_framework: no need to pass tests_to_skip as it is locally scoped
  * lib: fwts_framework: argument 'arg' should not be const
  * lib: fwts_log: remove const arg in fwts_log_set_field_filter
  * lib: fwts_summary: remove redundant redefinition of fwts_summary_deinit
  * lib: fwts_safe_mem: add in missing constifications
  * lib: fwts_log_scan: rename function argument to avoid name shadowing
  * lib: fwts_stringextras: fix some missing constifictions
  * lib: fwts_text_list: fix up some const casting issues
  * lib: fwts_json.h: fix casting warning, add missing const
  * lib: fwts_coreboot_cbmen: fix missing const in cast
  * sbbr: acpitables: make function sbbr_search_acpi_tables static
  * acpi: crsdump: add in missing pointer constifications
  * acpi: ecdt: fix some missing pointer constifications
  * acpi: fadt: add in missing const to fix build warnings
  * sbbr: fadt: add in missing const to fix build warnings
  * acpi: method: make function method_test_CRS_return static
  * acpi: nfit: rename table to nfit_table to avoid name shadowing
  * acpi: wmi: add in missing const to fix build warnings
  * acpi: stao: add in missing const to fix build warnings
  * bios: mtrr make function multi_types_check static
  * opal: reserv_mem: add in missing const to fix build warnings
  * hotkey: rename list 'hotkeys' to avoid name shadowing
  * uefi: uefirtauthvar: rename argument attibutes to var_attributes
  * uefi: uefirtvariable: rename argument attibutes to var_attributes
  * coreboot: clog: rename list 'clog' to avoid name shadowing
  * lib: fwts_acpi_tables: unconstify data and don't strcpy ACPI table ids
  * Fix some strncpy/strcat gcc 8.2 warnings by using libbsd strlcpy/strlcat
  * snapcraft: add missing stage packages
  * snapcraft: remove libjson-c3 stage package, it is not required

  [Ivan Hu]
  * uefi: clean and check status with magic value ~0ULL (LP: #1784365)
  * uefi: uefivarinfo: add to UNSAFE category
  * acpi: gtdt: add checking the valid base physical address

Date: Wed, 22 Aug 2018 00:33:21 -0700
Changed-By: Alex Hung <alex.hung 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/18.08.00-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 22 Aug 2018 00:33:21 -0700
Source: fwts
Binary: fwts libfwtsiasl1 libfwtsacpica1 libfwts1 fwts-frontend fwts-efi-runtime-dkms
Architecture: source
Version: 18.08.00-0ubuntu1
Distribution: cosmic
Urgency: medium
Maintainer: Firmware Testing Team <fwts-devel at lists.ubuntu.com>
Changed-By: Alex Hung <alex.hung 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: 1784365
Changes:
 fwts (18.08.00-0ubuntu1) cosmic; urgency=medium
 .
   [Alex Hung]
   * lib: dmicheck: replace defines by enum type
   * acpitables: remove redundant "OEM" from Creator ID field
   * acpitables: remove unnecessary new line character
   * src: remove unnecessary new line characters and trailing spaces
   * fwts-test: sync up with new line char and trailing space changes
   * acpi: wakealarm: remove failure messages for non-x86 arch
   * acpiinfo: update acpi version supported by kernel
   * ac_adapter: skip tests when no power supply exists
   * README: add a new required package since commit 3f151922fc13
 .
   [Colin Ian King]
   * lib: fwts: Add abstracted pragma macros to push/pop state and disable
     warnings
   * fwts_uefi.h: replace _Pragmas with abstracted pragma macros
   * Wrap ACPI_ROOT_OBJECT with PRAGMA_NULL_PTR_MATH for clang builds
   * lib/src/fwts_acpi_tables: disable clang warning
   * lib: fwts_coreboot_cbmem.c: initialize all fields in array of structs
   * uefi: uefirtauthvar: don't logically or a constant operand.
   * dmi: dmicheck: remove redundant array fwts_dmi_chassis_type
   * ACPICA: Update to version 20180810
   * Add MIN, MAX and ARRAY_SIZE macros to fwts.h
   * fwts_coreboot_cbmem: fwts coding style changes, use off_t for addresses
   * lib: fwts_cpu: make found a boolean
   * lib: fwts_cpu: minor fwts coding style changes
   * lib: fwts_deviceytree: make a function argument const and a style change
   * lib: fwts_firmware: remove some empty lines
   * lib: fwts_iasl: remove a whitespace
   * lib: fwts_interactive: add sanity check on fileno, fix typo, tidy code
   * lib: fwts_ipmi: make fwts_ipmi_msg_id static, make some code style changes
   * lib: fwts_keymap: some minor fwts coding style changes
   * lib: fwts_list: some minor fwts coding style changes
   * lib: fwts_multiproc: remove whitespace
   * lib: fwts_olog: minor code style change on FILE pointers
   * lib: fwts_release: make some helper functions static
   * lib: fwts_scan_efi_systab: add empty line to match fwts coding style
   * fwts_coreboot_cbmem: fix off-by-one error on last char of buffer
   * lib: fwts_coreboot_cbmem: fix cbmem_console_addr check
   * lib: fwts_clog.c: replace space identations with tab
   * lib/src/fwts_acpi_tables: remove shadowed pointer ptr
   * lib: fwts_framework: ensure src pointer is const
   * fwts_framework: no need to pass tests_to_skip as it is locally scoped
   * lib: fwts_framework: argument 'arg' should not be const
   * lib: fwts_log: remove const arg in fwts_log_set_field_filter
   * lib: fwts_summary: remove redundant redefinition of fwts_summary_deinit
   * lib: fwts_safe_mem: add in missing constifications
   * lib: fwts_log_scan: rename function argument to avoid name shadowing
   * lib: fwts_stringextras: fix some missing constifictions
   * lib: fwts_text_list: fix up some const casting issues
   * lib: fwts_json.h: fix casting warning, add missing const
   * lib: fwts_coreboot_cbmen: fix missing const in cast
   * sbbr: acpitables: make function sbbr_search_acpi_tables static
   * acpi: crsdump: add in missing pointer constifications
   * acpi: ecdt: fix some missing pointer constifications
   * acpi: fadt: add in missing const to fix build warnings
   * sbbr: fadt: add in missing const to fix build warnings
   * acpi: method: make function method_test_CRS_return static
   * acpi: nfit: rename table to nfit_table to avoid name shadowing
   * acpi: wmi: add in missing const to fix build warnings
   * acpi: stao: add in missing const to fix build warnings
   * bios: mtrr make function multi_types_check static
   * opal: reserv_mem: add in missing const to fix build warnings
   * hotkey: rename list 'hotkeys' to avoid name shadowing
   * uefi: uefirtauthvar: rename argument attibutes to var_attributes
   * uefi: uefirtvariable: rename argument attibutes to var_attributes
   * coreboot: clog: rename list 'clog' to avoid name shadowing
   * lib: fwts_acpi_tables: unconstify data and don't strcpy ACPI table ids
   * Fix some strncpy/strcat gcc 8.2 warnings by using libbsd strlcpy/strlcat
   * snapcraft: add missing stage packages
   * snapcraft: remove libjson-c3 stage package, it is not required
 .
   [Ivan Hu]
   * uefi: clean and check status with magic value ~0ULL (LP: #1784365)
   * uefi: uefivarinfo: add to UNSAFE category
   * acpi: gtdt: add checking the valid base physical address
Checksums-Sha1:
 bf9fa9ac7cc5161a69d3cf4891f7247573255160 2580 fwts_18.08.00-0ubuntu1.dsc
 ba588cc33d2039a80f14bdf1b1af500f00c55444 3749132 fwts_18.08.00.orig.tar.gz
 2fdb0f7b96505fcfc21a3bbf719a1fdb39851b41 51668 fwts_18.08.00-0ubuntu1.debian.tar.xz
 6f679c623c80998f8d4f17c772c18a21ef5b889f 8152 fwts_18.08.00-0ubuntu1_source.buildinfo
Checksums-Sha256:
 13421111a77d09e81a9ed6c1db1d7fb388b0cbd9c350245788cb3512be9cd5d9 2580 fwts_18.08.00-0ubuntu1.dsc
 66af1800254c5bc324fb4be61b57cf3bd71c79205f4f9b953b9b5aa744831a3a 3749132 fwts_18.08.00.orig.tar.gz
 0512ea8bfa2895ec5d849f28051d5b5c8b36a47438e7075679f0311173360ffe 51668 fwts_18.08.00-0ubuntu1.debian.tar.xz
 cc2b21dbe9945b14e9af8b5e1b2f044e9786770e440aed7846079bb1c52955f7 8152 fwts_18.08.00-0ubuntu1_source.buildinfo
Files:
 0b0f7063d55ff92617e596fbbe3fdd7e 2580 devel optional fwts_18.08.00-0ubuntu1.dsc
 0f5390016894b599f2bb22eae3be1a03 3749132 devel optional fwts_18.08.00.orig.tar.gz
 a760f3defa57e5e2f5d97c32b01f940d 51668 devel optional fwts_18.08.00-0ubuntu1.debian.tar.xz
 2208fe2d678ef0e4767a4e68db268f79 8152 devel optional fwts_18.08.00-0ubuntu1_source.buildinfo

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

iQIzBAEBCAAdFiEEcGLapPABucZhZwDPaMKH38aoAiYFAlt9HKIACgkQaMKH38ao
AibebQ/8DndYpYDXu+poDgyHm7gQ23sw1hfTqGNG0K90jsuOcm6vUk/1wYv1OWZN
ePqeSPIO8wi1smiFsRZcGds204fCKVO5kcN3Rxhi2cqoxuyVHlbM6yftBU0ElpqA
QIwyq1dpqO0/2TP7RK72iHA0onBVlJL0qcTUXOjTxjV7+yqjKrIzau0KgBpes9/d
dYlMxh9oIwKqdQ6bunyPxLARlGigCQiQVJwqtY297/1gFVCG54/CgummnRbJzVGN
o6aQH+43WXwYwyMgBEBSEZeGFHDvC3VaAbpog8krdqu9uW5Csx1q7o6+LXsJiqw6
izfvd6X6CC2sr8swPazVCEKa+dTT/SQS4FjJqbfDxZKyPrK1mlHflM4T2lSAYJMH
3f5xLhUVzho6bvrSYB3sSZi6gVVybbsnBIkItFaillC9h5BxaiGSR+Oxrltzepl9
O5I+GExaeMgN0HtIFUBC3t7iDABlIiu5S9QY9oy5N+mT16eH13y01OnqxieywRkZ
rA68Dfm+rQQuepakmlsI5d6NNkKEjXGb/CpzQi9eixvgXoOSBO0ZtNSwkr1CL72B
wIUN5p9DNQdj/aeQVz+C5YPQLrVZgZ5HExFmwMGqxfBpRgfpI9siAwtgpfn6b6Ym
RZE1sWtp9Mu/oGNGbJ2gRKn9FXMwPDVfyd1rNlVmGDjceOYsNbg=
=g1Us
-----END PGP SIGNATURE-----


More information about the Cosmic-changes mailing list