From: Steven Rostedt <rostedt@goodmis.org>
To: linux-kernel@vger.kernel.org
Cc: Ingo Molnar <mingo@kernel.org>,
Andrew Morton <akpm@linux-foundation.org>
Subject: [for-linus][PATCH 0/2] tracing: Another update for 5.14
Date: Thu, 15 Jul 2021 21:36:13 -0400 [thread overview]
Message-ID: <20210716013613.954877305@goodmis.org> (raw)
A fix for histogram code that dereferences pointers without checking them.
Take two on the __string_len() macro.
git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git
for-next
Head SHA1: 85f666175d522f9f1c089f04ed9af5aa4ec84202
Steven Rostedt (VMware) (2):
tracing: Do not reference char * as a string in histograms
tracing: Add trace_event helper macros __string_len() and __assign_str_len()
----
include/trace/trace_events.h | 22 ++++++++++++++++++++++
kernel/trace/trace_events_hist.c | 6 +++---
2 files changed, 25 insertions(+), 3 deletions(-)
next reply other threads:[~2021-07-16 1:37 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-16 1:36 Steven Rostedt [this message]
2021-07-16 1:36 ` [for-linus][PATCH 1/2] tracing: Do not reference char * as a string in histograms Steven Rostedt
2021-07-16 1:36 ` [for-linus][PATCH 2/2] tracing: Add trace_event helper macros __string_len() and __assign_str_len() 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=20210716013613.954877305@goodmis.org \
--to=rostedt@goodmis.org \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@kernel.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 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.