OpenBSD cvs log

created 2019-08-29T07:05:35Z
begin 2019-08-06T18:00:00Z
end 2019-08-06T21:00:00Z
path src/sys
commits 2

date 2019-08-06T18:06:32Z
author kettenis
files src/sys/arch/sparc64/sparc64/ipifuncs.c log diff annotate
message Block interrupts while (attempting to) send an IPI on sun4v just like we
do on sun4u. Appears to fix random kernel hangs (often involving
fpusave_proc()) on the new ports cluster machines.

ok deraadt@

date 2019-08-06T19:24:45Z
author bluhm
files src/sys/dev/pv/if_vio.c log diff annotate
message The vio(4) interface did not recover from mbuf shortage. The logic
to start the rx tick did not work since we use if_rxr_get(). An
easy fix is to start the rx timeout every second unconditionally.
OK dlg@