fwts: add more checks to klog database

Bug #1526746 reported by Colin Ian King
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Firmware Test Suite
Fix Released
Medium
Colin Ian King

Bug Description

Scanning the latest 4.4 kernel with the fixed fwts kernelscan utility, I've scraped a few more kernel messages that need to be added to the fwts klog database:

Source: /home/king/repos/linux/drivers/acpi/nfit.c
ADD: dev_err(dev , "Invalid _FIT\n")

Source: /home/king/repos/linux/drivers/acpi/pci_link.c
ADD: printk(KERN_WARNING PREFIX "%s [%s] enabled at IRQ %d\n", acpi_device_name(link ->device ), acpi_device_bid(link ->device ), link->irq .active )
ADD: printk(KERN_ERR PREFIX "Invalid index %d\n", index)

Source: /home/king/repos/linux/drivers/acpi/acpica/dsinit.c
ADD: ACPI_ERROR((AE_INFO , "Cannot assign type [%s] to [Package] (source must be type Pkg)", acpi_ut_get_object_type_name(source_desc )))
ADD: ACPI_ERROR((AE_INFO , "Target must be [Buffer/Integer/String/Reference], found [%s] (%4.4s)", acpi_ut_get_type_name(node ->type ), node->name .ascii ))

Source: /home/king/repos/linux/drivers/acpi/acpica/dbmethod.c
ADD: ACPI_ERROR((AE_INFO , "%s (%s): Object must be a control method", name, acpi_ut_get_type_name(method ->type )))

Source: /home/king/repos/linux/drivers/acpi/acpica/nsaccess.c
ADD: ACPI_EXCEPTION((AE_INFO , status, "While parsing command line"))

Source: /home/king/repos/linux/drivers/acpi/acpica/dbexec.c
ADD: ACPI_EXCEPTION((AE_INFO , status, "While parsing method arguments"))
ADD: ACPI_EXCEPTION((AE_INFO , status, "while executing %s from debugger", info->pathname ))
ADD: ACPI_ERROR((AE_INFO , "Possible overflow of internal debugger buffer (size 0x%X needed 0x%X)", ACPI_DEBUG_BUFFER_SIZE, (u32 )return_obj ->length ))

Source: /home/king/repos/linux/drivers/acpi/acpica/dbxface.c
ADD: ACPI_EXCEPTION((AE_INFO , status, "While parsing command line"))
ADD: ACPI_EXCEPTION((AE_INFO , status, "Could not start debugger thread"))

Changed in fwts:
importance: Undecided → Medium
status: New → In Progress
assignee: nobody → Colin Ian King (colin-king)
Revision history for this message
Colin Ian King (colin-king) wrote :

Fix sent to fwts-devel mailing list for review: https://lists.ubuntu.com/archives/fwts-devel/2015-December/007191.html

Revision history for this message
Colin Ian King (colin-king) wrote :
Changed in fwts:
status: In Progress → Fix Committed
Changed in fwts:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.