summaryrefslogtreecommitdiff
path: root/kernel/liveupdate
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2026-06-04 13:38:42 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2026-06-04 13:38:42 -0700
commit44ed32d16c9d0e0f3a4b594982a2bb168d2f56ea (patch)
tree78b862ffdaa6e0f882064ee05575754385707322 /kernel/liveupdate
parent6a08076f009e3d9460bebae9f209c1dc1d8a46b7 (diff)
parent0652a3daa78723f955b1ebeb621665ce72bec53e (diff)
Merge tag 'trace-v7.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Pull tracing fix from Steven Rostedt: - Fix CFI violation in probestub function The probestub is a function to allow tprobes to hook to a tracepoint to gain access to its parameters. The function itself is only referenced by the tracepoint structure which lives in the __tracepoint section. objtool explicitly ignores that section and when processing functions in the kernel, if it detects one that has no references it will seal it to have its ENDBR stripped on boot up. This means the probstub function will have its ENDBR stripped and if a tprobe is attached to it with IBT enabled, it will go *boom*. * tag 'trace-v7.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace: tracing: Fix CFI violation in probestub being called by tprobes
Diffstat (limited to 'kernel/liveupdate')
0 files changed, 0 insertions, 0 deletions