[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20201008123512.b5c77ac2b4ab0643a7ab5b73@kernel.org>
Date: Thu, 8 Oct 2020 12:35:12 +0900
From: Masami Hiramatsu <mhiramat@...nel.org>
To: Zhouyi Zhou <zhouzhouyi@...il.com>
Cc: naveen.n.rao@...ux.ibm.com, anil.s.keshavamurthy@...el.com,
davem@...emloft.net, linux-kernel@...r.kernel.org,
rdunlap@...radead.org
Subject: Re: [PATCH V2] kprobes: Correct a typo in function
kprobes_module_callback
On Thu, 8 Oct 2020 03:13:57 +0000
Zhouyi Zhou <zhouzhouyi@...il.com> wrote:
> There is a tiny typo in comment of function kprobes_module_callback.
>
> Signed-off-by: Zhouyi Zhou <zhouzhouyi@...il.com>
Thanks for reporting!
Acked-by: Masami Hiramatsu <mhiramat@...nel.org>
> ---
> kernel/kprobes.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/kernel/kprobes.c b/kernel/kprobes.c
> index e995541..9d2042b 100644
> --- a/kernel/kprobes.c
> +++ b/kernel/kprobes.c
> @@ -2432,7 +2432,7 @@ static int kprobes_module_callback(struct notifier_block *nb,
> within_module_core((unsigned long)p->addr, mod))) {
> /*
> * The vaddr this probe is installed will soon
> - * be vfreed buy not synced to disk. Hence,
> + * be vfreed but not synced to disk. Hence,
> * disarming the breakpoint isn't needed.
> *
> * Note, this will also move any optimized probes
> --
> 1.7.1
>
--
Masami Hiramatsu <mhiramat@...nel.org>
Powered by blists - more mailing lists