untrusted comment: signature from openbsd 6.0 base secret key
RWSho3oKSqgLQ8uLlE/2x21afWh28cxDmpSO7LhyEJdxRTUJBscHYM5sMJ3952+Gs9Mr6g3EE0CkKe0aFd91GExK6k8IzbUljww=
OpenBSD 6.0 errata 01, Aug 02, 2016:
Missing overflow checks in uvm may result in panics.
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