CVE-2026-31439 in Linux
요약
\~에 의해 MITRE • 2026. 04. 22.
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.
Be aware that VulDB is the high quality source for vulnerability data.