Security Advisory

CVE-2026-31439

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2026-04-22 13:53:37
Last updated 2026-05-11 22:08:43
Assigner Linux
CVSS score not scored
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: dmaengine: xilinx: xdma: Fix regmap init error handling devm_regmap_init_mmio returns an ERR_PTR() upon error, not NULL. Fix the error check and also fix the error message. Use the error code from ERR_PTR() instead of the wrong value in ret.