untrusted comment: signature from openbsd 5.9 base secret key
RWQJVNompF3pwfl++n2NqTtA4hiNktHhRnHDtPW+Wvw8xQ3PIIPS9+bsumuDVODww2WOruIyGNCX+0IJbt+CWpcpwjhOJN+kMwk=
OpenBSD 5.9 errata 15, Jul 14, 2016:
ufs_readdir failed to limit size of memory allocation, leading to 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