diff options
author | Peter Zijlstra <[email protected]> | 2021-06-28 13:24:11 +0200 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2021-07-05 10:46:33 +0200 |
commit | 2bee6d16e4379326b1eea454e68c98b17456769e (patch) | |
tree | 2c3bba902842b9aa74a021359db5a540605ffb44 /scripts/mod/modpost.c | |
parent | 9e667624c291753b8a5128f620f493d0b5226063 (diff) |
static_call: Fix static_call_text_reserved() vs __init
It turns out that static_call_text_reserved() was reporting __init
text as being reserved past the time when the __init text was freed
and re-used.
This is mostly harmless and will at worst result in refusing a kprobe.
Fixes: 6333e8f73b83 ("static_call: Avoid kprobes on inline static_call()s")
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Reviewed-by: Masami Hiramatsu <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'scripts/mod/modpost.c')
0 files changed, 0 insertions, 0 deletions