CVE-2026-90401: md: remove REQ_NOWAIT support from raid1/10/456

Published Sep 17, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

md: remove REQNOWAIT support from raid1/10/456

REQNOWAIT support in md personalities that can block internally is fundamentally incomplete. While reads can avoid some blocking paths, write requests can still encounter cases where one mirror succeeds while another returns -EAGAIN. At that point md cannot distinguish queue pressure from a real device failure, so it can neither record a bad block nor safely retry the write without REQNOWAIT, leaving mirrors with divergent data.

Rather than continue advertising REQNOWAIT support for personalities that cannot implement it correctly, remove it from raid1, raid10 and raid456. Keep REQNOWAIT for linear and raid0, which only remap bios to their underlying devices; stacked limits will still clear the feature if any component device lacks REQNOWAIT support.

Event History

Sep 17, 2026
CVE Published
via MITRE·04:09 PM
Data Sourced
via MITRE·04:09 PM
Description

Frequently Asked Questions

1

Which MD configurations are affected by the unsafe non-blocking I/O behavior?

The issue applies to MD raid1, raid10, and raid456 personalities when REQ_NOWAIT is used. Linear and raid0 retain REQ_NOWAIT support because they only remap bios to underlying devices.

2

What condition can lead to inconsistent mirror contents?

A non-blocking write can succeed on one mirror while another returns -EAGAIN. MD cannot safely determine whether that response reflects queue pressure or device failure, and cannot safely retry the write without REQ_NOWAIT, potentially leaving mirrors divergent.

3

How does the resolved change mitigate the issue?

It removes REQ_NOWAIT support from raid1, raid10, and raid456 so those personalities no longer advertise a capability they cannot implement safely. Stacked limits still remove REQ_NOWAIT when any component device lacks support.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203