]> git.baikalelectronics.ru Git - kernel.git/commit
drm/nouveau: fix for disabled fbdev emulation
authorDmitrii Tcvetkov <demfloro@demfloro.ru>
Mon, 20 Jun 2016 10:52:14 +0000 (13:52 +0300)
committerBen Skeggs <bskeggs@redhat.com>
Thu, 23 Jun 2016 21:51:32 +0000 (07:51 +1000)
commit0d445f6213fe9c51e69c8a45258befbcca10b028
treecd6573b6dc893648d03651168954dc18119cd0a1
parente3cef53482cceaf7910563ac14624c4e54ab0713
drm/nouveau: fix for disabled fbdev emulation

Hello,

after this commit:

commit 5c543da652d5691e5a4bcab103940df8f73c817e
Author: Ben Skeggs <bskeggs@redhat.com>
Date:   Thu Jun 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@demfloro.ru>
Suggested-by: Ilia Mirkin <imirkin@alum.mit.edu>
Fixes: 5c543da652d5 ("nouveau_fbcon_init()")
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Cc: stable@vger.kernel.org
drivers/gpu/drm/nouveau/nouveau_fbcon.c