untrusted comment: signature from openbsd 6.1 base secret key
RWQEQa33SgQSEm9cDa2NW0jLJatROU2jGQy93Z1+xWAxRPhkE9SFnik+nqsRisn4WxflsyiS2Bg0bagsJ802tveA7FVuwDJU8AY=
OpenBSD 6.1 errata 012, June 12, 2017:
An unprivileged console user can cause a kernel crash.
And then rebuild and install a new kernel:
KK=`sysctl -n kern.osversion | cut -d# -f1`
cd /usr/src/sys/arch/`machine`/compile/$KK
make obj
make config
make
make install