Re: [PATCH v2 1/4] mm: Add optional close() to struct vm_special_mapping
Linus Torvalds <[email protected]>
| Newsgroups | gmane.linux.ports.sh.devel,gmane.linux.kernel.mm,gmane.linux.ports.ppc64.devel,gmane.linux.kernel,gmane.linux.uml.devel,gmane.linux.ports.hexagon |
|---|---|
| Message-ID | <CAHk-=wiS7PMtL6oR6acNgWZr0NN4Ax4PQD_CYJKCiKS0mT=Z7A@mail.gmail.com> |
On Mon, 19 Aug 2024 at 23:26, Michael Ellerman <[email protected]> wrote: > > Linus Torvalds <[email protected]> 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