https://bugzilla.kernel.org/show_bug.cgi?id=120591
Ilia Mirkin imirkin@alum.mit.edu changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |imirkin@alum.mit.edu
--- Comment #2 from Ilia Mirkin imirkin@alum.mit.edu --- Looks like
commit f045f459d925138fe7d6193a8c86406bda7e49da Author: Ben Skeggs bskeggs@redhat.com Date: Thu Jun 2 12:23:31 2016 +1000
drm/nouveau/fbcon: fix out-of-bounds memory accesses
does not properly deal with disabled fbdev emulation.
Can you add a
if (fbcon->helper.fbdev)
before that added line in nouveau_fbcon_init? I assume that will resolve your issue.