linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] rv: Clean up & simplify
@ 2025-07-23  6:44 Nam Cao
  2025-07-23  6:44 ` [PATCH v2 1/5] rv: Remove unused field in struct rv_monitor_def Nam Cao
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Nam Cao @ 2025-07-23  6:44 UTC (permalink / raw)
  To: Steven Rostedt, Masami Hiramatsu, Mathieu Desnoyers,
	Gabriele Monaco, linux-trace-kernel, linux-kernel
  Cc: Nam Cao

Hi,

This series removes some redundant code and simply RV.

Changes in v2:
  - drop the "nop" reactor removal patch
  - clarify commit description of reference counter removal patch

Nam Cao (5):
  rv: Remove unused field in struct rv_monitor_def
  rv: Merge struct rv_monitor_def into struct rv_monitor
  rv: Merge struct rv_reactor_def into struct rv_reactor
  rv: Remove rv_reactor's reference counter
  rv: Remove struct rv_monitor::reacting

 include/linux/rv.h            |   8 ++
 kernel/trace/rv/rv.c          | 210 +++++++++++++++-------------------
 kernel/trace/rv/rv.h          |  39 +------
 kernel/trace/rv/rv_reactors.c | 132 +++++++--------------
 4 files changed, 149 insertions(+), 240 deletions(-)

-- 
2.39.5


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

end of thread, other threads:[~2025-07-24  2:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-23  6:44 [PATCH v2 0/5] rv: Clean up & simplify Nam Cao
2025-07-23  6:44 ` [PATCH v2 1/5] rv: Remove unused field in struct rv_monitor_def Nam Cao
2025-07-23  6:44 ` [PATCH v2 2/5] rv: Merge struct rv_monitor_def into struct rv_monitor Nam Cao
2025-07-23  6:44 ` [PATCH v2 3/5] rv: Merge struct rv_reactor_def into struct rv_reactor Nam Cao
2025-07-23  6:44 ` [PATCH v2 4/5] rv: Remove rv_reactor's reference counter Nam Cao
2025-07-23  6:44 ` [PATCH v2 5/5] rv: Remove struct rv_monitor::reacting Nam Cao
2025-07-24  2:39   ` kernel test robot

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).