Bug 2460726 (CVE-2026-31439) - CVE-2026-31439 kernel: dmaengine: xilinx: xdma: Fix regmap init error handling
Summary: CVE-2026-31439 kernel: dmaengine: xilinx: xdma: Fix regmap init error handling
Keywords:
Status: NEW
Alias: CVE-2026-31439
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-04-22 15:07 UTC by OSIDB Bzimport
Modified: 2026-04-22 17:05 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-04-22 15:07:42 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.