public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [for-linus][PATCH 0/7] tracing: Fixes for 5.15
@ 2021-10-16  3:02 Steven Rostedt
  2021-10-16  3:02 ` [for-linus][PATCH 2/7] tracing: Fix memory leak in eprobe_register() Steven Rostedt
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Steven Rostedt @ 2021-10-16  3:02 UTC (permalink / raw)
  To: linux-kernel; +Cc: Ingo Molnar, Andrew Morton


Tracing fixes for 5.15:

 - Fix defined but not use warning/error for osnoise function

 - Fix memory leak in event probe

 - Fix memblock leak in bootconfig

 - Fix the API of event probes to be like kprobes

 - Added test to check removal of event probe API

 - Fix recordmcount.pl for nds32 failed build



Colin Ian King (1):
      tracing: Fix missing * in comment block

Jackie Liu (1):
      tracing: Fix missing osnoise tracer on max_latency

Masami Hiramatsu (1):
      bootconfig: init: Fix memblock leak in xbc_make_cmdline()

Steven Rostedt (1):
      nds32/ftrace: Fix Error: invalid operands (*UND* and *UND* sections) for `^'

Steven Rostedt (VMware) (2):
      tracing: Fix event probe removal from dynamic events
      selftests/ftrace: Update test for more eprobe removal process

Vamshi K Sthambamkadi (1):
      tracing: Fix memory leak in eprobe_register()

----
 init/main.c                                        |  1 +
 kernel/trace/trace.c                               | 11 ++--
 kernel/trace/trace_eprobe.c                        | 61 ++++++++++++++++++++--
 kernel/trace/trace_events_hist.c                   |  2 +-
 scripts/recordmcount.pl                            |  2 +-
 .../ftrace/test.d/dynevent/add_remove_eprobe.tc    | 54 ++++++++++++++++++-
 6 files changed, 117 insertions(+), 14 deletions(-)

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

end of thread, other threads:[~2021-10-16  3:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-16  3:02 [for-linus][PATCH 0/7] tracing: Fixes for 5.15 Steven Rostedt
2021-10-16  3:02 ` [for-linus][PATCH 2/7] tracing: Fix memory leak in eprobe_register() Steven Rostedt
2021-10-16  3:02 ` [for-linus][PATCH 3/7] bootconfig: init: Fix memblock leak in xbc_make_cmdline() Steven Rostedt
2021-10-16  3:02 ` [for-linus][PATCH 4/7] tracing: Fix missing * in comment block Steven Rostedt
2021-10-16  3:02 ` [for-linus][PATCH 5/7] tracing: Fix event probe removal from dynamic events Steven Rostedt
2021-10-16  3:02 ` [for-linus][PATCH 6/7] selftests/ftrace: Update test for more eprobe removal process Steven Rostedt
2021-10-16  3:02 ` [for-linus][PATCH 7/7] nds32/ftrace: Fix Error: invalid operands (*UND* and *UND* sections) for `^ Steven Rostedt

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