Hi Krzysztof, > Krzysztof Karas (3): > drm/i915/gem: split shared memory allocation table logic > drm/i915/shmem: Count mapped pages in a folio
Please move the refactoring after the fix. We don't want to create a dependency between a fix and a code refactoring, as that makes it harder for maintainers to backport the fix. Thanks, Andi > drivers/iommu: Catch scatterlist length overflows > > drivers/gpu/drm/i915/gem/i915_gem_shmem.c | 191 +++++++++++++--------- > drivers/iommu/dma-iommu.c | 14 +- > 2 files changed, 129 insertions(+), 76 deletions(-) > > -- > 2.34.1 >
