On Thu, Jan 11, 2024 at 10:43:52PM +0100, Markus Boehme wrote: > This backports the fix to the kprobe_events interface allowing to create > kprobes on symbols defined in loadable modules again. The backport is > simpler than ones for later kernels, since the backport of the commit > introducing the bug already brought along much of the code needed to fix > it. > > Andrii Nakryiko (1): > tracing/kprobes: Fix symbol counting logic by looking at modules as > well > > Jiri Olsa (1): > kallsyms: Make module_kallsyms_on_each_symbol generally available > > include/linux/module.h | 9 +++++++++ > kernel/module.c | 2 -- > kernel/trace/trace_kprobe.c | 2 ++ > 3 files changed, 11 insertions(+), 2 deletions(-) > > -- > 2.40.1 > > Now queued up, thanks. greg k-h