CyberRota Analysis
AI-GeneratedThe vulnerability in the Linux kernel affects the RDMA/bnxt_re component, where the function `bnxt_qplib_alloc_dpi` incorrectly reports success even if the `ioremap` operation fails, potentially leading to resource leaks or system instability. This issue could impact systems relying on RDMA functionality, particularly in environments where resource management is critical. Organizations utilizing affected Linux distributions should prioritize addressing this vulnerability to ensure system reliability and prevent potential operational disruptions.
Original NVD Description
In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxt_re: Proper rollback if the ioremap fails bnxt_qplib_alloc_dpi returns success even if ioremap fails. Add the proper rollback when the ioremap fails and return -ENOMEM status.