#18093 closed bug (fixed)
nvme: _mutex_lock(): double lock panic on init
Reported by: | X512 | Owned by: | waddlesplash |
---|---|---|---|
Priority: | normal | Milestone: | R1/beta5 |
Component: | Drivers/Disk/NVMe | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description (last modified by )
Problem occurs in RISC-V RVVM emulator (https://github.com/LekKit/RVVM).
Attachments (1)
Change History (5)
by , 2 years ago
Attachment: | 203615436-34dc76a3-da30-43ff-b522-0c96503eb4f0.png added |
---|
comment:1 by , 2 years ago
Description: | modified (diff) |
---|
comment:2 by , 2 years ago
comment:3 by , 2 years ago
Milestone: | Unscheduled → R1/beta4 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Should be fixed in hrev56615.
comment:4 by , 2 years ago
Milestone: | R1/beta4 → R1/beta5 |
---|
Note:
See TracTickets
for help on using tickets.
I guess the best solution here is probably just to use a recursive lock.