Message ID | 20241112145849.3436772-1-xukuohai@huaweicloud.com (mailing list archive) |
---|---|
Headers | show |
Series | Add kernel symbol for struct_ops trampoline | expand |
On 11/12/24 6:58 AM, Xu Kuohai wrote: > Add kernel symbol for struct_ops trampoline. > > Without kernel symbol for struct_ops trampoline, the unwinder may > produce unexpected stacktraces. For example, the x86 ORC and FP > unwinder stops stacktrace on a struct_ops trampoline address since > there is no kernel symbol for the address. Reviewed-by: Martin KaFai Lau <martin.lau@kernel.org>
Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov <ast@kernel.org>: On Tue, 12 Nov 2024 22:58:46 +0800 you wrote: > Add kernel symbol for struct_ops trampoline. > > Without kernel symbol for struct_ops trampoline, the unwinder may > produce unexpected stacktraces. For example, the x86 ORC and FP > unwinder stops stacktrace on a struct_ops trampoline address since > there is no kernel symbol for the address. > > [...] Here is the summary with links: - [bpf-next,v4,1/3] bpf: Remove unused member rcu from bpf_struct_ops_map https://git.kernel.org/bpf/bpf-next/c/bd9d9b48eb18 - [bpf-next,v4,2/3] bpf: Use function pointers count as struct_ops links count https://git.kernel.org/bpf/bpf-next/c/821a3fa32bbe - [bpf-next,v4,3/3] bpf: Add kernel symbol for struct_ops trampoline https://git.kernel.org/bpf/bpf-next/c/7c8ce4ffb684 You are awesome, thank you!