Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1361122
| Path | csiph.com!news.mixmin.net!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Steven Rostedt <rostedt@goodmis.org> |
| Newsgroups | linux.kernel |
| Subject | [for-next][PATCH 7/8] x86: ftrace: Fix the misleading comment for arch/x86/kernel/ftrace.c |
| Date | Sat, 19 Mar 2016 15:20:02 +0100 |
| Message-ID | <repTs-VC-27@gated-at.bofh.it> (permalink) |
| References | <repTr-VC-5@gated-at.bofh.it> |
| User-Agent | quilt/0.61-1 |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=ISO-8859-15 |
| Content-Disposition | inline; filename=0007-x86-ftrace-Fix-the-misleading-comment-for-arch-x86-k.patch |
| 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 | 24 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | Ingo Molnar <mingo@kernel.org>, Andrew Morton <akpm@linux-foundation.org>, Li Bin <huawei.libin@huawei.com> |
| X-Original-Date | Sat, 19 Mar 2016 10:15:23 -0400 |
| X-Original-Message-ID | <20160319141537.187304212@goodmis.org> |
| X-Original-References | <20160319141516.683762867@goodmis.org> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1361122 |
Show key headers only | View raw
From: Li Bin <huawei.libin@huawei.com> Fix the misleading comment for arch/x86/kernel/ftrace.c that it had used nop instead of jmp. Signed-off-by: Li Bin <huawei.libin@huawei.com> Signed-off-by: Steven Rostedt <rostedt@goodmis.org> --- arch/x86/kernel/ftrace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/kernel/ftrace.c b/arch/x86/kernel/ftrace.c index 29408d6d6626..1b7d7e4fd7b0 100644 --- a/arch/x86/kernel/ftrace.c +++ b/arch/x86/kernel/ftrace.c @@ -1,5 +1,5 @@ /* - * Code for replacing ftrace calls with jumps. + * Dynamic function tracing support. * * Copyright (C) 2007-2008 Steven Rostedt <srostedt@redhat.com> * -- 2.7.0
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[for-next][PATCH 0/8] tracing: Last minute updates for 4.6 Steven Rostedt <rostedt@goodmis.org> - 2016-03-19 15:20 +0100 [for-next][PATCH 2/8] ftrace: Update dynamic ftrace calls only if necessary Steven Rostedt <rostedt@goodmis.org> - 2016-03-19 15:20 +0100 [for-next][PATCH 8/8] tracing: Remove redundant reset per-CPU buff in irqsoff tracer Steven Rostedt <rostedt@goodmis.org> - 2016-03-19 15:20 +0100 [for-next][PATCH 7/8] x86: ftrace: Fix the misleading comment for arch/x86/kernel/ftrace.c Steven Rostedt <rostedt@goodmis.org> - 2016-03-19 15:20 +0100
csiph-web