kprobes/x86: Remove unneeded arch_within_kprobe_blacklist from x86
authorMasami Hiramatsu <mhiramat@kernel.org>
Mon, 17 Dec 2018 08:21:53 +0000 (17:21 +0900)
committerIngo Molnar <mingo@kernel.org>
Mon, 17 Dec 2018 16:48:40 +0000 (17:48 +0100)
commit8162b3d1a728cf63abf54be4167dd9beec5d9d37
tree9ca7481d5c179d87c78bc6c8729b1c16ee3c40da
parentfe6e65615415987629a2dda583b4495677d8c388
kprobes/x86: Remove unneeded arch_within_kprobe_blacklist from x86

Remove x86 specific arch_within_kprobe_blacklist().

Since we have already added all blacklisted symbols to the
kprobe blacklist by arch_populate_kprobe_blacklist(),
we don't need arch_within_kprobe_blacklist() on x86
anymore.

Tested-by: Andrea Righi <righi.andrea@gmail.com>
Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
Cc: Andy Lutomirski <luto@kernel.org>
Cc: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
Cc: Borislav Petkov <bp@alien8.de>
Cc: David S. Miller <davem@davemloft.net>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Yonghong Song <yhs@fb.com>
Link: http://lkml.kernel.org/r/154503491354.26176.13903264647254766066.stgit@devbox
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/kernel/kprobes/core.c