Giovanni Gherdovich 9e9b893404 ACPI: processor: idle: Return an error if both P_LVL{2,3} idle states are invalid
Prior to commit 496121c02127 ("ACPI: processor: idle: Allow probing on
platforms with one ACPI C-state"), the acpi_idle driver wouldn't load on
systems without a valid C-State at least as deep as C2.

The behavior was desirable for guests on hypervisors such as VMWare
ESXi, which by default don't have the _CST ACPI method, and set the C2
and C3 latencies to 101 and 1001 microseconds respectively via the FADT,
to signify they're unsupported.

Since the above change though, these virtualized deployments end up
loading acpi_idle, and thus entering the default C1 C-State set by
acpi_processor_get_power_info_default(); this is undesirable for a
system that's communicating to the OS it doesn't want C-States (missing
_CST, and invalid C2/C3 in FADT).

Make acpi_processor_get_power_info_fadt() return -ENODEV in that case,
so that acpi_processor_get_cstate_info() exits early and doesn't set
pr->flags.power = 1.

Fixes: 496121c02127 ("ACPI: processor: idle: Allow probing on platforms with one ACPI C-state")
Signed-off-by: Giovanni Gherdovich <ggherdovich@suse.cz>
Reviewed-by: Zhang Rui <rui.zhang@intel.com>
Link: https://patch.msgid.link/20250328143040.9348-1-ggherdovich@suse.cz
[ rjw: Changelog edits ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
2025-03-31 13:59:04 +02:00
2025-03-25 14:56:33 -07:00
2025-03-25 10:54:15 -07:00
2025-03-25 14:56:33 -07:00
2025-03-25 10:54:15 -07:00
2025-03-25 14:56:33 -07:00
2025-03-25 10:54:15 -07:00
2025-03-25 14:47:04 -07:00
2025-03-25 11:30:42 -07:00
2024-09-01 20:43:24 -07:00
2025-03-25 10:54:15 -07:00
2025-03-25 10:54:15 -07:00
2025-03-24 20:55:03 -07:00
2025-03-24 15:18:08 -07:00
2025-03-24 15:18:08 -07:00
2025-03-25 10:54:15 -07:00
2025-03-25 14:22:07 -07:00
2025-03-25 14:22:07 -07:00
2025-03-14 10:57:28 -10:00
2022-09-28 09:02:20 +02:00
2022-10-10 12:00:45 -07:00
2025-03-25 14:56:33 -07:00
2024-03-18 03:36:32 -06:00

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the reStructuredText markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.
Description
No description provided
Readme 8 GiB
Languages
C 97.5%
Assembly 1%
Shell 0.6%
Python 0.3%
Makefile 0.3%
Other 0.1%