]> git.baikalelectronics.ru Git - kernel.git/commit
drm/nouveau/drm/nv04-nv40/instmem: protect access to priv->heap by mutex
authorKamil Dudka <kdudka@redhat.com>
Wed, 15 Jul 2015 20:57:43 +0000 (22:57 +0200)
committerBen Skeggs <bskeggs@redhat.com>
Mon, 27 Jul 2015 08:56:07 +0000 (18:56 +1000)
commitea2ff75ded200f929f28431885155b667d2f2f02
tree9339bcec52eaf99df199e9470082cbf9c670a178
parent2ad1210022383a14ad12bccecd7a7aee93d119c8
drm/nouveau/drm/nv04-nv40/instmem: protect access to priv->heap by mutex

This fixes the list_del corruption reported
at <https://bugzilla.redhat.com/1205985>.

Signed-off-by: Kamil Dudka <kdudka@redhat.com>
drivers/gpu/drm/nouveau/nvkm/subdev/instmem/nv04.c