Re: [PATCH 13/17] makefile: Add `norelro` linker option

2025-03-11 Thread Ilias Apalodimas
On Mon, 24 Feb 2025 at 07:56, Sam Edwards wrote: > > RELRO is an instruction to a dynamic loader to make a memory range > read-only after relocations are applied, for added security. Some > linkers (e.g. LLD) require that all sections covered by the RELRO are > contiguous, so that only a single RE

[PATCH 13/17] makefile: Add `norelro` linker option

2025-02-23 Thread Sam Edwards
RELRO is an instruction to a dynamic loader to make a memory range read-only after relocations are applied, for added security. Some linkers (e.g. LLD) require that all sections covered by the RELRO are contiguous, so that only a single RELRO is needed. U-Boot at present neither satisfies this requ