Hello: This patch was applied to bpf/bpf-next.git (master) by Andrii Nakryiko <andrii@xxxxxxxxxx>: On Tue, 10 Sep 2024 14:40:37 -0700 you wrote: > Salvatore Benedetto reported an issue that when doing syscall tracepoint > tracing the kernel stack is empty. For example, using the following > command line > bpftrace -e 'tracepoint:syscalls:sys_enter_read { print("Kernel Stack\n"); print(kstack()); }' > bpftrace -e 'tracepoint:syscalls:sys_exit_read { print("Kernel Stack\n"); print(kstack()); }' > the output for both commands is > === > Kernel Stack > === > > [...] Here is the summary with links: - [bpf-next,v2] bpf: Use fake pt_regs when doing bpf syscall tracepoint tracing https://git.kernel.org/bpf/bpf-next/c/376bd59e2a04 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html