In the Linux kernel, the following vulnerability has been resolved:
md/raid1,raid10: don't ignore IO flags
If blk-wbt is enabled by default, it's found that raid write performance
is quite bad because all IO are throttled by wbt of underlying disks,
due to flag REQ_IDLE is ignored. And turns out this behaviour exist since
blk-wbt is introduced.
Other than REQ_IDLE, other flags should not be ignored as well, for
example REQ_META can be set for filesystems, clearing it can cause priority
reverse problems; And REQ_NOWAIT should not be cleared as well, because
io will wait instead of failing directly in underlying disks.
Fix those problems by keep IO flags from master bio.
Fises: f51d46d0e7cb ("md: add support for REQ_NOWAIT")
References
Configurations
Configuration 1 (hide)
|
History
03 Nov 2025, 18:27
| Type | Values Removed | Values Added |
|---|---|---|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
| CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
| References | () https://git.kernel.org/stable/c/73506e581c0b1814cdfd2229d589f30751d7de26 - Patch | |
| References | () https://git.kernel.org/stable/c/8a0adf3d778c4a0893c6d34a9e1b0082a6f1c495 - Patch | |
| References | () https://git.kernel.org/stable/c/e879a0d9cb086c8e52ce6c04e5bfa63825a6213c - Patch | |
| CWE | NVD-CWE-noinfo | |
| First Time |
Linux
Linux linux Kernel |
09 Sep 2025, 17:15
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
|
| Summary |
|
16 Apr 2025, 15:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2025-04-16 15:16
Updated : 2025-11-03 18:27
NVD link : CVE-2025-22125
Mitre link : CVE-2025-22125
CVE.ORG link : CVE-2025-22125
JSON object : View
Products Affected
linux
- linux_kernel
CWE
