[Bug 221550] kern.bootfile returns only /kernel on mips64 (ERL) platform

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Mar 26 18:04:15 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221550

--- Comment #3 from commit-hook at freebsd.org ---
A commit references this bug:

Author: gonzo
Date: Tue Mar 26 18:03:18 UTC 2019
New revision: 345550
URL: https://svnweb.freebsd.org/changeset/base/345550

Log:
  Change default value of kern.bootfile to reflect reality

  In most cases kernel.bootfile is populated from the information
  provided by loader(8). There are certain scenarios when loader
  is not available, for instance when kernel is loaded by u-boot
  or some other BootROM directly. In this case the default value
  "/kernel" points to invalid location and breaks some functinality,
  like using installkernel on self-hosted system or dtrace's CTF
  lookup. This can be fixed by setting the value manually but the
  default that reflects correct location is better than default that
  points to invalid one.

  Current default was set around FreeBSD 1, when "/kernel" was the
  actual path. Transition to /boot/kernel/kernel happened circa FreeBSD 3.

  PR:           221550
  Reviewed by:  ian, imp
  MFC after:    1 week
  Differential Revision:        https://reviews.freebsd.org/D18902

Changes:
  head/sys/kern/kern_mib.c

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-mips mailing list