drm/etnaviv: check for reaped mapping in etnaviv_iommu_unmap_gem
stable inclusion from stable-v5.10.121 commit 436cff507f2a41230baacc3e2ef1d3b2d2653f40 category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I5L6CQ Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=436cff507f2a41230baacc3e2ef1d3b2d2653f40 -------------------------------- commit e168c255 upstream. When the mapping is already reaped the unmap must be a no-op, as we would otherwise try to remove the mapping twice, corrupting the involved data structures. Cc: stable@vger.kernel.org # 5.4 Signed-off-by:Lucas Stach <l.stach@pengutronix.de> Reviewed-by:
Philipp Zabel <p.zabel@pengutronix.de> Tested-by:
Guido Günther <agx@sigxcpu.org> Acked-by:
Guido Günther <agx@sigxcpu.org> Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by:
Zheng Zengkai <zhengzengkai@huawei.com> Acked-by:
Xie XiuQi <xiexiuqi@huawei.com>
Loading
Please sign in to comment