Re: [PATCH v2 09/53] objtool: Replace iterator callback with for_each_sym_by_mangled_name()
Song Liu <[email protected]>
| Newsgroups | org.kernel.vger.live-patching,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CAPhsuW6zujVRNQnY_zqwqzpxb2VFO4HvbQ+jc69StSv=6szc=w@mail.gmail.com> |
On Fri, May 1, 2026 at 5:08 AM Josh Poimboeuf <[email protected]> wrote: > > Convert the callback-based iterate_sym_by_demangled_name() with a new > for_each_sym_by_demangled_name() macro. This eliminates the callback > struct/function and makes the code more compact and readable. > > Signed-off-by: Josh Poimboeuf <[email protected]> Acked-by: Song Liu <[email protected]>