On Sat, Dec 10, 2022 at 09:55:54PM -0600, Isaac B Nudelman wrote:
> >> root on sd0a (b48c1009beaa6d30.a) swap on sd0b dump on sd0b
> >> hib block_io biowait error 22 blk 16815284 size 512
> 
> > This message is from hibernate code, was the machine previously
> > hibernated?
> 
> I don't use hibernate. I think I shutdown the system previously by holding
> the power button.
> 
> As far as applying the patch, I just pull the 7.2 kernel, patch, build, and
> reboot?

yes, along the lines of

cd /usr
cvs -q -d anoncvs.usa.openbsd.org:/cvs co -rOPENBSD_7_2 -P src/sys
cd /usr/src
patch -p0 < /path/to/diff
cd /sys/arch/amd64/compile/GENERIC.MP/
make obj && make config && make
doas make install
doas reboot

described more in
https://www.openbsd.org/stable.html
https://www.openbsd.org/anoncvs.html
release(8)

Reply via email to