Re: [PATCH v4 13/22] objtool: Refactor elf_add_data() to use a growable data buffer
Song Liu <[email protected]>
| Newsgroups | org.kernel.vger.live-patching,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CAPhsuW7RDPw6TSAc0f44P9bm58DK=5Q41gdhVoy6Z1s9UiKn3Q@mail.gmail.com> |
On Sat, Aug 8, 2026 at 4:18 PM Josh Poimboeuf <[email protected]> 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 <[email protected]> Acked-by: Song Liu <[email protected]>