From: Steven Rostedt <rostedt@goodmis.org>
To: linux-kernel@vger.kernel.org
Cc: Masami Hiramatsu <mhiramat@kernel.org>,
Mark Rutland <mark.rutland@arm.com>,
Mathieu Desnoyers <mathieu.desnoyers@efficios.com>,
Andrew Morton <akpm@linux-foundation.org>,
Haiyue Wang <haiyuewa@163.com>
Subject: [for-next][PATCH 1/6] fgraph: Correct typo in ftrace_return_to_handler comment
Date: Tue, 04 Mar 2025 22:51:08 -0500 [thread overview]
Message-ID: <20250305035127.253015650@goodmis.org> (raw)
In-Reply-To: 20250305035107.307030265@goodmis.org
From: Haiyue Wang <haiyuewa@163.com>
Cc: Masami Hiramatsu <mhiramat@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Link: https://lore.kernel.org/20250218122052.58348-1-haiyuewa@163.com
Signed-off-by: Haiyue Wang <haiyuewa@163.com>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
---
kernel/trace/fgraph.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/trace/fgraph.c b/kernel/trace/fgraph.c
index 5dddfc2149f6..8d925cbdce3a 100644
--- a/kernel/trace/fgraph.c
+++ b/kernel/trace/fgraph.c
@@ -865,7 +865,7 @@ __ftrace_return_to_handler(struct ftrace_regs *fregs, unsigned long frame_pointe
}
/*
- * After all architecures have selected HAVE_FUNCTION_GRAPH_FREGS, we can
+ * After all architectures have selected HAVE_FUNCTION_GRAPH_FREGS, we can
* leave only ftrace_return_to_handler(fregs).
*/
#ifdef CONFIG_HAVE_FUNCTION_GRAPH_FREGS
--
2.47.2
next prev parent reply other threads:[~2025-03-05 3:50 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-05 3:51 [for-next][PATCH 0/6] ftrace: Updates for v6.15 Steven Rostedt
2025-03-05 3:51 ` Steven Rostedt [this message]
2025-03-05 3:51 ` [for-next][PATCH 2/6] ftrace: Have ftrace_free_filter() WARN and exit if ops is active Steven Rostedt
2025-03-05 3:51 ` [for-next][PATCH 3/6] ftrace: Add print_function_args() Steven Rostedt
2025-03-05 3:51 ` [for-next][PATCH 4/6] ftrace: Add support for function argument to graph tracer Steven Rostedt
2025-03-05 3:51 ` [for-next][PATCH 5/6] ftrace: Have funcgraph-args take affect during tracing Steven Rostedt
2025-03-05 3:51 ` [for-next][PATCH 6/6] ftrace: Add arguments to function tracer 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=20250305035127.253015650@goodmis.org \
--to=rostedt@goodmis.org \
--cc=akpm@linux-foundation.org \
--cc=haiyuewa@163.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=mathieu.desnoyers@efficios.com \
--cc=mhiramat@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.