]> www.infradead.org Git - users/jedix/linux-maple.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 10 Aug 2015 19:21:59 +0000 (12:21 -0700)
commit58e8dcc3d24e8115e8d0d988c8a0c68992a1c8fb
tree77b7c131fdb2754f8dfb1c1ff9349724e7f2c4b1
parent53f092abcba808c59ae9d4744175e9c25287a81c
drm/nouveau/drm/nv04-nv40/instmem: protect access to priv->heap by mutex

commit 7512223b1ece29a5968ed8b67ccb891d21b7834b upstream.

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

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