linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] ftrace: fix ftrace misleading comments for arch using it
@ 2015-12-04  7:27 Li Bin
  2015-12-04  7:27 ` [PATCH 3/5] powerpc: ftrace: fix the comments for ftrace_modify_code Li Bin
  0 siblings, 1 reply; 2+ messages in thread
From: Li Bin @ 2015-12-04  7:27 UTC (permalink / raw)
  To: rostedt, mingo
  Cc: linux-kernel, Li Bin, Tony Luck, Fenghua Yu, linux-ia64,
	James Hogan, linux-metag, Benjamin Herrenschmidt, Paul Mackerras,
	Michael Ellerman, linuxppc-dev, linux-sh, Thomas Gleixner, x86

Fix the following similar misleading comments of ftrace for arch
ia64/metag/powerpc/sh/x86:

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.

Cc: Tony Luck <tony.luck@intel.com>
Cc: Fenghua Yu <fenghua.yu@intel.com>
Cc: linux-ia64@vger.kernel.org
Cc: James Hogan <james.hogan@imgtec.com>
Cc: linux-metag@vger.kernel.org
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Michael Ellerman <mpe@ellerman.id.au> 
Cc: linuxppc-dev@lists.ozlabs.org
Cc: linux-sh@vger.kernel.org
Cc: Thomas Gleixner <tglx@linutronix.de>
"Cc: H. Peter Anvin" <hpa@zytor.com>
Cc: x86@kernel.org

Li Bin (5):
  ia64: ftrace: fix the comments for ftrace_modify_code
  metag: ftrace: fix the comments for ftrace_modify_code
  powerpc: ftrace: fix the comments for ftrace_modify_code
  sh: ftrace: fix the comments for ftrace_modify_code
  x86: ftrace: fix the comments for ftrace_modify_code_direct

 arch/ia64/kernel/ftrace.c    |   13 ++++++-------
 arch/metag/kernel/ftrace.c   |   12 ++++++------
 arch/powerpc/kernel/ftrace.c |   13 ++++++-------
 arch/sh/kernel/ftrace.c      |   13 ++++++-------
 arch/x86/kernel/ftrace.c     |   13 ++++++-------
 5 files changed, 30 insertions(+), 34 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-12-04  7:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 3/5] powerpc: ftrace: fix the comments for ftrace_modify_code Li Bin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).