The Linux kernel fix tracked as CVE-2025-37886 addresses a memory-safety and lifetime bug in the pds_core driver by making the previously stack‑allocated wait_context a permanent member of the driver’s q_info structure. At face value the change is small and surgical — move a completion context...