CVE-2026-45957
CVE-2026-45957 affects the Linux kernel where removing recursion-protection from __rcu_read_unlock() can cause a deadloop when raise_softirq_irqoff() is invoked with ftrace enabled during rcu_read_unlock_special(). The issue, observed as a deadlock trace in trace.c, was fixed by commits that refo...