untrusted comment: signature from openbsd 5.9 base secret key
RWQJVNompF3pwfBBh7FUGdoHCLm2u3Ne63iRs1wU7SUJFMM5YUh3ipR9HwJjszB3IMYT+FTORDsIO1tvGkANeIH6tzSh2o48Hw0=
OpenBSD 5.9 errata 14, Jul 14, 2016:
Multiple processes exiting with a fd-passing control message on a
shared socket could crash the system.
And then rebuild and install a kernel:
cd /usr/src/sys/arch/`machine`/conf
KK=`sysctl -n kern.osversion | cut -d# -f1`
config $KK
cd ../compile/$KK
make
make install