public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [for-linus][PATCH 0/2] tracing: Another update for 5.14
@ 2021-07-16  1:36 Steven Rostedt
  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
  0 siblings, 2 replies; 3+ messages in thread
From: Steven Rostedt @ 2021-07-16  1:36 UTC (permalink / raw)
  To: linux-kernel; +Cc: Ingo Molnar, Andrew Morton

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

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

end of thread, other threads:[~2021-07-16  1:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-16  1:36 [for-linus][PATCH 0/2] tracing: Another update for 5.14 Steven Rostedt
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

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