Page MenuHomeFreeBSD

Partially revert r248770.
ClosedPublic

Authored by dchagin on Apr 1 2021, 7:37 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 19, 9:35 PM
Unknown Object (File)
Sat, Apr 12, 8:28 AM
Unknown Object (File)
Mar 13 2025, 11:18 PM
Unknown Object (File)
Mar 10 2025, 11:53 AM
Unknown Object (File)
Mar 5 2025, 7:10 PM
Unknown Object (File)
Mar 5 2025, 7:23 AM
Unknown Object (File)
Mar 4 2025, 12:26 PM
Unknown Object (File)
Feb 24 2025, 11:31 PM
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
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.