Centos-kernel-stream-9/samples/fprobe
Viktor Malik cbe464fbfc
fprobe: Pass return address to the handlers
JIRA: https://issues.redhat.com/browse/RHEL-64700

Conflicts: small change due to upstream commit
           2752741080f8 ("fprobe: add recursion detection in fprobe_exit_handler")
           previously backported out-of-order, aligning with upstream
           code to prevent future conflicts

commit cb16330d12741f6dae56aad5acf62f5be3a06c4e
Author: Masami Hiramatsu (Google) <mhiramat@kernel.org>
Date:   Tue Jun 6 21:39:55 2023 +0900

    fprobe: Pass return address to the handlers

    Pass return address as 'ret_ip' to the fprobe entry and return handlers
    so that the fprobe user handler can get the reutrn address without
    analyzing arch-dependent pt_regs.

    Link: https://lore.kernel.org/all/168507467664.913472.11642316698862778600.stgit@mhiramat.roam.corp.google.com/

    Signed-off-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>

Signed-off-by: Viktor Malik <vmalik@redhat.com>
2024-10-25 09:07:32 +02:00
..
Makefile
fprobe_example.c fprobe: Pass return address to the handlers 2024-10-25 09:07:32 +02:00