In message <[email protected] om> , Ed Maste writes: > On Tue, 25 Nov 2025 at 12:39, Bjoern A. Zeeb > <[email protected]> wrote: > > > > On Tue, 25 Nov 2025, Ed Maste wrote: > > > > > The branch main has been updated by emaste: > > > > > > URL: https://cgit.FreeBSD.org/src/commit/?id=fad4c92b78a123f87195173ac118 > 655fa8e325cd > > > > > > commit fad4c92b78a123f87195173ac118655fa8e325cd > > > Author: Ed Maste <[email protected]> > > > AuthorDate: 2025-11-25 17:12:36 +0000 > > > Commit: Ed Maste <[email protected]> > > > CommitDate: 2025-11-25 17:14:10 +0000 > > > > > > Revert "kernel linker: Disable local sym resolution by default" > > > > > > I've received a report of a failure from resolving kern_kmq_open. > > > Revert for now as we are currently in stabweek. > > > > > > This reverts commit 9562994a7aacee2baae6ddee1a7b558b48ae39ef. > > > > > > Reported by: mav > > > > Would it not have been easier to fix the cause (to stabilize this for good) > ? > > > > I assume it's sys/modules/mqueue/Makefile ? > > That's one issue, cy@ reported a different one that I don't yet > understand. I intend to recommit this next week - I just reverted it > for now because we're in stabweek.
I understand it now. My default kernel includes nodevice agp because it's not needed for my servers in my basement. I use the same kernel on the laptops which assumes that X will load drm which in turn loads agp. The i195kms module includes MODULE_DEPEND(i915kms, agp, 1, 1, 1). It doesn't see the external reference in the loaded agp.ko module. -- Cheers, Cy Schubert <[email protected]> FreeBSD UNIX: <[email protected]> Web: https://FreeBSD.org NTP: <[email protected]> Web: https://nwtime.org e**(i*pi)+1=0
