Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'acpi-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm

Pull ACPI fix from Rafael Wysocki:
"This prevents excessive ACPI debug messages from being printed to the
kernel log, which has started to happen after one of the recent ACPICA
commits (Erik Schmauss)"

* tag 'acpi-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
ACPI: Set debug output flags independent of ACPICA

+3
+3
drivers/acpi/bus.c
··· 1029 1029 1030 1030 acpi_permanent_mmap = true; 1031 1031 1032 + /* Initialize debug output. Linux does not use ACPICA defaults */ 1033 + acpi_dbg_level = ACPI_LV_INFO | ACPI_LV_REPAIR; 1034 + 1032 1035 #ifdef CONFIG_X86 1033 1036 /* 1034 1037 * If the machine falls into the DMI check table,