Re: ld.so diff that needs testing on landisk

2017-01-05 Thread Mark Kettenis
> 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

Re: ld.so diff that needs testing on landisk

2017-01-04 Thread Philip Guenther
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'

ld.so diff that needs testing on landisk

2017-01-03 Thread Mark Kettenis
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