← Back to CVE search

CVE-2026-64168

Linux Kernel

Description

In the Linux kernel, the following vulnerability has been resolved: spi: sprd: fix error pointer deref after DMA setup failure The driver falls back to PIO mode if DMA setup fails during probe. Make sure to check the dma.enabled flag before trying to release the DMA channels also on late probe errors to avoid dereferencing an error pointer (or attempting to release a channel a second time). This issue was flagged by Sashiko when reviewing a devres allocation conversion patch.

EPSS 0.165%Risk 0
View source
Published
2026-07-19 16:17:58
Affected versions
unknown
Type
Kernel
Last modified
2026-07-30 14:59:47
Vector
Pending