Import Source
https://github.com/microsoft/AzureLinuxVulnerabilityData/blob/main/osv/AZL-98063.json
JSON Data
https://api.osv.dev/v1/vulns/AZL-98063
Upstream
Published
2026-08-28T08:16:45Z
Modified
2026-08-28T17:48:15.786504826Z
Summary
CVE-2026-80611 affecting package kernel 6.6.150.1-1
Details

In the Linux kernel, the following vulnerability has been resolved:

ACPI: processor_idle: Mark LPI enter functions as __cpuidle

When function tracing or Kprobes is enabled, entering an ACPI Low Power Idle (LPI) state triggers the following RCU splat:

RCU not on for: acpiidlelpienter+0x4/0xd8 WARNING: CPU: 8 PID: 0 at include/linux/tracerecursion.h:162 functiontracecall+0x1e8/0x228

The acpiidlelpienter() function is invoked within the cpuidle path after RCU has already been disabled for the current local CPU. Consequently, ftrace's functiontrace_call() expects RCU to be actively watching before recording trace data, emitting a warning if it is not.

Fix this by annotating acpiidlelpi_enter(), the generic __weak stub, and the RISC-V implementation of acpiprocessorffhlpienter() with __cpuidle. This moves these functions into the '.cpuidle.text' section, implicitly disabling ftrace instrumentation (notrace) along this sensitive path and preventing trace-induced RCU warnings during idle entry.

References

Affected packages

Azure Linux:3 / kernel

Package

Name
kernel
Purl
pkg:rpm/azure-linux/kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Last affected
6.6.150.1-1

Database specific

source
"https://github.com/microsoft/AzureLinuxVulnerabilityData/blob/main/osv/AZL-98063.json"