Displaying 2 results from an estimated 2 matches for "demfloro".
2016 Jun 01
3
[Bug 96307] New: Kernel 4.7-rc1 oops when starting X
...Product: xorg
Version: git
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
Assignee: nouveau at lists.freedesktop.org
Reporter: demfloro at demfloro.ru
QA Contact: xorg-team at lists.x.org
Created attachment 124232
--> https://bugs.freedesktop.org/attachment.cgi?id=124232&action=edit
dmesg and Xorg.0.log
Problem appeared on 4.7-rc1 vanilla kernel, on 4.6 vanilla kernel X starts
normally. Screen becomes blank when...
2016 Jun 20
0
[PATCH] drm/nouveau/nouveau_fbcon.c: fix for disabled fbdev emulation
...2 12:23:31 2016 +1000
drm/nouveau/fbcon: fix out-of-bounds memory accesses
kernel started to oops when loading nouveau module when using GTX 780 Ti video adapter. This patch fixes the problem.
Bug report: https://bugzilla.kernel.org/show_bug.cgi?id=120591
Signed-off-by: Dmitrii Tcvetkov <demfloro at demfloro.ru>
Suggested-by: Ilia Mirkin <imirkin at alum.mit.edu>
Fixes: f045f459d925 ("nouveau_fbcon_init()")
---
drivers/gpu/drm/nouveau/nouveau_fbcon.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/nouveau/nouveau_fbcon.c b/drivers/gp...