On Fri, Dec 01, 2023 at 04:19:56PM +0100, Francis Laniel wrote: > From: Jiri Olsa <jolsa@xxxxxxxxxx> > > 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 <hch@xxxxxx> > Reviewed-by: Masami Hiramatsu <mhiramat@xxxxxxxxxx> > Signed-off-by: Jiri Olsa <jolsa@xxxxxxxxxx> > Link: https://lore.kernel.org/r/20220510122616.2652285-2-jolsa@xxxxxxxxxx > Signed-off-by: Alexei Starovoitov <ast@xxxxxxxxxx> > --- > include/linux/kallsyms.h | 7 ++++++- > kernel/kallsyms.c | 2 -- > 2 files changed, 6 insertions(+), 3 deletions(-) What is the git id of this commit in Linus's tree?