Re: [PATCH v2 0/2] Fix mmap memory boundary calculation

2024-08-12 Thread Jann Horn
On Mon, Aug 12, 2024 at 11:19 AM Joonas Lahtinen wrote: > Quoting Jann Horn (2024-08-09 18:40:45) > > On Fri, Aug 9, 2024 at 4:48 PM Jann Horn wrote: > > > On Tue, Aug 6, 2024 at 2:08 PM Joonas Lahtinen > > > wrote: > > > > Quoting Andi Shyti (2024-08-06 12:46:07) > > > > > Hi Greg, > > > > > >

Re: [PATCH v2 0/2] Fix mmap memory boundary calculation

2024-08-12 Thread Joonas Lahtinen
Quoting Jann Horn (2024-08-09 18:40:45) > On Fri, Aug 9, 2024 at 4:48 PM Jann Horn wrote: > > On Tue, Aug 6, 2024 at 2:08 PM Joonas Lahtinen > > wrote: > > > Quoting Andi Shyti (2024-08-06 12:46:07) > > > > Hi Greg, > > > > > > > > same question without the stable mailing list not to trigger the

Re: [PATCH v2 0/2] Fix mmap memory boundary calculation

2024-08-09 Thread Jann Horn
On Fri, Aug 9, 2024 at 4:48 PM Jann Horn wrote: > On Tue, Aug 6, 2024 at 2:08 PM Joonas Lahtinen > wrote: > > Quoting Andi Shyti (2024-08-06 12:46:07) > > > Hi Greg, > > > > > > same question without the stable mailing list not to trigger the > > > automatic reply. > > > > > > > Andi Shyti (2): >

Re: [PATCH v2 0/2] Fix mmap memory boundary calculation

2024-08-09 Thread Jann Horn
On Tue, Aug 6, 2024 at 2:08 PM Joonas Lahtinen wrote: > Quoting Andi Shyti (2024-08-06 12:46:07) > > Hi Greg, > > > > same question without the stable mailing list not to trigger the > > automatic reply. > > > > > Andi Shyti (2): > > > drm/i915/gem: Adjust vma offset for framebuffer mmap offset

Re: [PATCH v2 0/2] Fix mmap memory boundary calculation

2024-08-06 Thread Joonas Lahtinen
Quoting Andi Shyti (2024-08-06 12:46:07) > Hi Greg, > > same question without the stable mailing list not to trigger the > automatic reply. > > > Andi Shyti (2): > > drm/i915/gem: Adjust vma offset for framebuffer mmap offset > > drm/i915/gem: Fix Virtual Memory mapping boundaries calculation

Re: [PATCH v2 0/2] Fix mmap memory boundary calculation

2024-08-06 Thread Andi Shyti
Hi Greg, same question without the stable mailing list not to trigger the automatic reply. > Andi Shyti (2): > drm/i915/gem: Adjust vma offset for framebuffer mmap offset > drm/i915/gem: Fix Virtual Memory mapping boundaries calculation I have forgotten to actually Cc the stable mailing list

Re: [PATCH v2 0/2] Fix mmap memory boundary calculation

2024-08-05 Thread Greg Kroah-Hartman
On Mon, Aug 05, 2024 at 11:05:22PM +0100, Andi Shyti wrote: > Hi Greg, > > > Andi Shyti (2): > > drm/i915/gem: Adjust vma offset for framebuffer mmap offset > > drm/i915/gem: Fix Virtual Memory mapping boundaries calculation > > I have forgotten to Cc the stable mailing list here. These two >

Re: [PATCH v2 0/2] Fix mmap memory boundary calculation

2024-08-05 Thread Andi Shyti
Hi Greg, > Andi Shyti (2): > drm/i915/gem: Adjust vma offset for framebuffer mmap offset > drm/i915/gem: Fix Virtual Memory mapping boundaries calculation I have forgotten to Cc the stable mailing list here. These two patches need to be merged together even if only the second patch has the "F

[PATCH v2 0/2] Fix mmap memory boundary calculation

2024-08-05 Thread Andi Shyti
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. Th