Re: [PATCH v2 09/53] objtool: Replace iterator callback with for_each_sym_by_mangled_name()
Miroslav Benes <[email protected]>
| Newsgroups | org.kernel.vger.live-patching,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <177790318863.42744.11741644284979798465.b4-review@b4> |
On Thu, 30 Apr 2026 21:07:57 -0700, 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. Reviewed-by: Miroslav Benes <[email protected]> -- Miroslav