]> Git Repo - linux.git/commit
kallsyms: Make kallsyms_on_each_symbol generally available
authorJiri Olsa <[email protected]>
Tue, 10 May 2022 12:26:12 +0000 (14:26 +0200)
committerAlexei Starovoitov <[email protected]>
Tue, 10 May 2022 21:42:06 +0000 (14:42 -0700)
commitd721def7392a7348ffb9f3583b264239cbd3702c
tree43df3680a8f8e7c7d34ed0a01cc1fcb1f3729df6
parent9376d3898b2da50e6a6e7c0c1a0d7a3bbf0b8f44
kallsyms: Make kallsyms_on_each_symbol generally available

Making kallsyms_on_each_symbol generally available, so it can be
used outside CONFIG_LIVEPATCH option in following changes.

Rather than adding another ifdef option let's make the function
generally available (when CONFIG_KALLSYMS option is defined).

Cc: Christoph Hellwig <[email protected]>
Reviewed-by: Masami Hiramatsu <[email protected]>
Signed-off-by: Jiri Olsa <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Alexei Starovoitov <[email protected]>
include/linux/kallsyms.h
kernel/kallsyms.c
This page took 0.058573 seconds and 4 git commands to generate.