Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1618177
| Path | csiph.com!1.us.feeder.erje.net!2.us.feeder.erje.net!feeder.erje.net!2.eu.feeder.erje.net!news2.arglkargh.de!news.mixmin.net!news.unit0.net!news.panservice.it!diesel.cu.mi.it!bofh.it!news.nic.it!robomod |
|---|---|
| From | Steven Rostedt <rostedt@goodmis.org> |
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/4] tracing: Add usecase of synchronize_rcu_tasks() and stack_tracer_disable() |
| Date | Thu, 06 Apr 2017 18:50:02 +0200 |
| Message-ID | <ttiLD-3md-3@gated-at.bofh.it> (permalink) |
| User-Agent | quilt/0.63-1 |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 27 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | Ingo Molnar <mingo@kernel.org>, Andrew Morton <akpm@linux-foundation.org>, "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> |
| X-Original-Date | Thu, 06 Apr 2017 12:42:37 -0400 |
| X-Original-Message-ID | <20170406164237.874767449@goodmis.org> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1618177 |
Show key headers only | View raw
Paul, can you take a quick look at these patches. Namely patch 1, 3 and 4.
I modified your patch to use the updated name for stack_tracer_disable().
If all looks well, can you give them your ack.
Thanks!
-- Steve
Paul E. McKenney (1):
rcu: Fix dyntick-idle tracing
Steven Rostedt (VMware) (3):
ftrace: Add use of synchronize_rcu_tasks() with dynamic trampolines
tracing: Replace the per_cpu() with this_cpu() in trace_stack.c
tracing: Add stack_tracer_disable/enable() functions
----
include/linux/ftrace.h | 6 ++++++
kernel/rcu/tree.c | 48 +++++++++++++++++++++----------------------
kernel/trace/Kconfig | 3 ++-
kernel/trace/ftrace.c | 42 ++++++++++++++++----------------------
kernel/trace/trace_stack.c | 51 +++++++++++++++++++++++++++++++---------------
5 files changed, 84 insertions(+), 66 deletions(-)
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/4] tracing: Add usecase of synchronize_rcu_tasks() and stack_tracer_disable() Steven Rostedt <rostedt@goodmis.org> - 2017-04-06 18:50 +0200
[PATCH 1/4] ftrace: Add use of synchronize_rcu_tasks() with dynamic trampolines Steven Rostedt <rostedt@goodmis.org> - 2017-04-06 18:50 +0200
Re: [PATCH 1/4] ftrace: Add use of synchronize_rcu_tasks() with dynamic trampolines "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> - 2017-04-06 20:10 +0200
Re: [PATCH 1/4] ftrace: Add use of synchronize_rcu_tasks() with dynamic trampolines Steven Rostedt <rostedt@goodmis.org> - 2017-04-06 20:20 +0200
Re: [PATCH 1/4] ftrace: Add use of synchronize_rcu_tasks() with dynamic trampolines "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> - 2017-04-06 22:30 +0200
[PATCH 2/4] tracing: Replace the per_cpu() with this_cpu() in trace_stack.c Steven Rostedt <rostedt@goodmis.org> - 2017-04-06 18:50 +0200
csiph-web