Linux kernel -stable discussions
 help / color / mirror / Atom feed
* [PATCH 5.15 0/2] tracing/kprobes: Fix symbol counting logic by looking at modules as well
@ 2024-01-11 21:43 Markus Boehme
  2024-01-11 21:43 ` [PATCH 5.15 1/2] kallsyms: Make module_kallsyms_on_each_symbol generally available Markus Boehme
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Markus Boehme @ 2024-01-11 21:43 UTC (permalink / raw)
  To: stable; +Cc: Markus Boehme

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-01-13  9:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-11 21:43 [PATCH 5.15 0/2] tracing/kprobes: Fix symbol counting logic by looking at modules as well Markus Boehme
2024-01-11 21:43 ` [PATCH 5.15 1/2] kallsyms: Make module_kallsyms_on_each_symbol generally available Markus Boehme
2024-01-11 21:43 ` [PATCH 5.15 2/2] tracing/kprobes: Fix symbol counting logic by looking at modules as well Markus Boehme
2024-01-13  9:32 ` [PATCH 5.15 0/2] " Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox