<div dir="ltr">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:<div><br></div><div><a href="https://apollo.backplane.com/DFlyMisc/vm40.patch">https://apollo.backplane.com/DFlyMisc/vm40.patch</a><br><div><br></div><div>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:</div><div><br></div><div>(to get help obtaining the source tree)</div><div>cd /usr</div><div>make</div><div><br></div><div>(to rebuild the kernel)</div><div>cd /usr/src</div><div>(using the patch obtained from the URL above)</div><div>patch -p1 < drm40.patch</div><div>make build-all</div><div>(and if that succeeds)</div><div>make install-all</div><div><br></div><div>Then reboot and tell us if that solves the problem.</div><div><br></div><div>-Matt</div></div></div>