public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] [GIT PULL] tracing: Various minor fixes
@ 2017-08-24 14:21 Steven Rostedt
  2017-08-24 14:21 ` [PATCH 1/6] tracing: Call clear_boot_tracer() at lateinit_sync Steven Rostedt
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Steven Rostedt @ 2017-08-24 14:21 UTC (permalink / raw)
  To: linux-kernel; +Cc: Linus Torvalds, Ingo Molnar, Andrew Morton, Tom Zanussi


Linus,

Various bug fixes:

 - Two small memory leaks in error paths.

 - A missed return error code on an error path.

 - A fix to check the tracing ring buffer CPU when it doesn't
   exist (caused by setting maxcpus on the command line that is less
   than the actual number of CPUs, and then onlining them manually).

 - A fix to have the reset of boot tracers called by lateinit_sync()
   instead of just lateinit(). As some of the tracers register via
   lateinit(), and if the clear happens before the tracer is registered,
   it will never start even though it was told to via the kernel command
   line.

Please pull the latest trace-v4.13-rc3 tree, which can be found at:


  git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git
trace-v4.13-rc3

Tag SHA1: 6826d804a3ff83a1da1bb9964234f3b306f28449
Head SHA1: 8b0db1a5bdfcee0dbfa89607672598ae203c9045


Chunyu Hu (1):
      tracing: Fix kmemleak in tracing_map_array_free()

Dan Carpenter (1):
      tracing: Missing error code in tracer_alloc_buffers()

Steven Rostedt (VMware) (4):
      tracing: Call clear_boot_tracer() at lateinit_sync
      ring-buffer: Have ring_buffer_alloc_read_page() return error on offline CPU
      ftrace: Check for null ret_stack on profile function graph entry function
      tracing: Fix freeing of filter in create_filter() when set_str is false

----
 kernel/trace/ftrace.c                |  4 ++++
 kernel/trace/ring_buffer.c           | 14 +++++++++-----
 kernel/trace/ring_buffer_benchmark.c |  2 +-
 kernel/trace/trace.c                 | 19 +++++++++++++------
 kernel/trace/trace_events_filter.c   |  4 ++++
 kernel/trace/tracing_map.c           | 11 +++++++----
 6 files changed, 38 insertions(+), 16 deletions(-)

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

end of thread, other threads:[~2017-08-24 14:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-24 14:21 [PATCH 0/6] [GIT PULL] tracing: Various minor fixes Steven Rostedt
2017-08-24 14:21 ` [PATCH 1/6] tracing: Call clear_boot_tracer() at lateinit_sync Steven Rostedt
2017-08-24 14:21 ` [PATCH 2/6] tracing: Missing error code in tracer_alloc_buffers() Steven Rostedt
2017-08-24 14:21 ` [PATCH 3/6] ring-buffer: Have ring_buffer_alloc_read_page() return error on offline CPU Steven Rostedt
2017-08-24 14:21 ` [PATCH 4/6] ftrace: Check for null ret_stack on profile function graph entry function Steven Rostedt
2017-08-24 14:21 ` [PATCH 5/6] tracing: Fix kmemleak in tracing_map_array_free() Steven Rostedt
2017-08-24 14:21 ` [PATCH 6/6] tracing: Fix freeing of filter in create_filter() when set_str is false Steven Rostedt

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