On Tue, Apr 9, 2024, at 17:01, Ard Biesheuvel wrote: > From: Ard Biesheuvel <ardb@xxxxxxxxxx> > > Weak references are references that are permitted to remain unsatisfied > in the final link. This means they cannot be implemented using place > relative relocations, resulting in GOT entries when using position > independent code generation. > > The notes section should always exist, so the weak annotations can be > omitted. > > Signed-off-by: Ard Biesheuvel <ardb@xxxxxxxxxx> Acked-by: Arnd Bergmann <arnd@xxxxxxxx>