CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2026/05/03 07:10:46

Modified files:
        sys/arch/amd64/stand/boot: conf.c 
        sys/arch/amd64/stand/efiboot: conf.c diskprobe.c 
        sys/arch/amd64/stand/libsa: diskprobe.c 
        sys/arch/i386/stand/boot: conf.c 
        sys/arch/i386/stand/libsa: diskprobe.c 

Log message:
Avoid setting boothowto flags based on information read through a NULL
pointer + an offset into the diskinfo structure.

Fixes boot from RAID 1C softraid volumes where the kernel could be
tricked into believing it is booting to unhibernate the machine,
skipping devices such as network interfaces, which would then be
missing in the running system once booted.

Debugged together with jtt@ when several of our gothub.org servers
lost their network interfaces after reinstallation with RAID 1C.

ok kettenis@

Reply via email to