On Wed, Sep 17, 2025 at 06:32:09PM -0300, Jason Gunthorpe wrote: > On Wed, Sep 17, 2025 at 08:11:08PM +0100, Lorenzo Stoakes wrote: > > -int remap_pfn_range_notrack(struct vm_area_struct *vma, unsigned long addr, > > +static int remap_pfn_range_notrack(struct vm_area_struct *vma, unsigned > > long addr, > > unsigned long pfn, unsigned long size, pgprot_t prot) > > { > > int error = remap_pfn_range_internal(vma, addr, pfn, size, prot); > > - > > if (!error) > > return 0; > > Stray edit
Andrew - can you fix that up? I can send a fix-patch if needed. Just accidental newline delete. Thanks. > > Jason