public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH bpf v4 0/1] Fix bpf_link grace period wait for tracepoints
@ 2026-03-31 21:10 Kumar Kartikeya Dwivedi
  2026-03-31 21:10 ` [PATCH bpf v4 1/1] bpf: Fix grace period wait for tracepoint bpf_link Kumar Kartikeya Dwivedi
  2026-03-31 23:10 ` [PATCH bpf v4 0/1] Fix bpf_link grace period wait for tracepoints patchwork-bot+netdevbpf
  0 siblings, 2 replies; 4+ messages in thread
From: Kumar Kartikeya Dwivedi @ 2026-03-31 21:10 UTC (permalink / raw)
  To: bpf
  Cc: Alexei Starovoitov, Andrii Nakryiko, Daniel Borkmann,
	Martin KaFai Lau, Eduard Zingerman, Paul E. McKenney,
	Steven Rostedt, kkd, kernel-team

A recent change to non-faultable tracepoints switched from
preempt-disabled critical sections to SRCU-fast, which breaks
assumptions in the bpf_link_free() path. Use call_srcu() to fix the
breakage.

Changelog:
----------
v3 -> v4
v3: https://lore.kernel.org/bpf/20260331005215.2813492-1-memxor@gmail.com

 * Introduce call_tracepoint_unregister_{atomic,syscall} instead. (Alexei, Steven)

v2 -> v3
v2: https://lore.kernel.org/bpf/20260330143102.1265391-1-memxor@gmail.com

 * Introduce and switch to call_tracepoint_unregister_non_faultable(). (Steven)
 * Address Andrii's comment and add Acked-by. (Andrii)
 * Drop rcu_trace_implies_rcu_gp() conversion. (Alexei)

v1 -> v2
v1: https://lore.kernel.org/bpf/20260330032124.3141001-1-memxor@gmail.com

 * Add Reviewed-by tags. (Paul, Puranjay)
 * Adjust commit descriptions and comments to clarify intent. (Puranjay)

Kumar Kartikeya Dwivedi (1):
  bpf: Fix grace period wait for tracepoint bpf_link

 include/linux/bpf.h        |  4 ++++
 include/linux/tracepoint.h | 20 ++++++++++++++++++++
 kernel/bpf/syscall.c       | 25 +++++++++++++++++++++++--
 3 files changed, 47 insertions(+), 2 deletions(-)


base-commit: c369299895a591d96745d6492d4888259b004a9e
-- 
2.52.0


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

end of thread, other threads:[~2026-03-31 23:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-31 21:10 [PATCH bpf v4 0/1] Fix bpf_link grace period wait for tracepoints Kumar Kartikeya Dwivedi
2026-03-31 21:10 ` [PATCH bpf v4 1/1] bpf: Fix grace period wait for tracepoint bpf_link Kumar Kartikeya Dwivedi
2026-03-31 21:23   ` Steven Rostedt
2026-03-31 23:10 ` [PATCH bpf v4 0/1] Fix bpf_link grace period wait for tracepoints patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox