Bug 117461
Summary: | Log improvement - "ACPI: %u ACPI AML tables successfully acquired and loaded" should be KERN_INFO | ||
---|---|---|---|
Product: | ACPI | Reporter: | Andy Lutomirski (luto) |
Component: | Other | Assignee: | Lv Zheng (lv.zheng) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | dsmythies, yu.c.chen |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 4.5 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
add KERN_INFO for acpi_info
[PATCH] ACPICA: Utilities: Introduce facility to allow Linux to set correct logging levels |
Description
Andy Lutomirski
2016-05-01 02:22:00 UTC
This is because either ACPI_INFO or ACPI_WARNING actually invoke printk(KERN_CONT) at last, and the default message level of printk is KERN_WARNING. It looks like we might need to change the implementation of ACPI_INFO,ACPI_WARNING,etc to comply with the loglevel context. Created attachment 215431 [details]
add KERN_INFO for acpi_info
This patch is to add KERN_INFO prefix for acpi_info
Created attachment 215901 [details]
[PATCH] ACPICA: Utilities: Introduce facility to allow Linux to set correct logging levels
OK.
Please try the attached improvement.
Thanks
-Lv
Patch upstreamed to the ACPICA repo. Closing... Please see bug 193531, where there seems to be some side effects from the patch. |