[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190326124143.521905652@goodmis.org>
Date: Tue, 26 Mar 2019 08:41:43 -0400
From: Steven Rostedt <rostedt@...dmis.org>
To: linux-kernel@...r.kernel.org
Cc: Linus Torvalds <torvalds@...ux-foundation.org>,
Ingo Molnar <mingo@...nel.org>,
Andrew Morton <akpm@...ux-foundation.org>
Subject: [PATCH 0/3] [GIT PULL] tracing: Minor fixes for 5.1-rc2
Linus,
Three small fixes:
- A fix to a double free in the histogram code
- Uninitialized variable fix
- Use NULL instead of zero fix and spelling fixes
Please pull the latest trace-v5.1-rc2 tree, which can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git
trace-v5.1-rc2
Tag SHA1: ed41a01c516cdb7f43a2e0fde385f94f06dff5ff
Head SHA1: 9efb85c5cfac7e1f0caae4471446d936ff2163fe
Frank Rowand (1):
tracing: initialize variable in create_dyn_event()
Hariprasad Kelam (1):
ftrace: Fix warning using plain integer as NULL & spelling corrections
Tom Zanussi (1):
tracing: Remove unnecessary var_ref destroy in track_data_destroy()
----
kernel/trace/ftrace.c | 12 ++++++------
kernel/trace/trace_dynevent.c | 2 +-
kernel/trace/trace_events_hist.c | 1 -
3 files changed, 7 insertions(+), 8 deletions(-)
Powered by blists - more mailing lists