Re: [PATCH 1/6] mm: Add a vm_special_mapping .fault method

From: Ingo Molnar
Date: Mon Dec 14 2015 - 04:17:21 EST



* Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> wrote:

> > + } else {
> > + struct vm_special_mapping *sm = vma->vm_private_data;
> > +
> > + if (sm->fault)
> > + return sm->fault(sm, vma, vmf);
> > +
> > + pages = sm->pages;
> > + }
> >
> > for (pgoff = vmf->pgoff; pgoff && *pages; ++pages)
> > pgoff--;
>
> Otherwise looks OK. I'll assume this will be merged via an x86 tree.

Yeah, was hoping to be able to do that with your Acked-by.

Thanks,

Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/