Re: [PATCH 8/8] drm/etnaviv: add missing MMU context put when reaping MMU mapping

2021-08-26 Thread Christian Gmeiner
Am Fr., 20. Aug. 2021 um 22:18 Uhr schrieb Lucas Stach : > > When we forcefully evict a mapping from the the address space and thus the > MMU context, the MMU context is leaked, as the mapping no longer points to > it, so it doesn't get freed when the GEM object is destroyed. Add the > mssing conte

[PATCH 8/8] drm/etnaviv: add missing MMU context put when reaping MMU mapping

2021-08-20 Thread Lucas Stach
When we forcefully evict a mapping from the the address space and thus the MMU context, the MMU context is leaked, as the mapping no longer points to it, so it doesn't get freed when the GEM object is destroyed. Add the mssing context put to fix the leak. Cc: sta...@vger.kernel.org # 5.4 Signed-of