public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [for-linus][PATCH 0/3] tracing: Fixes for 5.16
@ 2021-11-19 17:47 Steven Rostedt
  2021-11-19 17:47 ` [for-linus][PATCH 1/3] tracing/histogram: Fix UAF in destroy_hist_field() Steven Rostedt
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Steven Rostedt @ 2021-11-19 17:47 UTC (permalink / raw)
  To: linux-kernel; +Cc: Ingo Molnar, Andrew Morton

 - Fix double free in destroy_hist_field

 - Harden memset() of trace_iterator structure

 - Do not warn in trace printk check when test buffer fills up

  git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git
for-next

Head SHA1: 2ef75e9bd2c998f1c6f6f23a3744136105ddefd5


Kalesh Singh (1):
      tracing/histogram: Fix UAF in destroy_hist_field()

Kees Cook (1):
      tracing: Use memset_startat() to zero struct trace_iterator

Nikita Yushchenko (1):
      tracing: Don't use out-of-sync va_list in event printing

----
 kernel/trace/trace.c             | 16 +++++++++++++---
 kernel/trace/trace_events_hist.c | 41 +++++++++++++++++++++-------------------
 2 files changed, 35 insertions(+), 22 deletions(-)

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

end of thread, other threads:[~2021-11-19 17:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-19 17:47 [for-linus][PATCH 0/3] tracing: Fixes for 5.16 Steven Rostedt
2021-11-19 17:47 ` [for-linus][PATCH 1/3] tracing/histogram: Fix UAF in destroy_hist_field() Steven Rostedt
2021-11-19 17:47 ` [for-linus][PATCH 2/3] tracing: Use memset_startat() to zero struct trace_iterator Steven Rostedt
2021-11-19 17:47 ` [for-linus][PATCH 3/3] tracing: Dont use out-of-sync va_list in event printing Steven Rostedt

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