All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] tracing: preserve repeated boot-time parameters and drain deferred trigger frees
@ 2026-03-09 21:27 Wesley Atwell
  2026-03-09 21:27 ` [PATCH v2 1/2] tracing: preserve repeated boot-time tracing parameters Wesley Atwell
  2026-03-09 21:27 ` [PATCH v2 2/2] tracing: drain deferred trigger frees if kthread startup fails Wesley Atwell
  0 siblings, 2 replies; 3+ messages in thread
From: Wesley Atwell @ 2026-03-09 21:27 UTC (permalink / raw)
  To: rostedt
  Cc: mhiramat, mark.rutland, mathieu.desnoyers, linux-kernel,
	linux-trace-kernel, Wesley Atwell

Patch 1 preserves repeated tracing boot parameters across the affected
early parsers.

Patch 2 makes deferred trigger-data frees drain correctly if the cleanup
kthread never starts, and restores the review-requested comment context
around the post-mutex recheck and synchronous fallback path.

v2:
- Patch 1: no changes
- Patch 2: restore the dropped mutex recheck comment and clarify the
  synchronous fallback drain path

Wesley Atwell (2):
  tracing: preserve repeated boot-time tracing parameters
  tracing: drain deferred trigger frees if kthread startup fails

 kernel/trace/ftrace.c               | 29 +++++++++--
 kernel/trace/trace.c                | 23 ++++++++-
 kernel/trace/trace_events.c         | 23 +++++++--
 kernel/trace/trace_events_trigger.c | 79 ++++++++++++++++++++++++-----
 kernel/trace/trace_kprobe.c         | 23 ++++++++-
 5 files changed, 155 insertions(+), 22 deletions(-)

-- 
2.34.1

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

end of thread, other threads:[~2026-03-09 21:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-09 21:27 [PATCH v2 0/2] tracing: preserve repeated boot-time parameters and drain deferred trigger frees Wesley Atwell
2026-03-09 21:27 ` [PATCH v2 1/2] tracing: preserve repeated boot-time tracing parameters Wesley Atwell
2026-03-09 21:27 ` [PATCH v2 2/2] tracing: drain deferred trigger frees if kthread startup fails Wesley Atwell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.