lp:ubuntu/vivid-proposed/fwts

Created by Ubuntu Package Importer and last modified
Get this branch:
bzr branch lp:ubuntu/vivid-proposed/fwts
Members of Ubuntu branches can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Review team:
Ubuntu Development Team
Status:
Development

Recent revisions

67. By Keng-Yu Lin

[Colin Ian King]
* efi_runtime: ensure we don't allocate a zero byte buffer
    (LP: #1429890)]
* uefi: uefirttime: Add tests to exercise invalid parameters
* acpi: acpitables: make length and skip signed to handle -ve underflow
    (LP: #1435272)
* uefi: uefidump: don't dump non-printable variable contents (LP: #1435346)
* uefi: uefirtmisc: Add null count argument check for
    GetNextHighMonotonicCount
* acpi: acpitables: add GTDT checking
* lib: fwts_acpi_tables: load tables from /sys (LP: #1437043)
* fwts-test: fix up acpitables tests
* fwts-tests: fix up arg-show-tests-full test

[Ivan Hu]
* uefirtauthvar: return error when get mismatch size
* uefirtauthvar: dependency checking for existence of test data
    (LP: #1434408)
* uefirtauthvar: remove duplicate authenticated attribute test
    (LP: #1432752)

66. By Ivan Hu <email address hidden>

[Colin Ian King]
* lib: fwts_framework: add --show-tests-categories option (LP: #1415953)
* fwts-test: arg-help-* - add new --show-tests-categories option
* ACPICA: Update to use ACPICA version 20150204 (LP:#1418453)
* fwts-test: disassemble-0001: ignore any copyright year changes
* fwts: update copyright year to 2015
* efi: uefirtvariable: fix build error on Ubuntu Precise
* lib: fwts_acpi_tables: fix logcal/bit-wise & thinko
* lib: fwts_framework: use strtok instead of strtok_r

[Ivan Hu]
* dmicheck: fix the range of Interface Type on Type38 (LP: #1416092)
* dmicheck: support smbios check for version 2.8.0 (LP: #1418869)
* uefirtauthvar: missing return error when mismatch size of set/get test data

[Ricardo Neri]
* efi_runtime: do not dereference userspace pointers from strings
* efi_runtime: do not access userspace addresses directly
* efi_runtime: limit the amount of data copied to userspace
* efi_runtime: get_nextvariable: copy only the needed name bytes
* uefirtvariable: allow large sizes for variable names
* efi_runtime: handle memory errors when setting variables

65. By Ivan Hu <email address hidden>

[Alex Hung]
* live-image/fwts-frontend-text: skip moving and avoid overwritting
  results.html (LP: #1322520)
* acpi: method: add check for _PSD
* acpi: method: add check for _PRW

[Colin Ian King]
* acpi: acpidump: reduce scope of variables
* acpi: battery: reduce scope of variables
* acpi: brightness: reduce scope of variables
* acpi: brightness: reduce scope of variables
* acpi: crsdump: reduce scope of variables
* acpi: lid: reduce scope of variables
* utilities: kernelscan: reduce scope of variables
* uefi: uefirtvariable: reduce scope of variables
* acpi: dmar: reduce scope of variables
* acpi: pcc: reduce scope of variables
* acpi: method: reduce scope of variables
* acpi: s3: reduce scope of variables
* acpi: s3power: reduce scope of variables
* acpi: s4: reduce scope of variables
* bios: hdaaudio: reduce scope of variables
* bios: mtrr: reduce scope of variables
* bios: multiproc: reduce scope of variables
* cpu: cpufreq: reduce scope of variables
* cpu: maxfreq: reduce scope of variables
* cpu: microcode: reduce scope of variables
* cpu: msr: reduce scope of variables
* cpu: nx: reduce scope of variables
* hotkey: reduce scope of variables
* hpet: hpet_check: reduce scope of variables
* lib: fwts_acpi_tables: reduce scope of variables
* lib: fwts_backtrace: reduce scope of variables
* lib: fwts_battery: reduce scope of variables
* lib: fwts_dump: replace asctime with strftime
* lib: fwts_efi_module: reduce scope of variable
* cmos: cmosdump: clarify precedence for & and ?
* lib: fwts_framework: fix some minor style warnings from cppcheck
* lib: fwts_gpe: reduce scope of variables
* lib: fwts_memorymap: fix typo on memory comparison sort
* lib: fwts_memorymap: reduce scope of variables
* lib: fwts_log: reduce scope of variables
* lib: fwts_pm_method: reduce scope of variables
* reduce scope of variables
* lib: fwts_uefi: reduce scope of variables
* pci: aspm: reduce scope of variables
* lib: klog: reduce scope of variables
* uefi: uefibootpath: reduce scope of variables
* uefi: securebootcert: reduce scope of variables
* uefi: uefidump: reduce scope of variables
* uefi: uefirtauthvar: reduce scope of variables
* uefi: uefirtmisc: reduce scope of variables
* uefi: uefivarinfo: reduce scope of variables

[Ivan Hu]
* uefibootpath: include the null-terminated space in device path length
* fwts-test: update fwts tests to sync with method tests

[Naresh Bhat]
* makefile.am : Use sysroot path for json

64. By Alex Hung <email address hidden>

[Alex Hung]
* auto-packager: mkpackage.sh: add vivid and remove quantal
* data: klog: set "Gpe0Block - 32-bit FADT register is too long" to medium

[Colin Ian King]
* data: klog.json: Update with latest errors in ACPI
* fwts-test: remove .swp file
* acpi: s4: fix infinite loop because wrong variable being incremented
* fwts: catch segfaults and bus errors and dump stack
* Fix g_timeout_add to wait an integer number of seconds
* cmos: just print drives + 1 with %d, fixes clang warning
* uefibootpath: uefibootpath_check_dev_path: return int rather than int *
* lib: fwts_klog: fix vector size and handle errors from pcre_exec
  (LP: #1401184)

[Fu Wei]
* ACPI: improve the return values and the log info in the
  fwts_acpi_handle_fadt_tables function.
* ACPI: add the hardware reduced mode check function in
  src/lib/src/fwts_acpi_tables.c.
* ACPI: a missing FACS table can be ignored under some circumstances

[Ivan Hu]
* uefirtvariable: fix the uncheck return value warnings

[Phidias Chiang]
* README: Fix missing libglib2.0-dev dependency in README

63. By Alex Hung <email address hidden>

[Alex Hung]
* acpi: method: add check for _UPC
* acpi: method: add check for _PMD
* acpi: method: add check for _PRL
* acpi: method: add check for _FPS
* acpi: method: add check for _DEP
* acpi: method: add check for _DLM
* acpi: method: add check for _MBM
* acpi: method: add check for _MLS
* acpi: method: add check for _ALR

[Colin Ian King]
* bios: mpcheck: reduce error level if ACPI is being used (LP: #1373340)
* json: allow for different paths to json.h (LP: #1326911)
* ACPICA: update to version 20140926. (LP: #1374816)
* fwts-test: disassemble-0001: update to sync with latest ACPCIA changes
* acpi: acpidump: don't assume FPDT tables are correct about their record
  sizes (LP: #1375258)
* acpi: acpidump: check for short length headers (LP: #1375300)
* fwts-test: update tests to sync with method test
* acpi: acpidump: fix 32 bit build error
* ACPICA: update to version 20141107. (LP: #1391860)
* fwts-test: sync tests with new ACPICA 20141107 changes
* fwts-test: fix disassemble test to work with latest ACPICA changes

[Ivan Hu]
* securebootcert: report info instead of failure for missing DB and KEK when
  secureboot disabled (LP: #1374351 )
* uefirtauthvar: add the test for creating authenticated variable
* uefirtauthvar: cleanup environment before testing
* uefirtauthvar: add test with setting the same authenticated variable
* uefirtauthvar: add test for setting authenticated variable created by
  another key
* uefirtauthvar: add the normal append operation test
* uefirtauthvar: add test update the authenticated variable
* uefirtauthvar: add setting old authenticated variable test
* uefirtauthvar: delete authenticated variable test
* uefirtauthvar: setting authenticated variable with invalid modified data
  test
* uefirtauthvar: setting authenticated variable with invalid modified
  timestamp
* uefirtauthvar: setting authenticated variable with different guid test
* uefirtauthvar: setting authenticated variable with invalid attribute test
* uefirtauthvar: test with both authenticated attributes are set
* uefirtauthvar: Set and delete authenticated variable created by different
  key test
* uefirtauthvar: cleanup environment for another authenticated variable
* fwts-test: update tests for the new uefirtauthvar tests
* uefi: open efi_runtime driver with flag O_WRONLY | O_RDWR

[Matt Fleming]
* efi_runtime: Don't use get_user() on non-pointer

[Pradeep Gaddam]
* efi_runtime: Copied the structure from userland locally in kernel space

[Yi Li]
* Add arm64 to support dmicheck test

62. By Keng-Yu Lin

[Alex Hung]
* acpi: method: fix incorrect comment in _CPC test
* acpi: method: fix incorrect type comparison of
  ACPI_TYPE_INTBUF (LP: #1362426)
* acpi: method: fix _STR's output should be buffer, not string
  (LP: #1362503)
* acpi: method: add check for _EVT
* acpi: method: add check for _GHL
* acpi: method: method: add check for _GLK
* acpi: method: add check for _SST
* acpi: method: add check for _PUR
* acpi: method: add check for _TZD and _TZM
* acpi: method: add check for _TRT
* acpi: method: add check for _PSL
* acpi: method: add check for _ART
* acpi: method: add check for _GTF and _GTM
* fwts-test: update tests for new acpi method tests
* acpi: method: fix incorrect failure messages for _TRT
* acpi: method: fix _CID errors when it returns a package (LP: #1370924)

[Colin Ian King]
* ACPICA: update to version 20140828 (LP: #1362786)
* acpi: method: extra sanity checks for _PSx objects, (LP: #1363904)
* acpi: method: add check for ACPI 5.1 _DSD (LP: #1363925)
* fwts-test: update tests because of new _DSD method check
* acpi: method: acpi: method: add check for ACPI 5.1 _CCA (LP: #1363936)
* fwts-test: update tests because of new _CCA method check
* lib + tests: make --pm-method logind dependant on glib version
  (LP: #1364998)
* Check that we are at least using glib that supports logind
* data: klog.json: add a few more error message patterns
* acpi: acpidump: avoid using void * pointer arithmetic
* acpi: dmar: avoid using void * pointer arithmetic
* lib: fwts_alloc: avoid using void * pointer arithmetic
* lib: fwts_mmap: avoid using void * pointer arithmetic
* lib: fwts_multiproc: avoid using void * pointer arithmetic
* lib: fwts_pipeio: remove gcc cleanup attribute, it confuses cppcheck
* lib: fwts_alloc: add field width limit for sscanf
* lib: fwts_battery: add field width limit for sscanf
* lib: fwts_ioport: use sigsetjmp and siglongjmp
* acpi: wmi: update WMI GUIDs to be in sync with 3.17 kernel
* lib: fwts: add more sanity checks when fetching the RSDP (LP: #1372849)
* fwts-test: wmi: update test to sync with new GUIDs added to wmi test
* uefi: uefivarinfo: fix double free on data (LP: #1372874)

[Ivan Hu]
* uefirtvariable: fix the wrong operator used, coverity scan error
  (LP: #1362893)
* uefivarinfo: allocate buffer rewrite to avoid realloc failure
  (LP: #1362540)

[Keng-Yu Lin]
* debian: unrestrict automake and aclocal to be v1.11
* debian: increment Standards-Version to 3.9.5
* debian: unrestrict the automake version in Build-Depends

61. By Yang Kun (YK)

[Alberto Milone]
* Make the --pm-method argument part of fwts_framework
* Store all the pm_method related functions in fwts_pm_method.c
* s3.c: make use of the functions in fwts_power_method.h
* s4.c: add support for logind and sysfs methods
* fwts_pm_method.h: move _cleanup_free_ here and share it with s3 and s4
* s3power.c: add support for logind and sysfs methods
* doc/fwts.1: update man page since --pm-method parameter also applies to S4
* s3.c: add backward compatibility with older glib releases
* s3power.c, s4.c: add backward compatibility with older glib releases

[Alex Hung]
* ACPI: change GTDT field names in ACPI 5.1 (LP: #1350170)
* fwts-test: update arg-help-0001/0002 for pm-method changes
* fwts-test: fix up tests related to iasl and syntaxcheck changes

[Colin Ian King]
* ACPICA: update to version 20140724 (LP: #1348342)
* fwts-test: update disassemble test to sync with latest ACPICA changes
* fwts-test: update syntaxcheck test to sync with latest ACPICA changes
* ACPI: Add new ACPI 5.1 MADT stuctures and checks (LP: #1348581)
* ACPI: Add new ACPI 5.1 FADT fields and update acpidump (LP: #1348598)
* fwts-test: update ACPI table related tests due to ACPI 5.1 fwts changes
* ACPI: Fix up GTDT corrections as in ACPI 5.1 (LP: #1348618)
* lib + tests: re-work iASL backand and API to handle externals
  (LP: #1317390)
* Update contributors in man page
* lib: don't use #pragma GCC push and pop

[Ivan Hu]
* uefirtvariable: setvariable without deleting the original variable
  (LP: #1354301)
* uefi: add the variable attribute definition for append write (LP: #1356194)
* lib: uefi: add the status error report for the IP addr conflict
  (LP: #1356195)
* uefirtvariable: skip test when specific attributes not supported
  (LP: #1356199)
* uefirtvariable: add test for setvariable with both authenticated attributes
  are set (LP: #1356207)
* s3: fix multiple s3 tests stop working (LP: #1359037)

60. By Yang Kun (YK)

[Alberto Milone]
* src/Makefile.am: depend on glib and gio
* Add build dependency on libglib2.0-dev
* Add support for different power methods to suspend
* debian/copyright: add copyright for the derivative work from systemd
* doc/fwts.1: update man page with information on the --pm-method parameter
* src/Makefile.am: use pkg-config to include glib and gio
* debian/control: add build dependency on pkg-config

[Alex Hung]
* cpu: microcode: remove failures when kernel does not have newer version
  (LP: #1322534)
* lib: fwts_dump: add cpuinfo dump
* doc: fwts_dump: add cpuinfo.log to man page
* acpi: method: add _PCL control method test (LP:1343070)

[Colin Ian King]
* src/lib/*.h: remove extraneous , at end of enum lists
* acpi: acpidump: minor tidy up of code
* acpi: acpitables: minor code tidy up
* acpi: acpidump: re-arrange code to avoid declarations after code
* acpi: method: re-arrange code to avoid declarations after code
* acpi: method: re-arrange code to avoid declarations after code
* Remove extraneous ; following FWTS_REGISTER macro
* acpi: wmi: don't use unnamed struct/unions
* hpet/hpet_check: re-arrange code to avoid declarations after code
* uefi: uefidump: re-arrange code to avoid declarations after code
* uefi: securebootcert: re-arrange code to avoid declarations after code
* kernel tests: Remove extraneous ; following FWTS_REGISTER macro
* acpi: acpitables: make two more functions static
* acpi: crsdump: fix shadowing of variable 'sharing'
* acpi: method: fix shadowing of variable 'obj'
* acpi: s3: fix shadowing of variable 'i'
* acpi: s4: fix shadowing of variable 'i'
* cpu: virt: put extern virt helper func declarations in virt.h
* cpu: microcode: make microcode_find_cpu static
* dmi: dmicheck: don't inline dmi_str_check and fix variable shadowing
* hpet: hpet_check: fix shadowing of variable 'str'
* uefi: uefidump: fix shadowing of variable 'i'
* acpi: acpidump: fix shadowing of variable table
* acpi: acpitables: fix spelling mistake (LP: #1330186)
* lib: wakealarm: fix spelling mistake
* acpica: update to version 20140627 (LP: #1335280)
* Re-work include of acpi.h to work around warnings
* fwts-test: dissassemble-0001: update disassembly logs to sync with ACPICA
* fwts-test: method-0001: update test to be in sync with method test
* lib: fix handling of -ve read returns
* utilities: kernelscan: use memmove instead of strcpy
* acpi: syntaxcheck: free lists on error exit return
* acpi: s3: fix spelling mistake

[Ivan Hu]
* uefi: add a test for sanity checking for the UEFI Boot path (LP: #1316019)
* uefi: uefirtvariable: print out the duplicate variable name (LP: #1340492)
* uefidump: add Relative Offset Range subtype support for Media device path
  (LP: #1322465)

59. By Ivan Hu <email address hidden>

[Colin Ian King]
* lib: fwts_framework: change fwts-live progress feedback (LP: #1321664)
* cpu: cpufreq: add more granularity to progress feedback
* acpi: fan: add more granularity to progress feedback
* acpi: acpidump: remove duplicate consts
* live-image: save various system and firmware data at end of test
  (LP: #1322543)
* cpu: cpufreq: add more precision to GHz CPU frequency information
* cpu: cpufreq: print MHz as float, remove erroneous rounding
* cpu: cpufreq: show Turbo Boost with top _PSS value
* cpu: cpufreq: sort frequencies using almost equal comparison (LP: #1322531)
* acpica: update to version 20140424 (LP: #1312351)
* Add support for ACPI 1.0 GUID
* live-image: Add UEFI tests to the run all batch tests menu item
  (LP: #1322545)
* fwts-test: arg-show-progress-dialog-0001: fix armhf failures
* fwts-test: arg-show-progress-dialog-0001: fix armhf failures, for test-0002

[Keng-Yu Lin]
* debian: add watch file
* fwts-test: arg-show-progress-dialog: sync with fwts

58. By Ivan Hu <email address hidden>

[Alex Hung]
* acpi: s3power: update usage example as 10 minutes or more is suggested

[Colin Ian King]
* fwts_acpica: fix potential null ptr dereference (LP: #1298419)
* acpi: acpitables: more ACPI table header sanity checking
* acpi: acpitables: better checking on FADT SCI_INT
* acpi: acpidump: fix typo "patform" --> "platform"
* doc: fwts: add --s3-power-sleep-delay option
* doc: fwts: use lower case for description
* fwts-test: acpidump-0001: sync test with fwts
* fwts-test: arg-help-0001: sync with recent changes in fwts
* fwts-test: arch-show-tests-full-0001: keep in sync with fwts
* fwts-test: acpitables-000*: sync with recent acpitables changes
* fwts-test: arg-table-path-0001: sync test with recent fwts changes
* data: klog.json: Add a circular list ACPI warning checks
* data: klog.json: re-work _S1 and _S2 advice
* Use json_object_object_get_ex if is available
* lib: fwts_acpi_tables: fix memory leak on error exit path
* lib: fwts_button: free data after successful fwts_get()
* pci: crs: fix memory leak on cmdline
* lib: fwts_ac_adapter: fix memory leak
* lib: fwts_formatting: fix memory leak
* cpu: cpufreq: avoid division by zero ob cpu_top_speed
* acpi: cstates: fix potential integer overflow
* cpu: cpufreq: use uint64_t for CPU frequencies on HZ.
* lib: fwts_framework: avoid division by zero in % calculations
* lib: fwts_hwinfo: ensure buf.ifr_name is null terminated

[Ivan Hu]
* uefi: uefidump: fix the Partition Signature length for the HD Media Device
  Path isn't correct (LP: #1308415)
* uefi: uefidump: dumping the new definitions for ipv4 ipv6 device path
  (LP: #1311538)
* uefi: uefirtvariable: fix the fail GUID checking for uniqueness of variable
  (LP: #1311822)
* uefi: uefirtvariable: report failure when setting variable with invalid
  attribute successfully (LP: #1310686)
* fwts: uefi: clean up all test variable before doing the uefirtvariable test
  (LP: #1313554)
* auto-packager: mkpackage.sh: add utopic and remove raring saucy

[Jeremy Kerr]
* Don't hard-code the installation prefix
* uefi: Don't abort on non-UEFI firmware
* fwts: fix acpi table access on failed load
* Fix include and lib dirs for srcdir != builddir builds
* acpcia: Fix makefile rules for srcdir != builddir builds
* acpica/compile: Fix srcdir != builddir builds

[Matt Fleming]
* efi_runtime: Set default value for $KVER
* efi_runtime: Refactor ioctl code into helper functions
* efi_runtime: Group kernel version dependent functions
* efi_runtime: Do not pass user addresses to firmware

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/vivid/fwts
This branch contains Public information 
Everyone can see this information.

Subscribers