2 matches found
EUVD-2026-86131
In the Linux kernel, the following vulnerability has been resolved: powerpc/irq: Fix missing r2 clobber in PCREL inline assembly In CONFIGPPCKERNELPCREL mode, r2 is no longer reserved for the TOC pointer and is available as a caller-saved register 0. Both calldoirq and calldosoftirq use inline...
6AI score
SaveExploits0References5
CVE-2026-93259
The Linux kernel contains a vulnerability in powerpc/irq when CONFIG_PPC_KERNEL_PCREL is enabled. The functions call_do_irq() and call_do_softirq() use inline assembly for stack switching but fail to include r2 in their clobber lists. Because r2 is no longer reserved for the TOC pointer in this m...
6AI score
SaveExploits0References5
20