public inbox for linux-trace-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix trace remotes read with an offline CPU
@ 2026-04-01  2:50 Vincent Donnefort
  2026-04-01  2:50 ` [PATCH 1/2] tracing: Non-consuming read for trace remotes " Vincent Donnefort
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Vincent Donnefort @ 2026-04-01  2:50 UTC (permalink / raw)
  To: rostedt, mhiramat, mathieu.desnoyers, linux-trace-kernel, maz
  Cc: kernel-team, linux-kernel, Vincent Donnefort

This small series is fixing non-consuming read of a trace remote when the
trace_buffer is created after a CPU is offline.

It also extends hotplug testing coverage to include this test case.

I have based this series on top of kvmarm/next which contains the hypervisor
tracing patches.

Vincent Donnefort (2):
  tracing: Non-consuming read for trace remotes with an offline CPU
  tracing: selftests: Extend hotplug testing for trace remotes

 kernel/trace/trace_remote.c                   | 21 ++++-
 .../selftests/ftrace/test.d/remotes/functions | 15 +++-
 .../ftrace/test.d/remotes/hotplug.tc          | 86 +++++++++++++++++++
 .../test.d/remotes/hypervisor/hotplug.tc      | 11 +++
 .../selftests/ftrace/test.d/remotes/trace.tc  | 27 +-----
 .../ftrace/test.d/remotes/trace_pipe.tc       | 25 ------
 6 files changed, 129 insertions(+), 56 deletions(-)
 create mode 100644 tools/testing/selftests/ftrace/test.d/remotes/hotplug.tc
 create mode 100644 tools/testing/selftests/ftrace/test.d/remotes/hypervisor/hotplug.tc


base-commit: 5ad2ff071b5980f072a85c8114649218971c586e
-- 
2.53.0.1118.gaef5881109-goog


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

end of thread, other threads:[~2026-04-01 15:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-01  2:50 [PATCH 0/2] Fix trace remotes read with an offline CPU Vincent Donnefort
2026-04-01  2:50 ` [PATCH 1/2] tracing: Non-consuming read for trace remotes " Vincent Donnefort
2026-04-01  2:50 ` [PATCH 2/2] tracing: selftests: Extend hotplug testing for trace remotes Vincent Donnefort
2026-04-01 14:31 ` [PATCH 0/2] Fix trace remotes read with an offline CPU Steven Rostedt
2026-04-01 15:08   ` Marc Zyngier
2026-04-01 15:16     ` Steven Rostedt

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