diff options
author | 2019-10-25 12:39:10 +0200 | |
---|---|---|
committer | 2019-10-29 18:12:24 +0100 | |
commit | a2f10d4a3069fee666dab20fab5458757ba1f22d (patch) | |
tree | 09e9a62fce1e211c12d56e559ba46a8f581dd9e3 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | drm/etnaviv: reinstate MMUv1 command buffer window check (diff) | |
download | linux-dev-a2f10d4a3069fee666dab20fab5458757ba1f22d.tar.xz linux-dev-a2f10d4a3069fee666dab20fab5458757ba1f22d.zip |
drm/etnaviv: fix dumping of iommuv2
etnaviv_iommuv2_dump_size(..) returns the number of PTE * SZ_4K but
etnaviv_iommuv2_dump(..) increments buf pointer even if there is no PTE.
This results in a bad buf pointer which gets used for memcpy(..), when
copying the MMU state in the coredump buffer.
Fixes: afb7b3b1deb4 ("drm/etnaviv: implement IOMMUv2 translation")
Cc: stable@vger.kernel.org
Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions