OpenBSD cvs log

created 2021-02-11T18:58:53Z
begin 2021-02-09T00:00:00Z
end 2021-02-10T00:00:00Z
path src/sys
commits 5

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@

date 2021-02-09T14:06:19Z
author patrick
files src/sys/arch/amd64/conf/GENERIC.MP log diff annotate
src/sys/net/if_pfsync.c log diff annotate
src/sys/net/pf_ioctl.c log diff annotate
src/sys/net/pf_norm.c log diff annotate
src/sys/net/pfvar_priv.h log diff annotate
message Activate use of PF_LOCK() by removing the WITH_PF_LOCK ifdefs.

Silence from the network group
ok sashan@

date 2021-02-09T14:37:13Z
author jcs
files src/sys/ddb/db_output.c log diff annotate
src/sys/ddb/db_output.h log diff annotate
src/sys/dev/wscons/wsdisplay.c log diff annotate
message ddb: when a new wsdisplay console attaches, resize ddb cols/rows to it

ok visa

date 2021-02-09T23:37:54Z
author patrick
files src/sys/net/pf_ioctl.c log diff annotate
message pfsync_state_import() must not be called with the pf state lock held,
since the actual modification of the state table is done by a call to
pf_state_insert(), which takes the pf state lock itself. Other calls
to pfsync_state_import() also only have the pf lock.

Reported-by: [email protected]
ok bluhm@

date 2021-02-09T23:58:33Z
author kettenis
files src/sys/arch/arm64/stand/efiboot/conf.c log diff annotate
src/sys/arch/arm64/stand/efiboot/efiboot.c log diff annotate
message Make sure that switching the console from serial to framebuffer works
for framebuffer nodes under / and /chosen.

ok patrick@