Message ID | 20231010203512.385819-1-iii@linux.ibm.com (mailing list archive) |
---|---|
Headers | show |
Series | s390/bpf: Fix backchain issues in the trampoline | expand |
Hello: This series was applied to bpf/bpf.git (master) by Daniel Borkmann <daniel@iogearbox.net>: On Tue, 10 Oct 2023 22:20:08 +0200 you wrote: > Hi, > > Song reported that a patch he wrote was causing kernel panics on s390. > The disassembly printed by the kernel indicated that the stored > backchain was not a valid pointer; setting a watchpoint in GDB has > shown the culprit: the trampoline. > > [...] Here is the summary with links: - [bpf,1/2] s390/bpf: Fix clobbering the caller's backchain in the trampoline https://git.kernel.org/bpf/bpf/c/ce10fc0604bc - [bpf,2/2] s390/bpf: Fix unwinding past the trampoline https://git.kernel.org/bpf/bpf/c/5356ba1ff4f2 You are awesome, thank you!