Page MenuHomeFreeBSD

Partially revert r248770.
ClosedPublic

Authored by dchagin on Apr 1 2021, 7:37 PM.
Tags
None
Referenced Files
F107232335: D29539.diff
Sat, Jan 11, 4:56 PM
Unknown Object (File)
Sat, Jan 4, 9:36 AM
Unknown Object (File)
Nov 12 2024, 7:24 AM
Unknown Object (File)
Oct 14 2024, 5:16 PM
Unknown Object (File)
Oct 5 2024, 4:31 PM
Unknown Object (File)
Oct 3 2024, 3:11 PM
Unknown Object (File)
Oct 1 2024, 5:03 PM
Unknown Object (File)
Sep 29 2024, 7:18 AM
Subscribers

Details

Summary

nvme_ns_bio_process() is on the path where sleep is prohibited as
g_io_shedule_down() calls THREAD_NO_SLEEPNG() before geom->start().

Diff Detail

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

Event Timeline

I've never seen this lead to deadlock, but I'm also only ever using nvme with direct dispatch...

This revision is now accepted and ready to land.Apr 1 2021, 8:38 PM
In D29539#662228, @imp wrote:

I've never seen this lead to deadlock, but I'm also only ever using nvme with direct dispatch...

10x, seems that I'm first who use nvme under geom o_O

This revision was automatically updated to reflect the committed changes.