From: Steven Rostedt <rostedt@goodmis.org>
To: linux-kernel@vger.kernel.org
Cc: Ingo Molnar <mingo@kernel.org>,
Andrew Morton <akpm@linux-foundation.org>,
Frederic Weisbecker <fweisbec@gmail.com>
Subject: [for-next][PATCH 0/7] tracing: Various cleanups and small fixes
Date: Fri, 19 Apr 2013 10:04:02 -0400 [thread overview]
Message-ID: <20130419140402.730041313@goodmis.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 866 bytes --]
This will be added to the queue for 3.10 and uploaded to my for-next
branch in my git repo.
Chen Gang (1):
kernel: tracing: Use strlcpy instead of strncpy
Namhyung Kim (5):
tracing: Fix off-by-one on allocating stat->pages
tracing: Reset ftrace_graph_filter_enabled if count is zero
tracing: Get rid of unneeded key calculation in ftrace_hash_move()
tracing: Check return value of tracing_init_dentry()
ftrace: Get rid of ftrace_profile_bits
zhangwei(Jovi) (1):
tracing: Remove obsolete macro guard _TRACE_PROFILE_INIT
----
include/trace/ftrace.h | 2 --
kernel/trace/ftrace.c | 29 +++++++++--------------------
kernel/trace/trace.c | 6 ++++--
kernel/trace/trace_stack.c | 2 ++
kernel/trace/trace_stat.c | 2 ++
5 files changed, 17 insertions(+), 24 deletions(-)
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 490 bytes --]
next reply other threads:[~2013-04-19 14:06 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-19 14:04 Steven Rostedt [this message]
2013-04-19 14:04 ` [for-next][PATCH 1/7] kernel: tracing: Use strlcpy instead of strncpy Steven Rostedt
2013-04-19 14:04 ` [for-next][PATCH 2/7] tracing: Fix off-by-one on allocating stat->pages Steven Rostedt
2013-04-19 14:04 ` [for-next][PATCH 3/7] tracing: Reset ftrace_graph_filter_enabled if count is zero Steven Rostedt
2013-04-19 14:04 ` [for-next][PATCH 4/7] tracing: Get rid of unneeded key calculation in ftrace_hash_move() Steven Rostedt
2013-04-19 14:04 ` [for-next][PATCH 5/7] tracing: Check return value of tracing_init_dentry() Steven Rostedt
2013-04-19 14:04 ` [for-next][PATCH 6/7] ftrace: Get rid of ftrace_profile_bits Steven Rostedt
2013-04-19 14:04 ` [for-next][PATCH 7/7] tracing: Remove obsolete macro guard _TRACE_PROFILE_INIT Steven Rostedt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130419140402.730041313@goodmis.org \
--to=rostedt@goodmis.org \
--cc=akpm@linux-foundation.org \
--cc=fweisbec@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.