In the Linux kernel, the following vulnerability has been resolved:
block: mark GFP_NOIO around sysfs ->store()
sysfs ->store is called with queue freezed, meantime we have several
->store() callbacks(update_nr_requests, wbt, scheduler) to allocate
memory with GFP_KERNEL which may run into direct reclaim code path,
then potential deadlock can be caused.
Fix the issue by marking NOIO around sysfs ->store()
References
Configurations
History
No history.
Information
Published : 2025-02-27 20:16
Updated : 2025-10-28 02:53
NVD link : CVE-2025-21817
Mitre link : CVE-2025-21817
CVE.ORG link : CVE-2025-21817
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-667
Improper Locking
