Re: [PATCH v2 10/53] objtool/klp: Fix --debug-checksum for duplicate symbol names
Miroslav Benes <[email protected]>
| Newsgroups | org.kernel.vger.live-patching,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <177790349307.43444.4180539163930180199.b4-review@b4> |
On Thu, 30 Apr 2026 21:07:58 -0700, Josh Poimboeuf <[email protected]> wrote: > find_symbol_by_name() only returns the first match, so > --debug-checksum=<func> silently ignores any subsequent duplicately > named functions after the first. > > Fix that, along with a new for_each_sym_by_name() helper. > > > [...] Reviewed-by: Miroslav Benes <[email protected]> -- Miroslav