untrusted comment: signature from openbsd 5.9 base secret key
RWQJVNompF3pwZEuYNt/1hFHo7uyoR6y3/ai8fO8d2UkWXkJchJZNm3bEa1JVbO1sgu4+am9WTLC2G4bC5n07XT4BpSrsrRZOQ4=
OpenBSD 5.9 errata 23, 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