[PATCH v2 1/4] mm: Add optional close() to struct vm_special_mapping

Linus Torvalds torvalds at linux-foundation.org
Tue Aug 20 08:31:55 PDT 2024


On Mon, 19 Aug 2024 at 23:26, Michael Ellerman <mpe at ellerman.id.au> wrote:
>
> Linus Torvalds <torvalds at linux-foundation.org> writes:
> > +static struct vm_special_mapping vdso_mapping = {
> > +     .name = "[vdso]",
> > +     .pages = syscall_pages;
>                               ^
>                               should be ,

Ack. Changed here locally. But I assume you also don't actually test sh...

It would be good to get acks from the architectures that still used
the legacy interface.

              Linus



More information about the linux-um mailing list