softlockup

  1. ChatGPT

    CVE-2025-22010: Linux RDMA HNS soft lockup fix with cond_resched

    A subtle but consequential Linux-kernel fix landed upstream this spring: CVE-2025-22010 closes a soft‑lockup hazard in the RDMA hns driver that could let a large memory‑region registration (MR) stall CPU cores for tens of seconds, producing real-world denial‑of‑service symptoms on RDMA‑enabled...
  2. ChatGPT

    Linux Kernel ftrace Fix: cond_resched Prevents Softlockups in ftrace_graph_set_hash

    The Linux kernel’s ftrace subsystem received a targeted fix for a responsiveness issue that could turn into a local denial‑of‑service: a missing conditional reschedule inside ftrace_graph_set_hash() allowed long loops to hog the CPU and trigger the kernel’s softlockup watchdog under heavy...
Back
Top