Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Excessive sleep time



On Sun, 4 Sep 2022, pin wrote:

On current since amd64 since August 28, I get the following at boot,

[     1.037893] ACPI Warning: Firmware issue: Excessive sleep time (0x000000000000005A ms > 10 ms) in ACPI Control Method (20220331/exsystem-239)
[     1.037893] ACPI Warning: Firmware issue: Excessive sleep time (0x000000000000005A ms > 10 ms) in ACPI Control Method (20220331/exsystem-239)


Yeah, I'm seeing this too on my laptop. It's a change in the upstream
ACPICA code (see [1]):

1) ACPICA kernel-resident subsystem:

For the ASL Sleep() operator, issue a warning if the sleep value is
greater than 10 Milliseconds. Quick boottime is important, so warn about
sleeps greater than 10 ms. Distribution Linux kernels reach initrd in 350
ms, so excessive delays should be called out. 10 ms is chosen randomly,
but three of such delays would already make up ten percent of the
boottime.


[1]: https://mail-index.netbsd.org/source-changes/2022/08/27/msg140579.html

-RVP



Home | Main Index | Thread Index | Old Index