Show patches with: Series = kprobes: Fix stacktrace with kretprobes on x86       |    Archived = No       |   27 patches
Patch Series A/R/T S/W/F Date Submitter Delegate State
[-tip,v11,27/27] x86/kprobes: Fixup return address in generic trampoline handler kprobes: Fix stacktrace with kretprobes on x86 - - 1 1-- 2021-09-14 Masami Hiramatsu (Google) bpf Not Applicable
[-tip,v11,26/27] tracing: Show kretprobe unknown indicator only for kretprobe_trampoline kprobes: Fix stacktrace with kretprobes on x86 1 - 1 1-- 2021-09-14 Masami Hiramatsu (Google) bpf Not Applicable
[-tip,v11,25/27] x86/unwind: Recover kretprobe trampoline entry kprobes: Fix stacktrace with kretprobes on x86 1 - 1 1-- 2021-09-14 Masami Hiramatsu (Google) bpf Not Applicable
[-tip,v11,24/27] x86/kprobes: Push a fake return address at kretprobe_trampoline kprobes: Fix stacktrace with kretprobes on x86 1 - 1 1-- 2021-09-14 Masami Hiramatsu (Google) bpf Not Applicable
[-tip,v11,23/27] kprobes: Enable stacktrace from pt_regs in kretprobe handler kprobes: Fix stacktrace with kretprobes on x86 1 - 1 1-- 2021-09-14 Masami Hiramatsu (Google) bpf Not Applicable
[-tip,v11,22/27] arm: kprobes: Make space for instruction pointer on stack kprobes: Fix stacktrace with kretprobes on x86 - - - 1-- 2021-09-14 Masami Hiramatsu (Google) bpf Not Applicable
[-tip,v11,21/27] ia64: Add instruction_pointer_set() API kprobes: Fix stacktrace with kretprobes on x86 - - - 1-- 2021-09-14 Masami Hiramatsu (Google) bpf Not Applicable
[-tip,v11,20/27] ARC: Add instruction_pointer_set() API kprobes: Fix stacktrace with kretprobes on x86 - - - 1-- 2021-09-14 Masami Hiramatsu (Google) bpf Not Applicable
[-tip,v11,19/27] x86/kprobes: Add UNWIND_HINT_FUNC on kretprobe_trampoline() kprobes: Fix stacktrace with kretprobes on x86 - - 1 1-- 2021-09-14 Masami Hiramatsu (Google) bpf Not Applicable
[-tip,v11,18/27] objtool: Ignore unwind hints for ignored functions kprobes: Fix stacktrace with kretprobes on x86 - 1 1 1-- 2021-09-14 Masami Hiramatsu (Google) bpf Not Applicable
[-tip,v11,17/27] objtool: Add frame-pointer-specific function ignore kprobes: Fix stacktrace with kretprobes on x86 - 1 1 1-- 2021-09-14 Masami Hiramatsu (Google) bpf Not Applicable
[-tip,v11,16/27] kprobes: Add kretprobe_find_ret_addr() for searching return address kprobes: Fix stacktrace with kretprobes on x86 - - 1 1-- 2021-09-14 Masami Hiramatsu (Google) bpf Not Applicable
[-tip,v11,15/27] kprobes: treewide: Make it harder to refer kretprobe_trampoline directly kprobes: Fix stacktrace with kretprobes on x86 - - - 1-- 2021-09-14 Masami Hiramatsu (Google) bpf Not Applicable
[-tip,v11,14/27] kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler() kprobes: Fix stacktrace with kretprobes on x86 - - 1 1-- 2021-09-14 Masami Hiramatsu (Google) bpf Not Applicable
[-tip,v11,13/27] kprobes: treewide: Replace arch_deref_entry_point() with dereference_symbol_descri… kprobes: Fix stacktrace with kretprobes on x86 - - 1 1-- 2021-09-14 Masami Hiramatsu (Google) bpf Not Applicable
[-tip,v11,12/27] ia64: kprobes: Fix to pass correct trampoline address to the handler kprobes: Fix stacktrace with kretprobes on x86 - - - 1-- 2021-09-14 Masami Hiramatsu (Google) bpf Not Applicable
[-tip,v11,11/27] kprobes: Use bool type for functions which returns boolean value kprobes: Fix stacktrace with kretprobes on x86 - - - 1-- 2021-09-14 Masami Hiramatsu (Google) bpf Not Applicable
[-tip,v11,10/27] kprobes: treewide: Use 'kprobe_opcode_t *' for the code address in get_optimized_k… kprobes: Fix stacktrace with kretprobes on x86 - - - 1-- 2021-09-14 Masami Hiramatsu (Google) bpf Not Applicable
[-tip,v11,09/27] kprobes: Add assertions for required lock kprobes: Fix stacktrace with kretprobes on x86 - - - 1-- 2021-09-14 Masami Hiramatsu (Google) bpf Not Applicable
[-tip,v11,08/27] kprobes: Use IS_ENABLED() instead of kprobes_built_in() kprobes: Fix stacktrace with kretprobes on x86 - - - 1-- 2021-09-14 Masami Hiramatsu (Google) bpf Not Applicable
[-tip,v11,07/27] kprobes: Fix coding style issues kprobes: Fix stacktrace with kretprobes on x86 - - - 1-- 2021-09-14 Masami Hiramatsu (Google) bpf Not Applicable
[-tip,v11,06/27] kprobes: treewide: Cleanup the error messages for kprobes kprobes: Fix stacktrace with kretprobes on x86 - - - 1-- 2021-09-14 Masami Hiramatsu (Google) bpf Not Applicable
[-tip,v11,05/27] kprobes: Make arch_check_ftrace_location static kprobes: Fix stacktrace with kretprobes on x86 1 - - 1-- 2021-09-14 Masami Hiramatsu (Google) bpf Not Applicable
[-tip,v11,04/27] csky: ftrace: Drop duplicate implementation of arch_check_ftrace_location() kprobes: Fix stacktrace with kretprobes on x86 2 - - 1-- 2021-09-14 Masami Hiramatsu (Google) bpf Not Applicable
[-tip,v11,03/27] kprobe: Simplify prepare_kprobe() by dropping redundant version kprobes: Fix stacktrace with kretprobes on x86 1 - - 1-- 2021-09-14 Masami Hiramatsu (Google) bpf Not Applicable
[-tip,v11,02/27] kprobes: Use helper to parse boolean input from userspace kprobes: Fix stacktrace with kretprobes on x86 1 - - 1-- 2021-09-14 Masami Hiramatsu (Google) bpf Not Applicable
[-tip,v11,01/27] kprobes: Do not use local variable when creating debugfs file kprobes: Fix stacktrace with kretprobes on x86 1 - - 1-- 2021-09-14 Masami Hiramatsu (Google) bpf Not Applicable