DragonFlyBSD Kernel Audit
DF-2894 / fix_build.log
← back to finding ↓ download raw
# DF-2894 fix validation — kernel build + install (guest, 2026-09-02)
# (the nohup'd /tmp/kbuild.log lived in guest tmpfs and was cleared by the
#  validation reboot; below are the untrimmed poll captures of that log,
#  followed by the identity of the running fixed kernel)

# poll 1 (mid-build; note kernel CFLAGS: -fno-stack-protector -fno-omit-frame-pointer,
# confirming no canary between strcpy and the saved frame):
--- _SUBDIR_all_smbus ---
--- smbconf.o ---
cc  -O2 -pipe   -D_KERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Wcast-qual  -Wold-style-definition -Wmissing-include-dirs  -Wno-pointer-sign -Winit-self -Wundef -Wno-unused-but-set-variable -std=gnu11 -Werror -DKLD_MODULE -nostdinc  -I. -Idragonfly -I/usr/obj/usr/src/sys/X86_64_GENERIC -I/usr/obj/usr/src/sys/X86_64_GENERIC/include -Idragonfly/../include -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/X86_64_GENERIC/opt_global.h -g -Wold-style-declaration -fno-common -ffreestanding -fno-stack-protector -fno-strict-aliasing -fno-strict-overflow -fno-asynchronous-unwind-tables -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -mno-fp-ret-in-387 -mindirect-branch=thunk-inline   -c /usr/src/sys/bus/smbus/smbus/../smbconf.c

# poll 2 (installing modules):
===> dev/netif/stge
install -o root -g wheel -m 555   if_stge.ko /boot/kernel

# poll 3 (terminal):
--------------------------------------------------------------
KBUILD_DONE_OK
KBUILD_DONE_OK

# fixed kernel identity after `make installkernel` + reboot:
DragonFly dfbsd 6.5-DEVELOPMENT DragonFly 6.5-DEVELOPMENT #1: Wed Sep  2 22:58:18 UTC 2026     root@dfbsd:/usr/obj/usr/src/sys/X86_64_GENERIC  x86_64
(base kernel was #0: Thu Jul 2 06:02:54 UTC 2026)