[Bug 120591] BUG() in dmesg after loading nouveau module

bugzilla-daemon at bugzilla.kernel.org bugzilla-daemon at bugzilla.kernel.org
Sat Jun 18 16:36:29 UTC 2016


https://bugzilla.kernel.org/show_bug.cgi?id=120591

Ilia Mirkin <imirkin at alum.mit.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |imirkin at alum.mit.edu

--- Comment #2 from Ilia Mirkin <imirkin at alum.mit.edu> ---
Looks like

commit f045f459d925138fe7d6193a8c86406bda7e49da
Author: Ben Skeggs <bskeggs at 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.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.


More information about the dri-devel mailing list