diff options
author | Masami Hiramatsu <[email protected]> | 2010-09-13 19:25:41 +0900 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2010-09-13 20:41:31 +0200 |
commit | 05ed160e89baf7f5fb3432d527fec467d2493626 (patch) | |
tree | 603ca42cf85433e8f87c061140dfcfe1732a5520 /net/unix/sysctl_net_unix.c | |
parent | 49553c2ef88749dd502687f4eb9c258bb10a4f44 (diff) |
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 <[email protected]>
Acked-by: Randy Dunlap <[email protected]>,
Cc: Ananth N Mavinakayanahalli <[email protected]>
Cc: Felipe Contreras <[email protected]>
Cc: Randy Dunlap <[email protected]>
Cc: Ananth N Mavinakayanahalli <[email protected]>
Cc: Anil S Keshavamurthy <[email protected]>
Cc: David S. Miller <[email protected]>
Cc: akpm <[email protected]>
LKML-Reference: <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions