> From: Philip Guenther
> Date: Wed, 4 Jan 2017 17:21:03 -0700
>
> On Tue, Jan 3, 2017 at 2:13 PM, Mark Kettenis wrote:
> > The diff below (partly by guenther@) removes ld.so's dependency on the
> > __got_{start,end} symbols by looking at PT_GNU_RELRO instead. On some
> > platforms (hppa and pe
On Tue, Jan 3, 2017 at 2:13 PM, Mark Kettenis wrote:
> The diff below (partly by guenther@) removes ld.so's dependency on the
> __got_{start,end} symbols by looking at PT_GNU_RELRO instead. On some
> platforms (hppa and perhaps a few others) this leads to even less
> writable pages. However, we'
The diff below (partly by guenther@) removes ld.so's dependency on the
__got_{start,end} symbols by looking at PT_GNU_RELRO instead. On some
platforms (hppa and perhaps a few others) this leads to even less
writable pages. However, we're not sure if this will work correctly
on landisk. So if som