linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Nam Cao <namcao@linutronix.de>
To: Steven Rostedt <rostedt@goodmis.org>,
	Masami Hiramatsu <mhiramat@kernel.org>,
	Mathieu Desnoyers <mathieu.desnoyers@efficios.com>,
	Gabriele Monaco <gmonaco@redhat.com>,
	linux-trace-kernel@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: Nam Cao <namcao@linutronix.de>
Subject: [PATCH v2 0/5] rv: Clean up & simplify
Date: Wed, 23 Jul 2025 08:44:18 +0200	[thread overview]
Message-ID: <cover.1753252872.git.namcao@linutronix.de> (raw)

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


             reply	other threads:[~2025-07-23  6:44 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-23  6:44 Nam Cao [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1753252872.git.namcao@linutronix.de \
    --to=namcao@linutronix.de \
    --cc=gmonaco@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-trace-kernel@vger.kernel.org \
    --cc=mathieu.desnoyers@efficios.com \
    --cc=mhiramat@kernel.org \
    --cc=rostedt@goodmis.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).