Re: [PATCH v2 3/3] elf: Remove has_interp property from arch_adjust_elf_prot()
From: Dave Martin <Dave.Martin@arm.com>
Date: 2021-06-10 15:42:31
Also in:
linux-arch
On Thu, Jun 10, 2021 at 02:34:03PM +0100, Mark Brown wrote:
On Wed, Jun 09, 2021 at 04:17:24PM +0100, Dave Martin wrote:quoted
On Fri, Jun 04, 2021 at 12:24:50PM +0100, Mark Brown wrote:quoted
quoted
Since we have added an is_interp flag to arch_parse_elf_property() we can drop the has_interp flag from arch_elf_adjust_prot(), the only user was the arm64 code which no longer needs it and any future users will be able to use arch_parse_elf_properties() to determine if an interpreter is in use.quoted
So far so good, but can we also drop the has_interp argument from arch_parse_elf_properties()?quoted
Cross-check with Yu-Cheng Yu's series, but I don't see this being used any more (except for passthrough in binfmt_elf.c).quoted
Since we are treating the interpreter and main executable orthogonally to each other now, I don't think we should need a has_interp argument to pass knowledge between the interpreter and executable handling phases here.My thinking was that it might be useful for handling of some future property in the architecture code to know if there is an interpreter, providing the information at parse time would let it set up whatever is needed. We've been doing this with the arm64 BTI handling and while we're moving away from doing that I could imagine that there may be some other case where it makes sense, and it sounds like CET is one.
It might be useful, but if the use cases are purely hypothetical then it would still seem preferable to remove it so that it doesn't just hang around forever as cruft. I guess we need to wait and see whether x86 really needs this, or just uses it as a side-effect of following the arm64 code initially. If it is quicker to stabilise this series heeping the has_interps in, then I guess we have the option to do that and remove them later on once we're satisfied they're unlikely to be useful (or not). Cheers ---Dave _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel