diff options
author | Masami Hiramatsu (Google) <mhiramat@kernel.org> | 2024-12-11 09:10:55 +0900 |
---|---|---|
committer | Masami Hiramatsu (Google) <mhiramat@kernel.org> | 2024-12-24 00:08:13 +0900 |
commit | d685d55dfc86b1a4bdcec77c3c1f8a83f181264e (patch) | |
tree | bd4af4c63fc16f484ca48d654a2cf1f2411d5623 /scripts/generate_rust_analyzer.py | |
parent | 494b332064c0ce2f7392fa92632bc50191c1b517 (diff) | |
download | lwn-d685d55dfc86b1a4bdcec77c3c1f8a83f181264e.tar.gz lwn-d685d55dfc86b1a4bdcec77c3c1f8a83f181264e.zip |
tracing/kprobe: Make trace_kprobe's module callback called after jump_label update
Make sure the trace_kprobe's module notifer callback function is called
after jump_label's callback is called. Since the trace_kprobe's callback
eventually checks jump_label address during registering new kprobe on
the loading module, jump_label must be updated before this registration
happens.
Link: https://lore.kernel.org/all/173387585556.995044.3157941002975446119.stgit@devnote2/
Fixes: 614243181050 ("tracing/kprobes: Support module init function probing")
Signed-off-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions