[PATCH v1 1/2] elf: Allow architectures to parse properties on the main executable
Mark Brown
broonie@kernel.org
Thu Jun 3 18:52:36 GMT 2021
On Thu, Jun 03, 2021 at 04:40:24PM +0100, Dave Martin wrote:
> On Fri, May 21, 2021 at 03:46:20PM +0100, Mark Brown wrote:
> > - if (system_supports_bti() &&
> > + if (system_supports_bti() && is_interp &&
> Won't this cause BTI to be forced off for static binaries?
> Perhaps this should be (has_interp == is_interp), as for
> arch_elf_adjust_prot(). Seems gross though, since has_interp would
> become useless after the next patch. If there's no sensible way to
> keep this bisectable, perhaps the patches can be merged instead.
Ugh, right. I only tested the finished result.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <https://sourceware.org/pipermail/libc-alpha/attachments/20210603/14c76805/attachment.sig>
More information about the Libc-alpha
mailing list