Page fault

Matthew Dillon dillon at backplane.com
Fri Jul 25 11:45:41 PDT 2025


Interesting.  m->object can be NULL there but we have two unguarded tests
that indirect through it.  Please try this patch to the kernel sources and
rebuild your kernel:

https://apollo.backplane.com/DFlyMisc/vm40.patch

Yell if you need help obtaining sources and rebuilding your kernel.
 Sources can be obtained from the Makefile in /usr ... "cd /usr; make" to
get a quick help.  Patch the sources with the above patch, and rebuild and
reinstall the kernel with:

(to get help obtaining the source tree)
cd /usr
make

(to rebuild the kernel)
cd /usr/src
(using the patch obtained from the URL above)
patch -p1 < drm40.patch
make build-all
(and if that succeeds)
make install-all

Then reboot and tell us if that solves the problem.

-Matt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.dragonflybsd.org/pipermail/users/attachments/20250725/cbb5fe69/attachment.htm>


More information about the Users mailing list