From: Jeff Johnson <quic_jjohnson@quicinc.com>
To: Steven Rostedt <rostedt@goodmis.org>,
LKML <linux-kernel@vger.kernel.org>,
Linux Trace Kernel <linux-trace-kernel@vger.kernel.org>
Cc: linux-hyperv@vger.kernel.org, kvm@vger.kernel.org,
dri-devel@lists.freedesktop.org, ath10k@lists.infradead.org,
Julia Lawall <Julia.Lawall@inria.fr>,
linux-s390@vger.kernel.org, dev@openvswitch.org,
linux-cifs@vger.kernel.org, linux-bcachefs@vger.kernel.org,
linux-rdma@vger.kernel.org, amd-gfx@lists.freedesktop.org,
io-uring@vger.kernel.org,
Linus Torvalds <torvalds@linux-foundation.org>,
iommu@lists.linux.dev, ath11k@lists.infradead.org,
linux-media@vger.kernel.org, linux-wpan@vger.kernel.org,
linux-pm@vger.kernel.org, selinux@vger.kernel.org,
linux-arm-msm@vger.kernel.org, intel-gfx@lists.freedesktop.org,
linux-erofs@lists.ozlabs.org, virtualization@lists.linux.dev,
linux-sound@vger.kernel.org, linux-block@vger.kernel.org,
ocfs2-devel@lists.linux.dev,
Mathieu Desnoyers <mathieu.desnoyers@efficios.com>,
linux-cxl@vger.kernel.org, linux-tegra@vger.kernel.org,
intel-xe@lists.freedesktop.org, linux-edac@vger.kernel.org,
linux-hwmon@vger.kernel.org,
brcm80211-dev-list.pdl@broadcom.c om,
linuxppc-dev@lists.ozlabs.org, linux-usb@vger.kernel.org,
linux-wireless@vger.kernel.org, brcm80211@lists.linux.dev,
linux-f2fs-devel@lists.sourceforge.net,
linux-xfs@vger.kernel.org, ath12k@lists.infradead.org,
tipc-discussion@lists.sourceforge.net,
Masami Hiramatsu <mhiramat@kernel.org>,
netdev@vger.kernel.org, bpf@vger.kernel.org,
freedreno@lists.freedesktop.org, linux-nfs@vger.kernel.org,
linux-btrfs@vger.kernel.org
Subject: Re: [FYI][PATCH] tracing/treewide: Remove second parameter of __assign_str()
Date: Fri, 23 Feb 2024 10:30:45 -0800 [thread overview]
Message-ID: <0aed6cf2-17ae-45aa-b7ff-03da932ea4e0@quicinc.com> (raw)
In-Reply-To: <20240223125634.2888c973@gandalf.local.home>
On 2/23/2024 9:56 AM, Steven Rostedt wrote:
> From: "Steven Rostedt (Google)" <rostedt@goodmis.org>
>
> [
> This is a treewide change. I will likely re-create this patch again in
> the second week of the merge window of v6.9 and submit it then. Hoping
> to keep the conflicts that it will cause to a minimum.
> ]
>
> With the rework of how the __string() handles dynamic strings where it
> saves off the source string in field in the helper structure[1], the
> assignment of that value to the trace event field is stored in the helper
> value and does not need to be passed in again.
Just curious if this could be done piecemeal by first changing the
macros to be variadic macros which allows you to ignore the extra
argument. The callers could then be modified in their separate trees.
And then once all the callers have be merged, the macros could be
changed to no longer be variadic.
next prev parent reply other threads:[~2024-02-23 19:02 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-23 17:56 [FYI][PATCH] tracing/treewide: Remove second parameter of __assign_str() Steven Rostedt
2024-02-23 18:06 ` Steven Rostedt
2024-02-23 18:30 ` Jeff Johnson [this message]
2024-02-23 18:46 ` Steven Rostedt
2024-02-23 19:50 ` Kent Overstreet
2024-02-23 20:03 ` Steven Rostedt
2024-02-23 20:45 ` Steven Rostedt
2024-03-14 16:57 ` Alison Schofield
2024-03-14 18:34 ` Steven Rostedt
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=0aed6cf2-17ae-45aa-b7ff-03da932ea4e0@quicinc.com \
--to=quic_jjohnson@quicinc.com \
--cc=Julia.Lawall@inria.fr \
--cc=amd-gfx@lists.freedesktop.org \
--cc=ath10k@lists.infradead.org \
--cc=ath11k@lists.infradead.org \
--cc=brcm80211-dev-list.pdl@broadcom.c \
--cc=dev@openvswitch.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=intel-gfx@lists.freedesktop.org \
--cc=intel-xe@lists.freedesktop.org \
--cc=io-uring@vger.kernel.org \
--cc=iommu@lists.linux.dev \
--cc=kvm@vger.kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-bcachefs@vger.kernel.org \
--cc=linux-block@vger.kernel.org \
--cc=linux-cifs@vger.kernel.org \
--cc=linux-cxl@vger.kernel.org \
--cc=linux-edac@vger.kernel.org \
--cc=linux-erofs@lists.ozlabs.org \
--cc=linux-hwmon@vger.kernel.org \
--cc=linux-hyperv@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=linux-rdma@vger.kernel.org \
--cc=linux-s390@vger.kernel.org \
--cc=linux-sound@vger.kernel.org \
--cc=linux-tegra@vger.kernel.org \
--cc=linux-trace-kernel@vger.kernel.org \
--cc=linux-wpan@vger.kernel.org \
--cc=mathieu.desnoyers@efficios.com \
--cc=ocfs2-devel@lists.linux.dev \
--cc=rostedt@goodmis.org \
--cc=selinux@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
--cc=virtualization@lists.linux.dev \
/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).