Re: [PATCH v7 0/2] Panfrost driver fixes

From: Steven Price
Date: Mon Jul 04 2022 - 11:48:05 EST


On 30/06/2022 21:05, Dmitry Osipenko wrote:
> This series fixes two minor bugs in the Panfrost driver.
>
> Changelog:
>
> v7: - Factored out Panfrost fixes from [1] since I'll be working on
> the dma-buf locking in a separate patchset now.
>
> [1] https://lore.kernel.org/all/20220526235040.678984-1-dmitry.osipenko@xxxxxxxxxxxxx/
>
> Dmitry Osipenko (2):
> drm/panfrost: Put mapping instead of shmem obj on
> panfrost_mmu_map_fault_addr() error
> drm/panfrost: Fix shrinker list corruption by madvise IOCTL
>
> drivers/gpu/drm/panfrost/panfrost_drv.c | 4 ++--
> drivers/gpu/drm/panfrost/panfrost_mmu.c | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
>

Thanks, I've pushed both to drm-misc-fixes.

Steve