maintainer-feedback requested: [Bug 224203] [PATCH] graphics/mesa-dri: Fix driver loader error on post ino64 systems.

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Dec 9 14:31:47 UTC 2017


Johannes Lundberg <johalun0 at gmail.com> has reassigned Bugzilla Automation
<bugzilla at FreeBSD.org>'s request for maintainer-feedback to x11 at FreeBSD.org:
Bug 224203: [PATCH] graphics/mesa-dri: Fix driver loader error on post ino64
systems.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224203



--- Description ---
Created attachment 188649
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=188649&action=edit
Patch for loader.c

On 12-CURRENT systems with ino64 it fails to load the correct driver and falls
back to software rendering. This is because the inode number spills over into
major/minor data fields. Since we don't use this versioning I simply set them
to zero.


More information about the freebsd-x11 mailing list