untrusted comment: signature from openbsd 5.8 base secret key
RWQNNZXtC/MqP9EKjEQtautE+YbD9ew7oEKoqCTV1wBTfVC3J07UO8jkNXzlU9KL3SGDh5P6N7RjETwFO1jBs9TSxrBBmOfpkws=
OpenBSD 5.8 errata 3, Sep 28, 2015:
An incorrect operation in uvm could result in system 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