On Mon, Dec 04, 2023 at 09:19:05AM +0100, Francis Laniel wrote: > Hi! > > > Le samedi 2 décembre 2023, 00:02:58 CET Greg KH a écrit : > > 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? > > Sorry, the commit ID is [1]: > d721def7392a7348ffb9f3583b264239cbd3702c Please send a new, updated series for all branches that you wish this series to go on, and MOST IMPORTANTLY, some sort of proof that this actually works this time... In other words, you need to test-build this on all arches and somehow run-time test it as well, good luck! thanks, greg k-h