kretprobe_rethook_handlerRegular
4.4: Absent ⚠️
4.8: Absent ⚠️
4.10: Absent ⚠️
4.13: Absent ⚠️
4.15: Absent ⚠️
4.18: Absent ⚠️
5.0: Absent ⚠️
5.3: Absent ⚠️
5.4: Absent ⚠️
5.8: Absent ⚠️
5.11: Absent ⚠️
5.13: Absent ⚠️
5.15: Absent ⚠️
5.19: ✅void kretprobe_rethook_handler(struct rethook_node *rh, void *data, struct pt_regs *regs);
Collision: Unique Static
Inline: No
Transformation: False
Instances:
In kernel/kprobes.c (ffffffff811eefd0)
Location: kernel/kprobes.c:2121
Inline: False
Symbols:
ffffffff811eefd0-ffffffff811ef04e: kretprobe_rethook_handler (STB_LOCAL)
6.2: ✅void kretprobe_rethook_handler(struct rethook_node *rh, void *data, struct pt_regs *regs);
Collision: Unique Static
Inline: No
Transformation: False
Instances:
In kernel/kprobes.c (ffffffff81235770)
Location: kernel/kprobes.c:2129
Inline: False
Symbols:
ffffffff81235770-ffffffff812357ee: kretprobe_rethook_handler (STB_LOCAL)
6.5: ✅void kretprobe_rethook_handler(struct rethook_node *rh, void *data, long unsigned int ret_addr, struct pt_regs *regs);
Collision: Unique Static
Inline: No
Transformation: False
Instances:
In kernel/kprobes.c (ffffffff8124c440)
Location: kernel/kprobes.c:2141
Inline: False
Symbols:
ffffffff8124c440-ffffffff8124c4c4: kretprobe_rethook_handler (STB_LOCAL)
6.8: ✅void kretprobe_rethook_handler(struct rethook_node *rh, void *data, long unsigned int ret_addr, struct pt_regs *regs);
Collision: Unique Static
Inline: No
Transformation: False
Instances:
In kernel/kprobes.c (ffffffff81266340)
Location: kernel/kprobes.c:2142
Inline: False
Symbols:
ffffffff81266340-ffffffff812663c4: kretprobe_rethook_handler (STB_LOCAL)
arm64: Absent ⚠️
armhf: Absent ⚠️
ppc64el: Absent ⚠️
riscv64: Absent ⚠️
aws: Absent ⚠️
azure: Absent ⚠️
gcp: Absent ⚠️
lowlatency: Absent ⚠️
Regular
5.19 and 6.2 ✅
6.2 and 6.5 ⚠️long unsigned int ret_addr
rh, data, regs ➡️ rh, data, ret_addr, regs
6.5 and 6.8 ✅