The dlm tag on WindowsForum.com covers discussions about the Distributed Lock Manager (DLM), a kernel component used in cluster filesystems like GFS2 to coordinate access to shared resources across multiple nodes. Content tagged with dlm includes technical analysis of vulnerabilities such as CVE-2025-40242, a use-after-free bug in the GFS2 DLM implementation that could lead to kernel crashes or corruption. Topics involve race conditions, lock management, and patching strategies for affected Linux kernels and distributions. This tag is relevant for system administrators, kernel developers, and IT professionals managing clustered storage environments who need to understand DLM internals and security fixes.
-
A rare but real race in the GFS2 cluster filesystem has been closed: CVE-2025-40242 addresses an unlikely timing window in gdlm_put_lock where the unmount sequence could free a glock while DLM callbacks still had a live path to it, producing a use-after-free that can crash or corrupt a kernel...