Linux Kernel Tegra Platforms Unsafe Interrupt Handling Vulnerability

Vulnerability

A vulnerability in the Linux kernel's handling of interrupts has been addressed. On Tegra platforms, resuming from system suspend previously triggered a warning because the function generic_handle_irq() was called from a non-interrupt context, which is unsafe. This issue has been resolved by deferring the generic_handle_irq() call to an IRQ work that executes in a hard IRQ context, where it can be safely called. The fix involves using a specific variant of IRQ work initialization that ensures compatibility with PREEMPT_RT kernels, without impacting standard kernel configurations.

Impact

The vulnerability could lead to warnings being generated during the resume process from system suspend, indicating that interrupts were not handled in a safe manner.

Remediation

Users can apply the latest patches from the Linux kernel stable tree to address this vulnerability.

Added: May 8, 2026, 4:05 PM
Updated: May 8, 2026, 4:05 PM

Vulnerability Rating

Custom Algorithm
spread
9.0
impact
0.6
exploitability
3.5
remediation
7.7
relevance
7.8
threat
3.2
urgency
2.9
incentive
0.0

Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.