OpenBSD cvs log

created 2021-02-12T06:32:23Z
begin 2021-02-09T00:00:00Z
end 2021-02-09T01:50:10Z
path src/sys
commits 1

date 2021-02-09T01:50:10Z
author jmatthew
files src/sys/dev/ic/nvme.c log diff annotate
message Add a barrier between reading the cqe flags and the command ID, which
should ensure that we don't read a stale command ID and complete the
wrong scsi io. powerpc64 base builds were crashing like this fairly
regularly.

ok deraadt@ dlg@