]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - arch/x86/kernel/kprobes/opt.c
kprobes/x86: Use text_poke_bp() instead of text_poke_smp*()
authorMasami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Thu, 18 Jul 2013 11:47:50 +0000 (20:47 +0900)
committerIngo Molnar <mingo@kernel.org>
Fri, 19 Jul 2013 07:57:04 +0000 (09:57 +0200)
commita7b0133ea94e4421a81702d5c0e6dcdbbbab8f6b
treecdffdd36bd256d81c65a083d50a9a2e9be050a6f
parentc7e85c42be68fca743df58a306edd29aa295e155
kprobes/x86: Use text_poke_bp() instead of text_poke_smp*()

Use text_poke_bp() for optimizing kprobes instead of
text_poke_smp*(). Since the number of kprobes is usually not so
large (<100) and text_poke_bp() is much lighter than
text_poke_smp() [which uses stop_machine()], this just stops
using batch processing.

Signed-off-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Reviewed-by: Jiri Kosina <jkosina@suse.cz>
Cc: H. Peter Anvin <hpa@linux.intel.com>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Jason Baron <jbaron@akamai.com>
Cc: yrl.pp-manager.tt@hitachi.com
Cc: Borislav Petkov <bpetkov@suse.de>
Link: http://lkml.kernel.org/r/20130718114750.26675.9174.stgit@mhiramat-M0-7522
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/kernel/kprobes/common.h
arch/x86/kernel/kprobes/core.c
arch/x86/kernel/kprobes/opt.c