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

2016-06-24 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=120591

Dmitrii Tcvetkov  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

--- Comment #8 from Dmitrii Tcvetkov  ---
commit 52dfcc5ccfbb6697ac3cac7f7ff1e712760e1216
Author: Dmitrii Tcvetkov 
Date:   Mon Jun 20 13:52:14 2016 +0300

drm/nouveau: fix for disabled fbdev emulation

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


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

2016-06-20 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=120591

--- Comment #7 from Dmitrii Tcvetkov  ---
Thank you for advice, I've sent the patch, mail awaits moderation.

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


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

2016-06-20 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=120591

--- Comment #6 from Ilia Mirkin  ---
Dmitrii, you should mail that patch (as a proper commit) to bskeggs at 
redhat.com
and/or nouveau at lists.freedesktop.org . If you're not sure how to do that, I 
can
take care of that for you.

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


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

2016-06-19 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=120591

Dmitrii Tcvetkov  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |CODE_FIX

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


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

2016-06-19 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=120591

--- Comment #5 from Dmitrii Tcvetkov  ---
Created attachment 220621
  --> https://bugzilla.kernel.org/attachment.cgi?id=220621=edit
dmesg with patched kernel

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


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

2016-06-19 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=120591

--- Comment #4 from Dmitrii Tcvetkov  ---
Thanks, that change helped, nouveau loaded successfully, Xorg started normally.

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


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

2016-06-19 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=120591

--- Comment #3 from Dmitrii Tcvetkov  ---
Created attachment 220611
  --> https://bugzilla.kernel.org/attachment.cgi?id=220611=edit
fix

Suggested by Ilia Mirkin

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


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

2016-06-18 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=120591

Ilia Mirkin  changed:

   What|Removed |Added

 CC||imirkin at alum.mit.edu

--- Comment #2 from Ilia Mirkin  ---
Looks like

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


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

2016-06-18 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=120591

--- Comment #1 from Dmitrii Tcvetkov  ---
Created attachment 220571
  --> https://bugzilla.kernel.org/attachment.cgi?id=220571=edit
kernel config

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