drm/panfrost: Fix the panfrost_mmu_map_fault_addr() error path
authorBoris Brezillon <boris.brezillon@collabora.com>
Fri, 21 May 2021 09:38:11 +0000 (11:38 +0200)
committerBoris Brezillon <boris.brezillon@collabora.com>
Mon, 3 Apr 2023 06:23:42 +0000 (08:23 +0200)
commit764a2ab9eb56e1200083e771aab16186836edf1d
tree667aaed29948f0e860ac4fc9878bac2c81fc9507
parent7f67aa097e875c87fba024e850cf405342300059
drm/panfrost: Fix the panfrost_mmu_map_fault_addr() error path

Make sure all bo->base.pages entries are either NULL or pointing to a
valid page before calling drm_gem_shmem_put_pages().

Reported-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Cc: <stable@vger.kernel.org>
Fixes: 187d2929206e ("drm/panfrost: Add support for GPU heap allocations")
Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
Reviewed-by: Steven Price <steven.price@arm.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210521093811.1018992-1-boris.brezillon@collabora.com
drivers/gpu/drm/panfrost/panfrost_mmu.c