untrusted comment: signature from openbsd 5.9 base secret key
RWQJVNompF3pwaIALuficNzSer5LctiYxzSrHjUVzoe1Q46Hd7b8NamJejBZW08UmlvJf+bGCWNx6ZXYhAFqphCAyx82KtwKZAs=
OpenBSD 5.9 errata 19, Jul 14, 2016:
Invalid file descriptor use with kevent(2) could lead to a kernel crash.
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