3 matches found
CVE-2026-80647
In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix warning in poll cq direct mode CQs allocated by iballoccq always have a comphandler. Though in direct mode this handler is never expected to be called, it is still called when the driver is reset, triggering the...
CVE-2026-80647
CVE-2026-80647 affects the Linux kernel's RDMA/hns driver (specifically the hns_roce_hw_v2 module). The root cause is that Completion Queues (CQs) allocated via ib_alloc_cq() always carry a comp_handler, which is never expected to be invoked in direct mode . However, when the driver is reset, the...
EUVD-2026-67523
In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix warning in poll cq direct mode CQs allocated by iballoccq always have a comphandler. Though in direct mode this handler is never expected to be called, it is still called when the driver is reset, triggering the...