[PATCH v4 06/14] mm: add remap_pfn_range_prepare(), remap_pfn_range_complete()
Lorenzo Stoakes
lorenzo.stoakes at oracle.com
Wed Sep 17 23:09:59 PDT 2025
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
More information about the kexec
mailing list