On Mon, Jan 24, 2022 at 03:07:03PM +0000, Mark Brown wrote: > 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. > > Signed-off-by: Mark Brown <broonie@xxxxxxxxxx> > Tested-by: Jeremy Linton <jeremy.linton@xxxxxxx> > Reviewed-By: Dave Martin <Dave.Martin@xxxxxxx> Reviewed-by: Catalin Marinas <catalin.marinas@xxxxxxx>