mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Li Bin <huawei.libin@huawei.com>
To: Steven Rostedt <rostedt@goodmis.org>,
	Thomas Gleixner <tglx@linutronix.de>
Cc: <mingo@redhat.com>, <linux-kernel@vger.kernel.org>,
	"H. Peter Anvin" <hpa@zytor.com>, <x86@kernel.org>
Subject: Re: [PATCH 5/5] x86: ftrace: fix the comments for ftrace_modify_code_direct
Date: Sun, 6 Dec 2015 09:59:03 +0800	[thread overview]
Message-ID: <56639667.3010508@huawei.com> (raw)
In-Reply-To: <20151205175233.5a0f75cf@gandalf.local.home>



on 2015/12/6 6:52, Steven Rostedt wrote:
> On Sat, 5 Dec 2015 18:12:57 +0100 (CET)
> Thomas Gleixner <tglx@linutronix.de> wrote:
>
>> On Fri, 4 Dec 2015, Li Bin wrote:
>>> --- a/arch/x86/kernel/ftrace.c
>>> +++ b/arch/x86/kernel/ftrace.c
>>> @@ -106,13 +106,12 @@ ftrace_modify_code_direct(unsigned long ip, unsigned const char *old_code,
>>>  	unsigned char replaced[MCOUNT_INSN_SIZE];
>>>  
>>>  	/*
>>> -	 * Note: Due to modules and __init, code can
>>> -	 *  disappear and change, we need to protect against faulting
>>> -	 *  as well as code changing. We do this by using the
>>> -	 *  probe_kernel_* functions.
>>> -	 *
>>> -	 * No real locking needed, this code is run through
>>> -	 * kstop_machine, or before SMP starts.
>>> +	 * Note:
>>> +	 * We are paranoid about modifying text, as if a bug were to happen, it
>>> +	 * could cause us to read or write to someplace that could cause harm.
>>> +	 * Carefully read and modify the code with aarch64_insn_*() which uses  
>> aarch64_insn_() is related to x86 in which way?
>>
>>
> The original comment is incorrect and we discussed this with the
> arm64 code, and said the other archs need the comment updated as
> well. But it seems that Li Bin just cut and pasted the arm64 patch for
> the other archs, or at least with x86 (haven't looked at the others
> yet). This needs to be fixed.

Sorry for my mistake, I will modify it.

Thanks,
Li Bin

> -- Steve
>
> .
>



      reply	other threads:[~2015-12-06  2:07 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-04  7:27 [PATCH 0/5] ftrace: fix ftrace misleading comments for arch using it Li Bin
2015-12-04  7:27 ` [PATCH 1/5] ia64: ftrace: fix the comments for ftrace_modify_code Li Bin
2015-12-04 17:36   ` Luck, Tony
2015-12-04  7:27 ` [PATCH 2/5] metag: " Li Bin
2015-12-04  7:27 ` [PATCH 3/5] powerpc: " Li Bin
2015-12-04  7:27 ` [PATCH 4/5] sh: " Li Bin
2015-12-04 12:44   ` Sergei Shtylyov
2015-12-04  7:27 ` [PATCH 5/5] x86: ftrace: fix the comments for ftrace_modify_code_direct Li Bin
2015-12-05 17:12   ` Thomas Gleixner
2015-12-05 22:52     ` Steven Rostedt
2015-12-06  1:59       ` Li Bin [this message]

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=56639667.3010508@huawei.com \
    --to=huawei.libin@huawei.com \
    --cc=hpa@zytor.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@redhat.com \
    --cc=rostedt@goodmis.org \
    --cc=tglx@linutronix.de \
    --cc=x86@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome