commit | 518417525f3652c12fb5fad6da4ade66c0072fa3 | [log] [tgz] |
---|---|---|
author | Lucas Stach <l.stach@pengutronix.de> | Mon Sep 11 15:29:31 2017 +0200 |
committer | Lucas Stach <l.stach@pengutronix.de> | Wed Sep 13 15:06:56 2017 +0200 |
tree | 57baead2833097aba997f0345313b09b6264f85d | |
parent | 5a642e6bc49f59922e19ebd639e74f72753fc77b [diff] |
etnaviv: fix gem object list corruption All manipulations of the gem_object list need to be protected by the list mutex, as GEM objects can be created and freed in parallel. This fixes a kernel memory corruption. CC: stable@vger.kernel.org Signed-off-by: Lucas Stach <l.stach@pengutronix.de>