mbox series

[0/2] Fix mmap memory boundary calculation

Message ID 20240802083850.103694-1-andi.shyti@linux.intel.com (mailing list archive)
Headers show
Series Fix mmap memory boundary calculation | expand

Message

Andi Shyti Aug. 2, 2024, 8:38 a.m. UTC
Hi,

this series fixes the memory limits calculation (start, end), in
order to avoid access to addresses not belonging to the mapped
page.

This series has been reviewed in other communities but, because
it needs to go through drm-tip, I am proposing it again here in
the intel-gfx mailing list.

Jann, Rodrigo, could you please restate your review tag?

Thanks,
Andi

Andi Shyti (2):
  drm/i915/gem: Adjust vma offset for framebuffer mmap offset
  drm/i915/gem: Fix Virtual Memory mapping boundaries calculation

 drivers/gpu/drm/i915/gem/i915_gem_mman.c | 55 +++++++++++++++++++++---
 1 file changed, 49 insertions(+), 6 deletions(-)