live-patching.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] bpf, x86/unwind/orc: Support reliable unwinding through BPF stack frames
@ 2025-12-02 18:19 Josh Poimboeuf
  2025-12-02 18:19 ` [PATCH 1/2] bpf: Add bpf_has_frame_pointer() Josh Poimboeuf
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Josh Poimboeuf @ 2025-12-02 18:19 UTC (permalink / raw)
  To: x86
  Cc: linux-kernel, live-patching, bpf, Andrey Grodzovsky, Petr Mladek,
	Song Liu, Raja Khan, Miroslav Benes, Alexei Starovoitov,
	Daniel Borkmann, Andrii Nakryiko, Peter Zijlstra

Fix livepatch stalls which may be seen when a task is blocked with BPF
JIT on its kernel stack.

Josh Poimboeuf (2):
  bpf: Add bpf_has_frame_pointer()
  x86/unwind/orc: Support reliable unwinding through BPF stack frames

 arch/x86/kernel/unwind_orc.c | 39 +++++++++++++++++++++++++-----------
 arch/x86/net/bpf_jit_comp.c  | 10 +++++++++
 include/linux/bpf.h          |  3 +++
 kernel/bpf/core.c            | 16 +++++++++++++++
 4 files changed, 56 insertions(+), 12 deletions(-)

-- 
2.51.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-12-02 23:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-02 18:19 [PATCH 0/2] bpf, x86/unwind/orc: Support reliable unwinding through BPF stack frames Josh Poimboeuf
2025-12-02 18:19 ` [PATCH 1/2] bpf: Add bpf_has_frame_pointer() Josh Poimboeuf
2025-12-02 18:53   ` Song Liu
2025-12-02 23:10   ` Josh Poimboeuf
2025-12-02 18:19 ` [PATCH 2/2] x86/unwind/orc: Support reliable unwinding through BPF stack frames Josh Poimboeuf
2025-12-02 18:59   ` Song Liu
2025-12-02 20:56 ` [External] [PATCH 0/2] bpf, " Andrey Grodzovsky
2025-12-02 22:07   ` Josh Poimboeuf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).