<div dir="ltr"><p dir="ltr"><br>
On Jul 18, 2014 3:20 AM, "Richard Weinberger" <<a href="mailto:richard@nod.at" target="_blank">richard@nod.at</a>> wrote:<br>
><br>
> Am 18.07.2014 12:14, schrieb Will Deacon:<br>
> > On Tue, Jul 15, 2014 at 03:47:26PM +0100, Andy Lutomirski wrote:<br>
> >> On Sun, Jul 13, 2014 at 1:01 PM, Andy Lutomirski <<a href="mailto:luto@amacapital.net" target="_blank">luto@amacapital.net</a>> wrote:<br>
> >>> The core mm code will provide a default gate area based on<br>
> >>> FIXADDR_USER_START and FIXADDR_USER_END if<br>
> >>> !defined(__HAVE_ARCH_GATE_AREA) && defined(AT_SYSINFO_EHDR).<br>
> >>><br>
> >>> This default is only useful for ia64.  arm64, ppc, s390, sh, tile,<br>
> >>> 64-bit UML, and x86_32 have their own code just to disable it.  arm,<br>
> >>> 32-bit UML, and x86_64 have gate areas, but they have their own<br>
> >>> implementations.<br>
> >>><br>
> >>> This gets rid of the default and moves the code into ia64.<br>
> >>><br>
> >>> This should save some code on architectures without a gate area: it's<br>
> >>> now possible to inline the gate_area functions in the default case.<br>
> >><br>
> >> Can one of you pull this somewhere?  Otherwise I can put it somewhere<br>
> >> stable and ask for -next inclusion, but that seems like overkill for a<br>
> >> single patch.<br>
><br>
> For the um bits:<br>
> Acked-by: Richard Weinberger <<a href="mailto:richard@nod.at" target="_blank">richard@nod.at</a>><br>
><br>
> > I'd be happy to take the arm64 part, but it doesn't feel right for mm/*<br>
> > changes (or changes to other archs) to go via our tree.<br>
> ><br>
> > I'm not sure what the best approach is if you want to send this via a single<br>
> > tree. Maybe you could ask akpm nicely?<br>
><br>
> Going though Andrew's tree sounds sane to me.</p>
<p dir="ltr">Splitting this will be annoying: I'd probably have to add a flag asking for the new behavior, update all the arches, then remove the flag.  The chance of screwing up bisectability in the process seems pretty high.  This seems like overkill for a patch that mostly deletes code.</p>




<p dir="ltr">Akpm, can you take this?</p>
<p dir="ltr">--Andy</p>
<p dir="ltr">><br>
> Thanks,<br>
> //richard<br>
</p>
</div>