[PATCH 05/13] kallsyms: refactor {,module_}kallsyms_on_each_symbol

Petr Mladek pmladek at suse.com
Wed Feb 3 08:58:34 UTC 2021


On Tue 2021-02-02 13:13:26, Christoph Hellwig wrote:
> Require an explicit call to module_kallsyms_on_each_symbol to look
> for symbols in modules instead of the call from kallsyms_on_each_symbol,
> and acquire module_mutex inside of module_kallsyms_on_each_symbol instead
> of leaving that up to the caller.  Note that this slightly changes the
> behavior for the livepatch code in that the symbols from vmlinux are not
> iterated anymore if objname is set, but that actually is the desired
> behavior in this case.
> 
> Signed-off-by: Christoph Hellwig <hch at lst.de>
> Acked-by: Miroslav Benes <mbenes at suse.cz>

Reviewed-by: Petr Mladek <pmladek at suse.com>

Best Regards,
Petr


More information about the dri-devel mailing list