]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
kprobes/x86: Remove addressof() operators
authorMasami Hiramatsu <mhiramat@kernel.org>
Fri, 18 Aug 2017 08:25:08 +0000 (17:25 +0900)
committerIngo Molnar <mingo@kernel.org>
Thu, 28 Sep 2017 07:23:03 +0000 (09:23 +0200)
commita8976fc84b644e3b567ea2bafad3b53b21ed6b6c
treebf493b158070d56b3b6302b9ef31cc5823ca7327
parent63fef14fc98a8b4fad777fd3bef4d068802b3f14
kprobes/x86: Remove addressof() operators

The following commit:

  54a7d50b9205 ("x86: mark kprobe templates as character arrays, not single characters")

changed optprobe_template_* to arrays, so we can remove the addressof()
operators from those symbols.

Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
Cc: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
Cc: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
Cc: David S . Miller <davem@davemloft.net>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/150304469798.17009.15886717935027472863.stgit@devbox
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/include/asm/kprobes.h
arch/x86/kernel/kprobes/opt.c