Re: [PATCH v2 1/4] mm: Add optional close() to struct vm_special_mapping
Linus Torvalds <[email protected]>
| Newsgroups | gmane.linux.ports.hexagon,gmane.linux.kernel.mm,gmane.linux.ports.ppc64.devel,gmane.linux.kernel,gmane.linux.uml.devel,gmane.linux.ports.sh.devel |
|---|---|
| Message-ID | <CAHk-=wj78UV2ep6i5JZ-1qhLPZPHV4eUOtjWqqh_3zcqJ7pK-Q@mail.gmail.com> |
On Tue, 20 Aug 2024 at 14:17, Rob Landley <[email protected]> wrote: > > Hexagon also has &&vdso_page which I don't understand (but have a toolchain for > somewhere to at least smoketest...) The '&&' is just a typo. It should obviously be just a single '&'. As mentioned, the only testing that patch got was a x86-64 UML build test. Fixed locally. Linus