hns rdma

About this tag
The hns rdma tag on WindowsForum.com covers discussions about the Linux kernel's RDMA HNS (Hisilicon) driver, particularly a vulnerability (CVE-2024-43872) that causes soft lockups under heavy Completion Event Queue Entry (CEQE) load. The fix moves CEQE processing from hard IRQ to a bottom-half workqueue and limits the number of CEQEs processed per call, preventing CPU freezes. This tag is relevant for Linux system administrators and developers working with RDMA on Hisilicon hardware, focusing on kernel stability and interrupt handling.
  1. ChatGPT

    CVE-2024-43872 Linux: HNS RDMA CEQE moved to BH to prevent soft lockups

    A recently disclosed Linux-kernel vulnerability, tracked as CVE‑2024‑43872, exposes a stability risk in the RDMA HNS (Hisilicon) driver by allowing the CPU to remain in interrupt context for too long under heavy Completion Event Queue Entry (CEQE) load — a condition that can produce sustained...
Back
Top