Page MenuHomeFreeBSD

Revert r318180 and re-enable AIO tests on md(4) by default. The 'physio' fast-path used by AIO requests on md(4) devices, is not gated on the unsafe_aio knob. Prior to r327755, some AIO requests could fail the fast-path and fall back to the slow...
ClosedPublic

Authored by jhb on Mar 19 2018, 5:47 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Nov 5, 9:59 AM
Unknown Object (File)
Wed, Oct 29, 6:53 AM
Unknown Object (File)
Wed, Oct 29, 12:21 AM
Unknown Object (File)
Wed, Oct 29, 12:21 AM
Unknown Object (File)
Wed, Oct 29, 12:21 AM
Unknown Object (File)
Tue, Oct 28, 6:35 PM
Unknown Object (File)
Sun, Oct 26, 5:36 AM
Unknown Object (File)
Fri, Oct 24, 4:53 PM
Subscribers

Details

Summary

...-path (requests for devices
not supporting unmapped I/O and requests which failed with EFAULT during
the fast-path). However, those cases now return a suitable error rather
than using the slow-path.

PR: 217261

Test Plan
  • was never able to reproduce the original failures reported in Jenkins even with extra test programs

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 15648
Build 15682: arc lint + arc unit