]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - arch/Kconfig
kprobes: Fix Kconfig dependency
authorMasami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Mon, 13 Sep 2010 10:25:41 +0000 (19:25 +0900)
committerIngo Molnar <mingo@elte.hu>
Mon, 13 Sep 2010 18:41:31 +0000 (20:41 +0200)
commit05ed160e89baf7f5fb3432d527fec467d2493626
tree603ca42cf85433e8f87c061140dfcfe1732a5520
parent49553c2ef88749dd502687f4eb9c258bb10a4f44
kprobes: Fix Kconfig dependency

Fix Kconfig dependency among Kprobes, optprobe and kallsyms.

Kprobes uses kallsyms_lookup for finding target function and
checking instruction boundary, thus CONFIG_KPROBES should select
CONFIG_KALLSYMS.

Optprobe is an optional feature which is supported on x86 arch,
and it also uses kallsyms_lookup for checking instructions in
the target function. Since KALLSYMS_ALL just adds symbols of
kernel variables, it doesn't need to select KALLSYMS_ALL.

Signed-off-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Acked-by: Randy Dunlap <randy.dunlap@oracle.com>,
Cc: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
Cc: Felipe Contreras <felipe.contreras@gmail.com>
Cc: Randy Dunlap <randy.dunlap@oracle.com>
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: akpm <akpm@linux-foundation.org>
LKML-Reference: <20100913102541.20260.85700.stgit@ltc236.sdl.hitachi.co.jp>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/Kconfig