Re: [PATCH v4 06/22] arm64: vdso: Discard .discard.* sections
Song Liu <[email protected]>
| Newsgroups | org.kernel.vger.live-patching,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CAPhsuW62H8-wCzh0fKN0Cakv5Av-A2=bKg1f7BkS3WYs+H7fLQ@mail.gmail.com> |
On Sat, Aug 8, 2026 at 4:18 PM Josh Poimboeuf <[email protected]> wrote: > > In preparation for enabling objtool on arm64, add .discard.* to the > vDSO's /DISCARD/ section so objtool annotations don't cause orphan > section warnings or leak into the final vDSO binary. > > Signed-off-by: Josh Poimboeuf <[email protected]> Acked-by: Song Liu <[email protected]>