Skip to content

Fix potential race in nvmed

bjorn3 requested to merge bjorn3/drivers:nvmed_race into master

Previously it was possible to submit commands before the event queue is created by the irq handler thread.

Merge request reports