All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/13 -next] [For linux-next] tracing: Review of changes
@ 2013-01-21 21:14 Steven Rostedt
  2013-01-21 21:14 ` [PATCH 01/13 -next] tracing: Fix sparse warning with is_signed_type() macro Steven Rostedt
                   ` (12 more replies)
  0 siblings, 13 replies; 15+ messages in thread
From: Steven Rostedt @ 2013-01-21 21:14 UTC (permalink / raw)
  To: linux-kernel; +Cc: Ingo Molnar, Andrew Morton, Frederic Weisbecker

I'm posting these as a generic review of the changes I'll be pushing
into linux-next and will be pushing this for 3.9.

These patches have passed a series of tests I've run on few machines
with several different configs and such.

You can find the patches here. I'll add these to linux-next tomorrow.

-- Steve

  git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git
tip/perf/core

Head SHA1: a701a1b03bf36d4e31c9fd036a96bde5a11cd5ce


Fengguang Wu (1):
      tracing/syscalls: Make local functions static

Hiraku Toyooka (1):
      tracing: Add checks if tr->buffer is NULL in tracing_reset{_online_cpus}

Jovi Zhang (1):
      tracing: Verify target file before registering a uprobe event

Masami Hiramatsu (3):
      ftrace: Move ARCH_SUPPORTS_FTRACE_SAVE_REGS in Kconfig
      kprobes/x86: Move ftrace-based kprobe code into kprobes-ftrace.c
      kprobes/x86: Move kprobes stuff under arch/x86/kernel/kprobes/

Shan Wei (1):
      tracing: Use this_cpu_ptr per-cpu helper

Steven Rostedt (6):
      tracing: Fix sparse warning with is_signed_type() macro
      ring-buffer: Remove unnecessary recusive call in rb_advance_iter()
      tracing: Remove unneeded check of max_tr->buffer before tracing_reset
      tracing/lockdep: Disable lockdep first in entering NMI
      tracing/fgraph: Add max_graph_depth to limit function_graph depth
      tracing: Remove the extra 4 bytes of padding in events

----
 arch/Kconfig                         |   12 +
 arch/x86/Kconfig                     |    2 +
 arch/x86/include/asm/ftrace.h        |    1 -
 arch/x86/kernel/Makefile             |    3 +-
 arch/x86/kernel/kprobes-common.h     |  102 ---
 arch/x86/kernel/kprobes-opt.c        |  512 ---------------
 arch/x86/kernel/kprobes.c            | 1130 ----------------------------------
 arch/x86/kernel/kprobes/Makefile     |    7 +
 arch/x86/kernel/kprobes/common.h     |  113 ++++
 arch/x86/kernel/kprobes/core.c       | 1064 ++++++++++++++++++++++++++++++++
 arch/x86/kernel/kprobes/ftrace.c     |   93 +++
 arch/x86/kernel/kprobes/opt.c        |  512 +++++++++++++++
 include/linux/ftrace.h               |    6 +-
 include/linux/ftrace_event.h         |    3 +-
 include/linux/hardirq.h              |    4 +-
 include/linux/kprobes.h              |   12 +-
 kernel/kprobes.c                     |    8 +-
 kernel/trace/Kconfig                 |    8 +
 kernel/trace/blktrace.c              |    2 +-
 kernel/trace/ftrace.c                |    6 +-
 kernel/trace/ring_buffer.c           |    2 +-
 kernel/trace/trace.c                 |   15 +-
 kernel/trace/trace_events.c          |    1 -
 kernel/trace/trace_functions_graph.c |   60 +-
 kernel/trace/trace_selftest.c        |    2 +-
 kernel/trace/trace_syscalls.c        |   18 +-
 kernel/trace/trace_uprobe.c          |    6 +-
 27 files changed, 1909 insertions(+), 1795 deletions(-)

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

end of thread, other threads:[~2013-01-21 23:13 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-21 21:14 [PATCH 00/13 -next] [For linux-next] tracing: Review of changes Steven Rostedt
2013-01-21 21:14 ` [PATCH 01/13 -next] tracing: Fix sparse warning with is_signed_type() macro Steven Rostedt
2013-01-21 21:14 ` [PATCH 02/13 -next] ring-buffer: Remove unnecessary recusive call in rb_advance_iter() Steven Rostedt
2013-01-21 21:14 ` [PATCH 03/13 -next] tracing: Use this_cpu_ptr per-cpu helper Steven Rostedt
2013-01-21 21:14 ` [PATCH 04/13 -next] tracing: Verify target file before registering a uprobe event Steven Rostedt
2013-01-21 21:14 ` [PATCH 05/13 -next] tracing/syscalls: Make local functions static Steven Rostedt
2013-01-21 21:14 ` [PATCH 06/13 -next] tracing: Add checks if tr->buffer is NULL in tracing_reset{_online_cpus} Steven Rostedt
2013-01-21 21:14 ` [PATCH 07/13 -next] tracing: Remove unneeded check of max_tr->buffer before tracing_reset Steven Rostedt
2013-01-21 21:14 ` [PATCH 08/13 -next] tracing/lockdep: Disable lockdep first in entering NMI Steven Rostedt
2013-01-21 21:14 ` [PATCH 09/13 -next] tracing/fgraph: Add max_graph_depth to limit function_graph depth Steven Rostedt
2013-01-21 21:14 ` [PATCH 10/13 -next] ftrace: Move ARCH_SUPPORTS_FTRACE_SAVE_REGS in Kconfig Steven Rostedt
2013-01-21 21:14 ` [PATCH 11/13 -next] kprobes/x86: Move ftrace-based kprobe code into kprobes-ftrace.c Steven Rostedt
2013-01-21 21:14 ` [PATCH 12/13 -next] kprobes/x86: Move kprobes stuff under arch/x86/kernel/kprobes/ Steven Rostedt
2013-01-21 21:14 ` [PATCH 13/13 -next] tracing: Remove the extra 4 bytes of padding in events Steven Rostedt
2013-01-21 23:13   ` Arjan van de Ven

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.