Branches for Precise

Name Status Last Modified Last Commit
lp:ubuntu/precise/fwts bug 2 Mature 2012-03-09 15:04:30 UTC
30. [Alex Hung] * pcie: add pcie aspm reg...

Author: Keng-Yu Lin
Revision Date: 2012-03-09 15:04:30 UTC

[Alex Hung]
* pcie: add pcie aspm registers check on root port and device.

[Chris Van Hoof]
* fwts-frontend: v2 update to conditional logic to better detect
  if we're booted via casper and additional logic to toggle auto
  shutdown behaviour when testing

[Colin Ian King]
* uefi: uefidump: handle realloc failure
* lib: fwts_pipeio: handle realloc failure
* lib: fwts_args: handle realloc failure
* lib: acpid: handle realloc failures in fwts_acpi_event_read()
* lib: fwts_acpi_tables: handle fwts_low_realloc() failures
* acpica: handle realloc failures in fwts_acpica_vprintf()
* lib: fwts_klog: remove redundant free()
* acpi: checksum: flag up errors that are critical, add more helpful advice
* acpi: checksum: fix typo shorted -> shortened
* acpi: checksum: reformat lines to fit into 80 columns
* acpi: wmi: use snprintf to be safe
* acpi: wmi: const func args
* acpi: wmi: reformat source into 80 columns
* acpi: dmar: make seg a uint16_t rather than an int
* acpi: dmar: make func args const
* acpi: acpiinfo: tidy up source
* bios: hdaaudio: ensure source fits into 80 columns
* bios: hdaaudio: use calloc() instead of malloc()
* lib: fwts_tag: handle out of memory failure
* bios: ebdadump: ensure source fits into 80 columns
* bios: bios32: ensure source fits into 80 columns
* lib: arg + framework: more robust out of memory handling.
* lib: fwts_stringextras: handle out of memory failure
* uefi: uefidump: fix infinite recursion on unknown end terminator (v2)
* bios: memmapdump: ensure source fits into 80 columns
* acpica: fwts_acpica_init(): handle out of memory failures
* bios: mtrr: handle out of memory failures
* hpet: hpet_check: make func args const where possible
* hpet: hpet_check: ensure source fits into 80 columns
* fwts-collect: fix typo
* fwts-collect: tidy up error handling
* fwts-collect: collect more fwts dumped data
* read /proc/mtrr rather than use ioctl() interface

[Keng-Yu Lin]
* debian: use autoreconf instead of dh-autoreconf

lp:ubuntu/precise-proposed/fwts bug 2 Mature 2012-09-26 02:45:51 UTC
31. * Stable Release Update for Precise (...

Author: Keng-Yu Lin
Revision Date: 2012-07-27 17:22:07 UTC

* Stable Release Update for Precise (LP: #1033451)

[Alex Hung]
* acpi: method: Change _BBN's test_type from METHOD_MOBILE to METHOD_OPTIONAL

[Colin Ian King]
* acpi: acpidump: add extra ACPI 5.0 fields to FACP
* acpi: acpidump: Add support for bit 20 and 21 of FADT flags
* Update FADT preferred PM profile to add Tablet
* dmi: dmi_decode: make advice more relevant to data handled by the kernel
* Add mutex around semaphore counting (LP: #1017388)
* acpi: method: remove race delay kludge
* lib: acpi_acpi_tables: Add tables based on ACPI name and not file name.
* lib: fwts_acpi_tables: Force fixup on XSDT and RSDT when loading from .dat
  files
* lib: acpica: fix semaphore counting by waiting for threads to complete
* acpica: incorporate new ACPICA sources to enable fwts to build
* acpica: use latest ACPICA source
* Update copy-acpica.sh to copy over new sources
* Update README_ACPICA.txt to add in new acpica sources
* acpi: acpidump + acpi headers: Add simple support for FPDT
* acpi: acpidump + acpi headers: Add basic dump of RASF
* acpi: acpidump: Add stub for MPST
* acpi: acpidump: make arrays static
* data: klog.json: make the _OSC failure advice more general and hand-wavy
* cpu: cpufreq: cpufreq and cpuidle dirs confusing cpuN parsing
* cpu: cpufreq: make progress estimate more accurate
* cpu: cpufreq: tidy up table output
* cpu: cpufreq: rename some global variables to make them more readable
* cpu: cpufreq: various whitespace clean ups
* cpu: cpufreq: tidy up memset usage
* cpu: cpufreq: make HzToHuman() more efficient
* cpu: cpufreq: add need to run as root
* bios: mtrr: fix stupid typos
* lib: fwts_klog: optimize regex scanning (LP: #1028031)

[Keng-Yu Lin]
* debian: Add hardening options

lp:ubuntu/precise-updates/fwts 2 Mature 2012-10-03 09:13:25 UTC
31. * Stable Release Update for Precise (...

Author: Keng-Yu Lin
Revision Date: 2012-07-27 17:22:07 UTC

* Stable Release Update for Precise (LP: #1033451)

[Alex Hung]
* acpi: method: Change _BBN's test_type from METHOD_MOBILE to METHOD_OPTIONAL

[Colin Ian King]
* acpi: acpidump: add extra ACPI 5.0 fields to FACP
* acpi: acpidump: Add support for bit 20 and 21 of FADT flags
* Update FADT preferred PM profile to add Tablet
* dmi: dmi_decode: make advice more relevant to data handled by the kernel
* Add mutex around semaphore counting (LP: #1017388)
* acpi: method: remove race delay kludge
* lib: acpi_acpi_tables: Add tables based on ACPI name and not file name.
* lib: fwts_acpi_tables: Force fixup on XSDT and RSDT when loading from .dat
  files
* lib: acpica: fix semaphore counting by waiting for threads to complete
* acpica: incorporate new ACPICA sources to enable fwts to build
* acpica: use latest ACPICA source
* Update copy-acpica.sh to copy over new sources
* Update README_ACPICA.txt to add in new acpica sources
* acpi: acpidump + acpi headers: Add simple support for FPDT
* acpi: acpidump + acpi headers: Add basic dump of RASF
* acpi: acpidump: Add stub for MPST
* acpi: acpidump: make arrays static
* data: klog.json: make the _OSC failure advice more general and hand-wavy
* cpu: cpufreq: cpufreq and cpuidle dirs confusing cpuN parsing
* cpu: cpufreq: make progress estimate more accurate
* cpu: cpufreq: tidy up table output
* cpu: cpufreq: rename some global variables to make them more readable
* cpu: cpufreq: various whitespace clean ups
* cpu: cpufreq: tidy up memset usage
* cpu: cpufreq: make HzToHuman() more efficient
* cpu: cpufreq: add need to run as root
* bios: mtrr: fix stupid typos
* lib: fwts_klog: optimize regex scanning (LP: #1028031)

[Keng-Yu Lin]
* debian: Add hardening options

13 of 3 results