Re: [PATCH v4 13/22] objtool: Refactor elf_add_data() to use a growable data buffer

From: Song Liu

Date: Tue Aug 11 2026 - 19:48:58 EST


On Sat, Aug 8, 2026 at 4:18 PM Josh Poimboeuf <jpoimboe@xxxxxxxxxx> wrote:
>
> Instead of calling elf_newdata() for each new piece of data with its own
> separate buffer, keep it all in the same growable buffer so the
> section's entire data can be accessed if needed.
>
> Signed-off-by: Josh Poimboeuf <jpoimboe@xxxxxxxxxx>

Acked-by: Song Liu <song@xxxxxxxxxx>