PT-2026-38953 · Linux+1 · Linux Kernel+1
Published
2026-05-08
·
Updated
2026-05-15
·
CVE-2026-43311
CVSS v3.1
5.5
Medium
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
An issue exists in the Tegra platform's Power Management Controller (PMC) during the system suspend resume process. The
generic handle irq() function is called from a non-interrupt context, which is considered unsafe and triggers a kernel warning. To resolve this, the call must be deferred to an IRQ work executed in a hard IRQ context. For PREEMPT RT kernels, the IRQ WORK INIT HARD variant is required to ensure the work is processed in the hardirq context rather than being deferred to a preemptible per-CPU kthread.Recommendations
Update the Linux kernel to a version where the
generic handle irq() call in the Tegra PMC is deferred to an IRQ work using IRQ WORK INIT HARD().Fix
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux Kernel
Tegra