Message ID | 20230918155233.297024-1-memxor@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | Fixes for Exceptions | expand |
On Mon, Sep 18, 2023 at 5:52 PM Kumar Kartikeya Dwivedi <memxor@gmail.com> wrote: > > The build with CONFIG_UNWINDER_FRAME_POINTER=y is broken for > current exceptions feature as it assumes ORC unwinder specific fields in > the unwind_state. Disable exceptions when frame_pointer unwinder is > enabled for now. > > Fixes: fd5d27b70188 ("arch/x86: Implement arch_bpf_stack_walk") > Reported-by: Eric Dumazet <edumazet@google.com> > Signed-off-by: Kumar Kartikeya Dwivedi <memxor@gmail.com> > --- SGTM, feel free adding Reviewed-by: Eric Dumazet <edumazet@google.com>
Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov <ast@kernel.org>: On Mon, 18 Sep 2023 17:52:30 +0200 you wrote: > Set of fixes for bugs reported for the exceptions series. > > Changelog: > ---------- > v1 -> v2 > v1: https://lore.kernel.org/bpf/20230918143914.292526-1-memxor@gmail.com > > [...] Here is the summary with links: - [bpf-next,v2,1/3] selftests/bpf: Print log buffer for exceptions test only on failure https://git.kernel.org/bpf/bpf-next/c/c425a3501f24 - [bpf-next,v2,2/3] bpf: Fix bpf_throw warning on 32-bit arch https://git.kernel.org/bpf/bpf-next/c/00b7e8f4c02d - [bpf-next,v2,3/3] bpf: Disable exceptions when CONFIG_UNWINDER_FRAME_POINTER=y https://git.kernel.org/bpf/bpf-next/c/43c6e890472e You are awesome, thank you!